mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-04-24 05:05:53 +08:00
Fix broken documentation link (#5670)
Fix public folder documentation link
This commit is contained in:
committed by
Ian Schmitz
parent
5cdf360246
commit
8025a0ac9e
@@ -7,7 +7,7 @@ title: Using the Public Folder
|
||||
|
||||
## Changing the HTML
|
||||
|
||||
The `public` folder contains the HTML file so you can tweak it, for example, to [set the page title](changing-the-page-title.md).
|
||||
The `public` folder contains the HTML file so you can tweak it, for example, to [set the page title](title-and-meta-tags.md).
|
||||
The `<script>` tag with the compiled code will be added to it automatically during the build process.
|
||||
|
||||
## Adding Assets Outside of the Module System
|
||||
|
||||
Reference in New Issue
Block a user