Skip to content

Commit e45053c

Browse files
authored
Readme: Relative links are broken in lists (GitHub bug?)
1 parent f08c016 commit e45053c

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

README.md

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ You will see the build errors and lint warnings in the console.
8282
Runs the test watcher in an interactive mode.
8383
By default, runs tests related to files changes since the last commit.
8484

85-
[Read more about testing.](template/README.md#running-tests)
85+
[Read more about testing.](https://github.com/facebookincubator/create-react-app/blob/master/template/README.md#running-tests)
8686

8787
### `npm run build`
8888

@@ -94,27 +94,27 @@ Your app is ready to be deployed!
9494

9595
## User Guide
9696

97-
The [User Guide](template/README.md) includes information on different topics, such as:
98-
99-
- [Updating to New Releases](template/README.md#updating-to-new-releases)
100-
- [Folder Structure](template/README.md#folder-structure)
101-
- [Available Scripts](template/README.md#available-scripts)
102-
- [Displaying Lint Output in the Editor](template/README.md#displaying-lint-output-in-the-editor)
103-
- [Installing a Dependency](template/README.md#installing-a-dependency)
104-
- [Importing a Component](template/README.md#importing-a-component)
105-
- [Adding a Stylesheet](template/README.md#adding-a-stylesheet)
106-
- [Post-Processing CSS](template/README.md#post-processing-css)
107-
- [Adding Images and Fonts](template/README.md#adding-images-and-fonts)
108-
- [Adding Bootstrap](template/README.md#adding-bootstrap)
109-
- [Adding Flow](template/README.md#adding-flow)
110-
- [Adding Custom Environment Variables](template/README.md#adding-custom-environment-variables)
111-
- [Can I Use Decorators?](template/README.md#can-i-use-decorators)
112-
- [Integrating with a Node Backend](template/README.md#integrating-with-a-node-backend)
113-
- [Proxying API Requests in Development](template/README.md#proxying-api-requests-in-development)
114-
- [Using HTTPS in Development](template/README.md#using-https-in-development)
115-
- [Adding `<link>` and `<meta>` Tags](template/README.md#adding-link-and-meta-tags)
116-
- [Running Tests](template/README.md#running-tests)
117-
- [Deployment](template/README.md#deployment)
97+
The [User Guide](https://github.com/facebookincubator/create-react-app/blob/master/template/README.md) includes information on different topics, such as:
98+
99+
- [Updating to New Releases](https://github.com/facebookincubator/create-react-app/blob/master/template/README.md#updating-to-new-releases)
100+
- [Folder Structure](https://github.com/facebookincubator/create-react-app/blob/master/template/README.md#folder-structure)
101+
- [Available Scripts](https://github.com/facebookincubator/create-react-app/blob/master/template/README.md#available-scripts)
102+
- [Displaying Lint Output in the Editor](https://github.com/facebookincubator/create-react-app/blob/master/template/README.md#displaying-lint-output-in-the-editor)
103+
- [Installing a Dependency](https://github.com/facebookincubator/create-react-app/blob/master/template/README.md#installing-a-dependency)
104+
- [Importing a Component](https://github.com/facebookincubator/create-react-app/blob/master/template/README.md#importing-a-component)
105+
- [Adding a Stylesheet](https://github.com/facebookincubator/create-react-app/blob/master/template/README.md#adding-a-stylesheet)
106+
- [Post-Processing CSS](https://github.com/facebookincubator/create-react-app/blob/master/template/README.md#post-processing-css)
107+
- [Adding Images and Fonts](https://github.com/facebookincubator/create-react-app/blob/master/template/README.md#adding-images-and-fonts)
108+
- [Adding Bootstrap](https://github.com/facebookincubator/create-react-app/blob/master/template/README.md#adding-bootstrap)
109+
- [Adding Flow](https://github.com/facebookincubator/create-react-app/blob/master/template/README.md#adding-flow)
110+
- [Adding Custom Environment Variables](https://github.com/facebookincubator/create-react-app/blob/master/template/README.md#adding-custom-environment-variables)
111+
- [Can I Use Decorators?](https://github.com/facebookincubator/create-react-app/blob/master/template/README.md#can-i-use-decorators)
112+
- [Integrating with a Node Backend](https://github.com/facebookincubator/create-react-app/blob/master/template/README.md#integrating-with-a-node-backend)
113+
- [Proxying API Requests in Development](https://github.com/facebookincubator/create-react-app/blob/master/template/README.md#proxying-api-requests-in-development)
114+
- [Using HTTPS in Development](https://github.com/facebookincubator/create-react-app/blob/master/template/README.md#using-https-in-development)
115+
- [Adding `<link>` and `<meta>` Tags](https://github.com/facebookincubator/create-react-app/blob/master/template/README.md#adding-link-and-meta-tags)
116+
- [Running Tests](https://github.com/facebookincubator/create-react-app/blob/master/template/README.md#running-tests)
117+
- [Deployment](https://github.com/facebookincubator/create-react-app/blob/master/template/README.md#deployment)
118118

119119
A copy of the user guide will be created as `README.md` in your project folder.
120120

0 commit comments

Comments
 (0)