aboutsummaryrefslogtreecommitdiff
path: root/src/html
diff options
context:
space:
mode:
Diffstat (limited to 'src/html')
-rw-r--r--src/html/template/doc.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/html/template/doc.go b/src/html/template/doc.go
index b7be04cbd0..4d880738e6 100644
--- a/src/html/template/doc.go
+++ b/src/html/template/doc.go
@@ -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