From 33827b567b838c6ef2f307ca6c5ac413b5e4bee7 Mon Sep 17 00:00:00 2001 From: Malhar Vora Date: Mon, 21 Feb 2022 11:33:34 +0530 Subject: [PATCH] Address #1718 Fix broken link --- src/macros.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/macros.rs b/src/macros.rs index c5b66b4ab9..0ca85d61b4 100644 --- a/src/macros.rs +++ b/src/macros.rs @@ -45,7 +45,7 @@ /// server with the schema that the query string will be checked against. All variants of `query!()` /// use [dotenv] so this can be in a `.env` file instead. /// -/// * Or, `sqlx-data.json` must exist at the workspace root. See [Offline Mode](#offline-mode) +/// * Or, `sqlx-data.json` must exist at the workspace root. See [Offline Mode](#offline-mode-requires-the-offline-feature) /// below. /// /// * The query must be a string literal, or concatenation of string literals using `+` (useful