From b52edba3f82120d0f819beafbfda191a0a747241 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Mon, 18 Dec 2023 15:16:58 -0500 Subject: all: fix and test for references to github.com/golang/go/issues and wiki Insist on the canonical /issue/ and /wiki/ links instead. Change-Id: I7a2eedda69bc3fcd11466722a41f00c9dbaf283f Reviewed-on: https://go-review.googlesource.com/c/website/+/550323 Reviewed-by: Dmitri Shuralyov Reviewed-by: Dmitri Shuralyov LUCI-TryBot-Result: Go LUCI --- _content/doc/tutorial/database-access.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_content/doc/tutorial/database-access.md') diff --git a/_content/doc/tutorial/database-access.md b/_content/doc/tutorial/database-access.md index f82e8b04..900e66c3 100644 --- a/_content/doc/tutorial/database-access.md +++ b/_content/doc/tutorial/database-access.md @@ -196,7 +196,7 @@ Locate and import a database driver that will translate requests you make through functions in the `database/sql` package into requests the database understands. -1. In your browser, visit the [SQLDrivers](https://github.com/golang/go/wiki/SQLDrivers) +1. In your browser, visit the [SQLDrivers](/wiki/SQLDrivers) wiki page to identify a driver you can use. Use the list on the page to identify the driver you'll use. For accessing -- cgit v1.3-6-g1900