Skip to content

Commit f9c1a76

Browse files
davidgilbertsonTimer
authored andcommittedOct 5, 2018
README link fixes (facebook#5326)
* Fix broken link in main README * Fix incorrect link in user guide README
1 parent fcb4f98 commit f9c1a76

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ The [User Guide](https://github.com/facebook/create-react-app/blob/master/packag
130130
- [Folder Structure](https://github.com/facebook/create-react-app/blob/master/packages/react-scripts/template/README.md#folder-structure)
131131
- [Available Scripts](https://github.com/facebook/create-react-app/blob/master/packages/react-scripts/template/README.md#available-scripts)
132132
- [Supported Browsers](https://github.com/facebook/create-react-app/blob/master/packages/react-scripts/template/README.md#supported-browsers)
133-
- [Supported Language Features and Polyfills](https://github.com/facebook/create-react-app/blob/master/packages/react-scripts/template/README.md#supported-language-features-and-polyfills)
133+
- [Supported Language Features and Polyfills](https://github.com/facebook/create-react-app/blob/master/packages/react-scripts/template/README.md#supported-language-features)
134134
- [Syntax Highlighting in the Editor](https://github.com/facebook/create-react-app/blob/master/packages/react-scripts/template/README.md#syntax-highlighting-in-the-editor)
135135
- [Displaying Lint Output in the Editor](https://github.com/facebook/create-react-app/blob/master/packages/react-scripts/template/README.md#displaying-lint-output-in-the-editor)
136136
- [Formatting Code Automatically](https://github.com/facebook/create-react-app/blob/master/packages/react-scripts/template/README.md#formatting-code-automatically)

‎packages/react-scripts/template/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ You can find the most recent version of this guide [here](https://github.com/fac
9696
- [S3 and CloudFront](#s3-and-cloudfront)
9797
- [Surge](#surge)
9898
- [Advanced Configuration](#advanced-configuration)
99-
- [Troubleshooting](#troubleshooting)
99+
- [Troubleshooting](#troubleshooting-1)
100100
- [`npm start` doesn’t detect changes](#npm-start-doesnt-detect-changes)
101101
- [`npm test` hangs or crashes on macOS Sierra](#npm-test-hangs-or-crashes-on-macos-sierra)
102102
- [`npm run build` exits too early](#npm-run-build-exits-too-early)

0 commit comments

Comments
 (0)
Please sign in to comment.