Skip to content

Commit ed6e27f

Browse files
authored
docs: fix broken link to config page (#2144)
This fixes a broken link. The wording of the text is also changed to match the same link in the "Get Up and Running" section.
1 parent 019bf46 commit ed6e27f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ are missing `libcurl4-openssl-dev`.
263263
## Local Setup
264264

265265
1. Follow the instructions below to use either MySQL or Spanner as your DB.
266-
2. Now `cp config/local.example.toml config/local.toml`. Open `config/local.toml` and make sure you have the desired settings configured. For a complete list of available configuration options, check out [docs/config.md](docs/config.md).
266+
2. Now `cp config/local.example.toml config/local.toml`. Open `config/local.toml` and make sure you have the desired settings configured. For a complete list of available configuration options, check out the [Configuration](config.md) reference.
267267
3. To start a local server in debug mode, run either:
268268
- `make run_mysql` if using MySQL or,
269269
- `make run_spanner` if using spanner.

0 commit comments

Comments
 (0)