From 2ad1d0f28107903728b0f3d281515e94dd7fa1dc Mon Sep 17 00:00:00 2001
From: Dmitri Shuralyov
Date: Fri, 1 Dec 2023 15:42:13 -0500
Subject: [PATCH] _content: fix Markdown link in rebuild.html
This page has .html extension, not .md, so use an HTML link.
Change-Id: Ifd5646c8b2875c805ce611ea8e2885b89136223f
Reviewed-on: https://go-review.googlesource.com/c/website/+/546695
Reviewed-by: Dmitri Shuralyov
Auto-Submit: Dmitri Shuralyov
Reviewed-by: Carlos Amedee
LUCI-TryBot-Result: Go LUCI
---
_content/rebuild.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/_content/rebuild.html b/_content/rebuild.html
index 103ab48e..cc0978a8 100644
--- a/_content/rebuild.html
+++ b/_content/rebuild.html
@@ -15,7 +15,7 @@ As of Go 1.21, Go's binary toolchain downloads served by go.dev/d
reproduced and verified by anyone, on any platform,
using golang.org/x/build/cmd/gorebuild.
For more details, see the blog post
-“[Perfectly Reproducible, Verified Go Toolchains](/blog/rebuild).”
+“Perfectly Reproducible, Verified Go Toolchains.”