diff --git a/docs/settings.md b/docs/settings.md index 9a72d10f654f..9627f8bd937f 100644 --- a/docs/settings.md +++ b/docs/settings.md @@ -11,7 +11,7 @@ The `pnpm config` command can be used to read and edit the contents of the proje The relevant configuration files are: * Per-project configuration file: `/path/to/my/project/pnpm-workspace.yaml` -* Global configuration file: `~/.config/pnpm/rc` (an [INI-formatted] list of `key = value` parameters) +* [Global configuration file](./cli/config.md) :::note