Skip to content

Commit 8c05152

Browse files
mueschaDSchau
authored andcommitted
chore(docs): add link on gatsby-link documentation (#12518)
<!-- Have any questions? Check out the contributing docs at https://gatsby.dev/contribute, or ask in this Pull Request and a Gatsby maintainer will be happy to help :) --> ## Description enable clickable link in documentation ## Related Issues <!-- Link to the issue that is fixed by this PR (if there is one) e.g. Fixes #1234, Addresses #1234, Related to #1234, etc. -->
1 parent 44491ef commit 8c05152

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/docs/gatsby-cli.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,11 @@ At the root of a Gatsby site, compile your application and make it ready for dep
6565

6666
#### Options
6767

68-
| Option | Description |
69-
| :--------------------------: | ----------------------------------------------------------------------------------- |
70-
| `--prefix-paths` | Build site with link paths prefixed (set pathPrefix in your config) |
71-
| `--no-uglify` | Build site without uglifying JS bundles (for debugging) |
72-
| `--open-tracing-config-file` | Tracer configuration file (open tracing compatible). See /docs/performance-tracing/ |
68+
| Option | Description |
69+
| :--------------------------: | ---------------------------------------------------------------------------------------------------------- |
70+
| `--prefix-paths` | Build site with link paths prefixed (set pathPrefix in your config) |
71+
| `--no-uglify` | Build site without uglifying JS bundles (for debugging) |
72+
| `--open-tracing-config-file` | Tracer configuration file (open tracing compatible). See [Performance Tracing](/docs/performance-tracing/) |
7373

7474
### `serve`
7575

0 commit comments

Comments
 (0)