Skip to content

Commit 5af9de3

Browse files
authored
[docs] Fix debugging /docs/next/ redirects following 0.76 cut (#4297)
1 parent 62d9870 commit 5af9de3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

website/static/_redirects

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
/docs/building-for-apple-tv /docs/building-for-tv
66
/docs/building-from-source /contributing/how-to-build-from-source
77
/docs/contributing /contributing/overview
8-
/docs/next/sourcemaps /docs/next/debugging-release-builds
9-
/docs/next/symbolication /docs/next/debugging-release-builds
8+
/docs/sourcemaps /docs/debugging-release-builds
9+
/docs/symbolication /docs/debugging-release-builds
1010
/docs/publishing-forks /contributing/how-to-build-from-source#publish-your-own-version-of-react-native
11-
/docs/next/react-devtools /docs/next/react-native-devtools
11+
/docs/react-devtools /docs/react-native-devtools
1212
/docs/testing /contributing/how-to-run-and-write-tests
1313
/docs/understanding-cli https://github.com/react-native-community/cli#react-native-cli
1414

0 commit comments

Comments
 (0)