Skip to content

Commit

Permalink
Address #1718 (#1719)
Browse files Browse the repository at this point in the history
Fix broken link
  • Loading branch information
vbmade2000 authored Feb 22, 2022
1 parent eaf41fd commit cc35809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/macros.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cc35809

Please sign in to comment.