Skip to content

Commit 4da3029

Browse files
rickstaaclaude
andcommitted
fix: use correct /v1/ orchestrator docs URL consistently
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent b5caafa commit 4da3029

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

components/layout/Footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const footerNav = [
99
links: [
1010
{ label: "Explorer", href: EXTERNAL_LINKS.explorer },
1111
{ label: "Delegate", href: EXTERNAL_LINKS.staking },
12-
{ label: "Provide Compute", href: "https://docs.livepeer.org/orchestrators/guides/get-started" },
12+
{ label: "Provide Compute", href: "https://docs.livepeer.org/v1/orchestrators/guides/get-started" },
1313
{ label: "Roadmap", href: "https://github.com/livepeer/catalyst/milestones" },
1414
{ label: "Ecosystem", href: "/ecosystem" },
1515
],

lib/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export const NAV_ITEMS: NavItem[] = [
2929
},
3030
{
3131
label: "Provide Compute",
32-
href: "https://docs.livepeer.org/orchestrators/guides/get-started",
32+
href: "https://docs.livepeer.org/v1/orchestrators/guides/get-started",
3333
external: true,
3434
},
3535
{

next.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const nextConfig: NextConfig = {
4444
{
4545
source: "/orchestrate",
4646
destination:
47-
"https://docs.livepeer.org/orchestrators/guides/get-started",
47+
"https://docs.livepeer.org/v1/orchestrators/guides/get-started",
4848
permanent: false,
4949
},
5050
{

0 commit comments

Comments
 (0)