Skip to content

Commit

Permalink
Change warning.png to not go through a redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
thockin committed Jul 15, 2015
1 parent 3eca687 commit 6277801
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions cmd/mungedocs/unversioned_warning.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ var endUnversionedWarning = endMungeTag(unversionedWarningTag)
const unversionedWarning = `
<!-- BEGIN STRIP_FOR_RELEASE -->
![WARNING](http://releases.k8s.io/HEAD/docs/warning.png)
![WARNING](http://releases.k8s.io/HEAD/docs/warning.png)
![WARNING](http://releases.k8s.io/HEAD/docs/warning.png)
![WARNING](http://kubernetes.io/img/warning.png)
![WARNING](http://kubernetes.io/img/warning.png)
![WARNING](http://kubernetes.io/img/warning.png)
<h1>PLEASE NOTE: This document applies to the HEAD of the source
tree only. If you are using a released version of Kubernetes, you almost
Expand All @@ -35,9 +35,9 @@ certainly want the docs that go with that version.</h1>
<strong>Documentation for specific releases can be found at
[releases.k8s.io](http://releases.k8s.io).</strong>
![WARNING](http://releases.k8s.io/HEAD/docs/warning.png)
![WARNING](http://releases.k8s.io/HEAD/docs/warning.png)
![WARNING](http://releases.k8s.io/HEAD/docs/warning.png)
![WARNING](http://kubernetes.io/img/warning.png)
![WARNING](http://kubernetes.io/img/warning.png)
![WARNING](http://kubernetes.io/img/warning.png)
<!-- END STRIP_FOR_RELEASE -->
`
Expand Down

0 comments on commit 6277801

Please sign in to comment.