@@ -82,7 +82,7 @@ You will see the build errors and lint warnings in the console.
...
@@ -82,7 +82,7 @@ You will see the build errors and lint warnings in the console.
Runs the test watcher in an interactive mode.
Runs the test watcher in an interactive mode.
By default, runs tests related to files changes since the last commit.
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`
### `npm run build`
...
@@ -94,27 +94,27 @@ Your app is ready to be deployed!
...
@@ -94,27 +94,27 @@ Your app is ready to be deployed!
## User Guide
## User Guide
The [User Guide](template/README.md) includes information on different topics, such as:
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](template/README.md#updating-to-new-releases)
-[Updating to New Releases](https://github.com/facebookincubator/create-react-app/blob/master/template/README.md#updating-to-new-releases)
-[Displaying Lint Output in the Editor](template/README.md#displaying-lint-output-in-the-editor)
-[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](template/README.md#installing-a-dependency)
-[Installing a Dependency](https://github.com/facebookincubator/create-react-app/blob/master/template/README.md#installing-a-dependency)
-[Importing a Component](template/README.md#importing-a-component)
-[Importing a Component](https://github.com/facebookincubator/create-react-app/blob/master/template/README.md#importing-a-component)
-[Adding a Stylesheet](template/README.md#adding-a-stylesheet)
-[Adding a Stylesheet](https://github.com/facebookincubator/create-react-app/blob/master/template/README.md#adding-a-stylesheet)
-[Can I Use Decorators?](template/README.md#can-i-use-decorators)
-[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](template/README.md#integrating-with-a-node-backend)
-[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](template/README.md#proxying-api-requests-in-development)
-[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](template/README.md#using-https-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](template/README.md#adding-link-and-meta-tags)
-[Adding `<link>` and `<meta>` Tags](https://github.com/facebookincubator/create-react-app/blob/master/template/README.md#adding-link-and-meta-tags)