File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
content-components/documentation/website/pages/en
va-report-components/documentation/website/pages/en Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ class HomeSplash extends React.Component {
57
57
< div className = "inner" >
58
58
< ProjectTitle siteConfig = { siteConfig } />
59
59
< PromoSection >
60
- < Button href = "docs/ getting-started"> Get Started</ Button >
60
+ < Button href = { docUrl ( " getting-started") } > Get Started</ Button >
61
61
</ PromoSection >
62
62
</ div >
63
63
</ SplashContainer >
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ class HomeSplash extends React.Component {
56
56
< div className = "inner" >
57
57
< ProjectTitle siteConfig = { siteConfig } />
58
58
< PromoSection >
59
- < Button href = "docs/ getting-started"> Get Started</ Button >
59
+ < Button href = { docUrl ( " getting-started") } > Get Started</ Button >
60
60
</ PromoSection >
61
61
</ div >
62
62
</ SplashContainer >
You can’t perform that action at this time.
0 commit comments