diff --git a/doc/go1.15.html b/doc/go1.15.html
index e7b7456059..c691bf3bd5 100644
--- a/doc/go1.15.html
+++ b/doc/go1.15.html
@@ -357,7 +357,10 @@ Do not send CLs removing the interior tags from such phrases.
The linker now defaults to internal linking mode
for -buildmode=pie on
linux/amd64 and linux/arm64, so these
- configurations no longer require a C linker.
+ configurations no longer require a C linker. External linking
+ mode (which was the default in Go 1.14 for
+ -buildmode=pie) can still be requested with
+ -ldflags=-linkmode=external flag.