Skip to content

Commit

Permalink
_content/doc: fix a broken link to Querying topic
Browse files Browse the repository at this point in the history
This change fixes a link from /doc/database/change-data
to /doc/database/querying.

Change-Id: I76b57d0df17b4ef65dc02afd0a1f33aeef262243
Reviewed-on: https://go-review.googlesource.com/c/website/+/332251
Reviewed-by: Russ Cox <rsc@golang.org>
Trust: Steve Traut <straut@google.com>
  • Loading branch information
Steve Traut committed Jul 12, 2021
1 parent a46b181 commit f481c2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _content/doc/database/change-data.md
Expand Up @@ -7,7 +7,7 @@ When you perform database actions that don't return data, use an `Exec` or
execute this way include `INSERT`, `DELETE`, and `UPDATE`.

When your query might return rows, use a `Query` or `QueryContext` method
instead. For more, see [Querying a database](/doc/database/query).
instead. For more, see [Querying a database](/doc/database/querying).

An `ExecContext` method works as an `Exec` method does, but with an additional
`context.Context` argument, as described in
Expand Down

0 comments on commit f481c2b

Please sign in to comment.