Skip to content

Commit 93f1e6a

Browse files
huntiemeta-codesync[bot]
authored andcommitted
Drop outdated links to wiki (#57898)
Summary: Pull Request resolved: #57898 Changelog: [Internal] ___ Differential Revision: D115564599 fbshipit-source-id: 4714995277556fc60550780e7a911e60eeef2f0d
1 parent 7bfe32f commit 93f1e6a

2 files changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflow-scripts/analyze_scripts.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ if [ -x "$(command -v shellcheck)" ]; then
2121
-exec sh -c 'shellcheck "$1"' -- {} \;
2222

2323
else
24-
echo 'shellcheck is not installed. See https://github.com/facebook/react-native/wiki/Development-Dependencies#shellcheck for instructions.'
24+
echo 'shellcheck is not installed. Install it via your package manager, e.g. `brew install shellcheck`.'
2525
exit 1
2626
fi

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -119,12 +119,6 @@ Read our [**Contributing Guide**][contribute] to learn about our development pro
119119

120120
[contribute]: https://reactnative.dev/docs/contributing
121121

122-
### [Open Source Roadmap][roadmap]
123-
124-
You can learn more about our vision for React Native in the [**Roadmap**][roadmap].
125-
126-
[roadmap]: https://github.com/facebook/react-native/wiki/Roadmap
127-
128122
### Good First Issues
129123

130124
We have a list of [good first issues][gfi] that contain bugs which have a relatively limited scope. This is a great place to get started, gain experience, and get familiar with our contribution process.

0 commit comments

Comments
 (0)