From e45053cf1340307bf38859a7f581972e51ceb241 Mon Sep 17 00:00:00 2001 From: Dan Abramov <dan.abramov@gmail.com> Date: Mon, 12 Sep 2016 16:23:36 +0300 Subject: [PATCH] Readme: Relative links are broken in lists (GitHub bug?) --- README.md | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/README.md b/README.md index ccb23c46e..978b6a6ea 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ You will see the build errors and lint warnings in the console. Runs the test watcher in an interactive mode. By default, runs tests related to files changes since the last commit. -[Read more about testing.](template/README.md#running-tests) +[Read more about testing.](https://github.com/facebookincubator/create-react-app/blob/master/template/README.md#running-tests) ### `npm run build` @@ -94,27 +94,27 @@ Your app is ready to be deployed! ## User Guide -The [User Guide](template/README.md) includes information on different topics, such as: - -- [Updating to New Releases](template/README.md#updating-to-new-releases) -- [Folder Structure](template/README.md#folder-structure) -- [Available Scripts](template/README.md#available-scripts) -- [Displaying Lint Output in the Editor](template/README.md#displaying-lint-output-in-the-editor) -- [Installing a Dependency](template/README.md#installing-a-dependency) -- [Importing a Component](template/README.md#importing-a-component) -- [Adding a Stylesheet](template/README.md#adding-a-stylesheet) -- [Post-Processing CSS](template/README.md#post-processing-css) -- [Adding Images and Fonts](template/README.md#adding-images-and-fonts) -- [Adding Bootstrap](template/README.md#adding-bootstrap) -- [Adding Flow](template/README.md#adding-flow) -- [Adding Custom Environment Variables](template/README.md#adding-custom-environment-variables) -- [Can I Use Decorators?](template/README.md#can-i-use-decorators) -- [Integrating with a Node Backend](template/README.md#integrating-with-a-node-backend) -- [Proxying API Requests in Development](template/README.md#proxying-api-requests-in-development) -- [Using HTTPS in Development](template/README.md#using-https-in-development) -- [Adding `<link>` and `<meta>` Tags](template/README.md#adding-link-and-meta-tags) -- [Running Tests](template/README.md#running-tests) -- [Deployment](template/README.md#deployment) +The [User Guide](https://github.com/facebookincubator/create-react-app/blob/master/template/README.md) includes information on different topics, such as: + +- [Updating to New Releases](https://github.com/facebookincubator/create-react-app/blob/master/template/README.md#updating-to-new-releases) +- [Folder Structure](https://github.com/facebookincubator/create-react-app/blob/master/template/README.md#folder-structure) +- [Available Scripts](https://github.com/facebookincubator/create-react-app/blob/master/template/README.md#available-scripts) +- [Displaying Lint Output in the Editor](https://github.com/facebookincubator/create-react-app/blob/master/template/README.md#displaying-lint-output-in-the-editor) +- [Installing a Dependency](https://github.com/facebookincubator/create-react-app/blob/master/template/README.md#installing-a-dependency) +- [Importing a Component](https://github.com/facebookincubator/create-react-app/blob/master/template/README.md#importing-a-component) +- [Adding a Stylesheet](https://github.com/facebookincubator/create-react-app/blob/master/template/README.md#adding-a-stylesheet) +- [Post-Processing CSS](https://github.com/facebookincubator/create-react-app/blob/master/template/README.md#post-processing-css) +- [Adding Images and Fonts](https://github.com/facebookincubator/create-react-app/blob/master/template/README.md#adding-images-and-fonts) +- [Adding Bootstrap](https://github.com/facebookincubator/create-react-app/blob/master/template/README.md#adding-bootstrap) +- [Adding Flow](https://github.com/facebookincubator/create-react-app/blob/master/template/README.md#adding-flow) +- [Adding Custom Environment Variables](https://github.com/facebookincubator/create-react-app/blob/master/template/README.md#adding-custom-environment-variables) +- [Can I Use Decorators?](https://github.com/facebookincubator/create-react-app/blob/master/template/README.md#can-i-use-decorators) +- [Integrating with a Node Backend](https://github.com/facebookincubator/create-react-app/blob/master/template/README.md#integrating-with-a-node-backend) +- [Proxying API Requests in Development](https://github.com/facebookincubator/create-react-app/blob/master/template/README.md#proxying-api-requests-in-development) +- [Using HTTPS in Development](https://github.com/facebookincubator/create-react-app/blob/master/template/README.md#using-https-in-development) +- [Adding `<link>` and `<meta>` Tags](https://github.com/facebookincubator/create-react-app/blob/master/template/README.md#adding-link-and-meta-tags) +- [Running Tests](https://github.com/facebookincubator/create-react-app/blob/master/template/README.md#running-tests) +- [Deployment](https://github.com/facebookincubator/create-react-app/blob/master/template/README.md#deployment) A copy of the user guide will be created as `README.md` in your project folder. -- GitLab