Skip to content

Commit b680ee7

Browse files
author
e-w-h
authored
Fix link address (#10907)
Replace the Github home link with a link to the repo's main page or a link to the source (https://github.com/CodeByZach/pace/blob/master/pace.js)
1 parent 651d0db commit b680ee7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus/docs/using-the-public-folder.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ The `public` folder is useful as a workaround for a number of less common cases:
6060

6161
- You need a file with a specific name in the build output, such as [`manifest.webmanifest`](https://developer.mozilla.org/en-US/docs/Web/Manifest).
6262
- You have thousands of images and need to dynamically reference their paths.
63-
- You want to include a small script like [`pace.js`](https://github.hubspot.com/pace/docs/welcome/) outside of the bundled code.
63+
- You want to include a small script like [`pace.js`](https://github.com/CodeByZach/pace) outside of the bundled code.
6464
- Some libraries may be incompatible with webpack and you have no other option but to include it as a `<script>` tag.
6565

6666
Note that if you add a `<script>` that declares global variables, you should read the topic [Using Global Variables](using-global-variables.md) in the next section which explains how to reference them.

0 commit comments

Comments
 (0)