Gopher Robot submitted this change.
1 is the latest approved patch-set.
The change was submitted with unreviewed changes in the following files:
```
The name of the file: _content/doc/articles/go_command.html
Insertions: 1, Deletions: 1.
@@ -87,7 +87,7 @@
</pre>
and thus the import path of the
-<a href="https://pkg.dev.go/github.com/golang/glog">glog</a>
+<a href="https://pkg.go.dev/github.com/golang/glog">glog</a>
package is "<code>github.com/golang/glog</code>".</p>
<p>These paths are on the long side, but in exchange we get an
```
_content: correct pkg.dev.go links to pkg.go.dev
Fixes golang/go#62225
Change-Id: I6de01f1176494d3c83c638333194201013e21f85
Reviewed-on: https://go-review.googlesource.com/c/website/+/522075
Reviewed-by: Dmitri Shuralyov <dmit...@golang.org>
TryBot-Result: Gopher Robot <go...@golang.org>
Reviewed-by: Eli Bendersky <eli...@google.com>
Run-TryBot: Ian Lance Taylor <ia...@golang.org>
Reviewed-by: Dmitri Shuralyov <dmit...@google.com>
Auto-Submit: Ian Lance Taylor <ia...@golang.org>
---
M _content/blog/slog.md
M _content/doc/articles/go_command.html
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/_content/blog/slog.md b/_content/blog/slog.md
index b0d8bbf..ea491c6 100644
--- a/_content/blog/slog.md
+++ b/_content/blog/slog.md
@@ -150,7 +150,7 @@
among other things.
The best place to learn about all of `slog` is the [package
-documentation](https://pkg.dev.go/log/slog).
+documentation](https://pkg.go.dev/log/slog).
## Performance
diff --git a/_content/doc/articles/go_command.html b/_content/doc/articles/go_command.html
index df68953..3a19377 100644
--- a/_content/doc/articles/go_command.html
+++ b/_content/doc/articles/go_command.html
@@ -87,7 +87,7 @@
</pre>
and thus the import path of the
-<a href="https://pkg.dev.go/github.com/golang/glog">glog</a>
+<a href="https://pkg.go.dev/github.com/golang/glog">glog</a>
package is "<code>github.com/golang/glog</code>".</p>
<p>These paths are on the long side, but in exchange we get an
To view, visit change 522075. To unsubscribe, or for help writing mail filters, visit settings.