diff --git a/docs/docs/gatsby-cli.md b/docs/docs/gatsby-cli.md index 48fe6aa3ca1e8..2c8d0e8903bb4 100644 --- a/docs/docs/gatsby-cli.md +++ b/docs/docs/gatsby-cli.md @@ -65,11 +65,11 @@ At the root of a Gatsby site, compile your application and make it ready for dep #### Options -| Option | Description | -| :--------------------------: | ----------------------------------------------------------------------------------- | -| `--prefix-paths` | Build site with link paths prefixed (set pathPrefix in your config) | -| `--no-uglify` | Build site without uglifying JS bundles (for debugging) | -| `--open-tracing-config-file` | Tracer configuration file (open tracing compatible). See /docs/performance-tracing/ | +| Option | Description | +| :--------------------------: | ---------------------------------------------------------------------------------------------------------- | +| `--prefix-paths` | Build site with link paths prefixed (set pathPrefix in your config) | +| `--no-uglify` | Build site without uglifying JS bundles (for debugging) | +| `--open-tracing-config-file` | Tracer configuration file (open tracing compatible). See [Performance Tracing](/docs/performance-tracing/) | ### `serve`