]> Cypherpunks repositories - gostls13.git/commitdiff
html/template: replace end-of-life link
authorcui fliter <imcusg@gmail.com>
Mon, 15 Jan 2024 06:52:10 +0000 (14:52 +0800)
committerGopher Robot <gobot@golang.org>
Sat, 15 Mar 2025 20:12:47 +0000 (13:12 -0700)
Fix #65044

Change-Id: I5bf9c1cf2e9d3ae1e4bbb8f2653512c710db370b
Reviewed-on: https://go-review.googlesource.com/c/go/+/555815
Auto-Submit: Sean Liao <sean@liao.dev>
Reviewed-by: David Chase <drchase@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
src/html/template/doc.go

index b7be04cbd0a228d80d99254d74eabf9ddd54bf9a..4d880738e658e406fc84f75b7d7cb57b5960dd69 100644 (file)
@@ -210,7 +210,7 @@ that would have been produced if {{.}} was a regular string.
 
 # Security Model
 
-https://rawgit.com/mikesamuel/sanitized-jquery-templates/trunk/safetemplate.html#problem_definition defines "safe" as used by this package.
+https://web.archive.org/web/20160501113828/http://js-quasis-libraries-and-repl.googlecode.com/svn/trunk/safetemplate.html#problem_definition defines "safe" as used by this package.
 
 This package assumes that template authors are trusted, that Execute's data
 parameter is not, and seeks to preserve the properties below in the face