Fix broken documentation link (#5670)

Fix public folder documentation link
This commit is contained in:
Oleksandr Melnykov
2018-11-04 21:03:04 +01:00
committed by Ian Schmitz
parent 5cdf360246
commit 8025a0ac9e

View File

@@ -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