We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf73fc4 commit b0fe11eCopy full SHA for b0fe11e
2 files changed
cnwebsite/src/pages/index.js
@@ -99,7 +99,7 @@ function HomeCallToAction() {
99
</ActionButton>
100
<ActionButton
101
type="secondary"
102
- href={useBaseUrl('docs/environment-setup')}
+ href={useBaseUrl('docs/set-up-your-environment')}
103
target="_self">
104
搭建环境
105
cnwebsite/static/_redirects
@@ -1,6 +1,7 @@
1
# Redirects from what the browser requests to what we serve
2
3
# Renamed pages
4
+/docs/environment-setup /docs/set-up-your-environment
5
/docs/android-setup /docs/getting-started
6
/docs/building-for-apple-tv /docs/building-for-tv
7
/docs/building-from-source /contributing/how-to-build-from-source
0 commit comments