File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
apps/web/src/common/components Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ const Legend = () => {
5656 </ div >
5757 </ div >
5858 < div className = "mt-2 flex h-8 w-[180px] cursor-pointer items-center justify-center bg-[#000000] px-3 text-sm text-white hover:bg-black/90" >
59- < LinkX href = "/docs/dimensions-define/ " >
59+ < LinkX href = "/docs/service-guide/ecosystem-evaluation/metrics-models " >
6060 { t ( 'common:more_about_the_evaluation_system' ) }
6161 </ LinkX >
6262 </ div >
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ const FooterLinks = ({ dark = false }: FooterLinks) => {
1313 {
1414 title : t ( 'common:footer.tutorial' ) ,
1515 links : [
16- { text : t ( 'common:footer.quick_start' ) , href : '/docs/quick-start ' } ,
16+ { text : t ( 'common:footer.quick_start' ) , href : '/docs/service-guide ' } ,
1717 {
1818 text : t ( 'common:footer.dimensions_define' ) ,
19- href : '/docs/dimensions-define ' ,
19+ href : '/docs/service-guide ' ,
2020 } ,
2121 ] ,
2222 } ,
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ const MobileHeader: React.FC<PropsWithChildren> = ({ children }) => {
3434 } ,
3535 {
3636 title : t ( 'common:header.docs' ) ,
37- href : '/docs/dimensions-define ' ,
37+ href : '/docs/service-guide ' ,
3838 icon : null ,
3939 } ,
4040 {
You can’t perform that action at this time.
0 commit comments