From 6b2ff2b950e8fed971149931ee7d5f1c3bab63bb Mon Sep 17 00:00:00 2001
From: Duncan Ogilvie <mr.exodia.tpodt@gmail.com>
Date: Thu, 15 Sep 2022 01:46:15 +0200
Subject: [PATCH] Add a minor clarification

Hopefully this will save the next person from wasting an hour+ on this.
---
 src/doc/src/reference/build-scripts.md | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/doc/src/reference/build-scripts.md b/src/doc/src/reference/build-scripts.md
index f4df9cb7f82..d89aa65fa95 100644
--- a/src/doc/src/reference/build-scripts.md
+++ b/src/doc/src/reference/build-scripts.md
@@ -443,8 +443,7 @@ script specified with a custom library. The purpose of this functionality is to
 prevent running the build script in question altogether and instead supply the
 metadata ahead of time.
 
-To override a build script, place the following configuration in any acceptable
-Cargo [configuration location](config.md).
+To override a build script, place the following configuration in any acceptable [`config.toml`](config.md) file.
 
 ```toml
 [target.x86_64-unknown-linux-gnu.foo]