Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/app/components/landing/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@ const COLS = [
href: "/python/getting-started/installation",
},
{ label: "Guides", href: "/python/guides" },
{ label: "Architecture", href: "/python/architecture" },
{ label: "Architecture", href: "/architecture" },
{ label: "API Reference", href: "/python/api-reference" },
],
},
{
title: "More",
links: [
{ label: "Examples", href: "/python/more/examples" },
{ label: "Celery comparison", href: "/python/more/comparison" },
{ label: "FAQ", href: "/python/more/faq" },
{ label: "Changelog", href: "/python/more/changelog" },
{ label: "Celery comparison", href: "/resources/comparison" },
{ label: "FAQ", href: "/resources/faq" },
{ label: "Changelog", href: "/resources/changelog" },
],
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/app/components/landing/sections.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ export function CTA() {
<Link className="btn pri" to="/python/getting-started/quickstart">
Start the quickstart →
</Link>
<Link className="btn sec" to="/python/more/comparison">
<Link className="btn sec" to="/resources/comparison">
See the full comparison
</Link>
</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/app/components/ui/site-nav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ function GithubMark() {
const LINKS = [
{ label: "Getting Started", href: "/python/getting-started/installation" },
{ label: "Guides", href: "/python/guides" },
{ label: "Architecture", href: "/python/architecture" },
{ label: "Architecture", href: "/architecture" },
{ label: "API", href: "/python/api-reference" },
{ label: "Changelog", href: "/python/more/changelog" },
{ label: "Changelog", href: "/resources/changelog" },
];

/** Sticky top navigation, shared by the landing and docs shells. */
Expand Down