Skip to content

Commit

Permalink
docs(Configuration): repair link to metro config loader (#1156)
Browse files Browse the repository at this point in the history
Summary:
I was reading the documentation and noticed a broken link

Pull Request resolved: #1156

Test Plan:
Test-click the new link, make sure it opens the intended source file
(test-click the old one and it is github's 404...)

Reviewed By: GijsWeterings

Differential Revision: D52209131

Pulled By: robhogan

fbshipit-source-id: 154da9b6752994c3ed6523d5f09e316baf529a5a
  • Loading branch information
mikehardy authored and facebook-github-bot committed Dec 18, 2023
1 parent a7c8982 commit cfd8cc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Configuration.md
Expand Up @@ -14,7 +14,7 @@ You can also give a custom file to the configuration by specifying `--config <pa
:::note

When Metro is started via the React Native CLI, some defaults are different from those mentioned below.
See the [React Native repository](https://github.com/react-native-community/cli/blob/main/packages/cli-plugin-metro/src/tools/loadMetroConfig.ts) for details.
See the [React Native repository](https://github.com/facebook/react-native/blob/main/packages/community-cli-plugin/src/utils/loadMetroConfig.js) for details.

:::

Expand Down

0 comments on commit cfd8cc5

Please sign in to comment.