File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ] ,
Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments