Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'docs/book/src/non_cargo_based_projects.md')
-rw-r--r--docs/book/src/non_cargo_based_projects.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/book/src/non_cargo_based_projects.md b/docs/book/src/non_cargo_based_projects.md
index a48b025c7b..f1f10ae336 100644
--- a/docs/book/src/non_cargo_based_projects.md
+++ b/docs/book/src/non_cargo_based_projects.md
@@ -237,7 +237,7 @@ There are four ways to feed `rust-project.json` to rust-analyzer:
[`"rust-analyzer.workspace.discoverConfig": … }`](./configuration.md#workspace.discoverConfig)
to specify a workspace discovery command to generate project descriptions
on-the-fly. Please note that the command output is message-oriented and must
- follow [the discovery protocol](./configuration.md#workspace-discovery-protocol).
+ output JSONL [as described in the configuration docs](./configuration.md#workspace.discoverConfig).
- Place `rust-project.json` file at the root of the project, and
rust-analyzer will discover it.