[release-branch.go1.2] godoc/static: update site policies link
««« CL 74900047 / 1c14028dc979 godoc/static: update site policies link Fixes golang/go#7520. LGTM=bradfitz R=golang-codereviews, bradfitz CC=golang-codereviews https://golang.org/cl/74900047 »»» LGTM=iant R=golang-codereviews, iant CC=golang-dev https://golang.org/cl/83350043
This commit is contained in:
parent
161de53d86
commit
5849dad824
|
@ -72,7 +72,7 @@ func main() {
|
||||||
|
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
Build version {{html .Version}}.<br>
|
Build version {{html .Version}}.<br>
|
||||||
Except as <a href="http://code.google.com/policies.html#restrictions">noted</a>,
|
Except as <a href="https://developers.google.com/site-policies#restrictions">noted</a>,
|
||||||
the content of this page is licensed under the
|
the content of this page is licensed under the
|
||||||
Creative Commons Attribution 3.0 License,
|
Creative Commons Attribution 3.0 License,
|
||||||
and code is licensed under a <a href="/LICENSE">BSD license</a>.<br>
|
and code is licensed under a <a href="/LICENSE">BSD license</a>.<br>
|
||||||
|
|
|
@ -222,7 +222,7 @@ func main() {
|
||||||
|
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
Build version {{html .Version}}.<br>
|
Build version {{html .Version}}.<br>
|
||||||
Except as <a href="http://code.google.com/policies.html#restrictions">noted</a>,
|
Except as <a href="https://developers.google.com/site-policies#restrictions">noted</a>,
|
||||||
the content of this page is licensed under the
|
the content of this page is licensed under the
|
||||||
Creative Commons Attribution 3.0 License,
|
Creative Commons Attribution 3.0 License,
|
||||||
and code is licensed under a <a href="/LICENSE">BSD license</a>.<br>
|
and code is licensed under a <a href="/LICENSE">BSD license</a>.<br>
|
||||||
|
|
Loading…
Reference in New Issue