Commit 6277801f authored by Tim Hockin's avatar Tim Hockin

Change warning.png to not go through a redirect

parent 3eca6871
...@@ -24,9 +24,9 @@ var endUnversionedWarning = endMungeTag(unversionedWarningTag) ...@@ -24,9 +24,9 @@ var endUnversionedWarning = endMungeTag(unversionedWarningTag)
const unversionedWarning = ` const unversionedWarning = `
<!-- BEGIN STRIP_FOR_RELEASE --> <!-- BEGIN STRIP_FOR_RELEASE -->
![WARNING](http://releases.k8s.io/HEAD/docs/warning.png) ![WARNING](http://kubernetes.io/img/warning.png)
![WARNING](http://releases.k8s.io/HEAD/docs/warning.png) ![WARNING](http://kubernetes.io/img/warning.png)
![WARNING](http://releases.k8s.io/HEAD/docs/warning.png) ![WARNING](http://kubernetes.io/img/warning.png)
<h1>PLEASE NOTE: This document applies to the HEAD of the source <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 tree only. If you are using a released version of Kubernetes, you almost
...@@ -35,9 +35,9 @@ certainly want the docs that go with that version.</h1> ...@@ -35,9 +35,9 @@ certainly want the docs that go with that version.</h1>
<strong>Documentation for specific releases can be found at <strong>Documentation for specific releases can be found at
[releases.k8s.io](http://releases.k8s.io).</strong> [releases.k8s.io](http://releases.k8s.io).</strong>
![WARNING](http://releases.k8s.io/HEAD/docs/warning.png) ![WARNING](http://kubernetes.io/img/warning.png)
![WARNING](http://releases.k8s.io/HEAD/docs/warning.png) ![WARNING](http://kubernetes.io/img/warning.png)
![WARNING](http://releases.k8s.io/HEAD/docs/warning.png) ![WARNING](http://kubernetes.io/img/warning.png)
<!-- END STRIP_FOR_RELEASE --> <!-- END STRIP_FOR_RELEASE -->
` `
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment