[dpdk-web] [PATCH 1/2] redirect big static files to the CDN
Thomas Monjalon
thomas.monjalon at 6wind.com
Tue May 24 00:28:02 CEST 2016
The domain fast.dpdk.org is a CDN.
It will give faster access to big files.
Signed-off-by: Thomas Monjalon <thomas.monjalon at 6wind.com>
---
about.html | 4 ++--
doc.html | 2 +-
doc/archives.html | 8 ++++----
3 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/about.html b/about.html
index 19a9019..f0c3fa7 100644
--- a/about.html
+++ b/about.html
@@ -55,8 +55,8 @@
<a href="http://www.windriver.com/news/press/pr.html?ID=10661">Wind River</a>
</ul>
<h2>Logos</h3>
- <p><a href="/download/logos/">The DPDK logos</a> are provided by Intel
- under a Creative Commons Attribution-NoDerivatives 4.0 License
+ <p><a href="http://fast.dpdk.org/download/logos/">The DPDK logos</a>
+ are provided by Intel under a Creative Commons Attribution-NoDerivatives 4.0 License
(<a href="http://creativecommons.org/licenses/by-nd/4.0/">CC BY-ND 4.0</a>).</p>
</section>
</body>
diff --git a/doc.html b/doc.html
index 2af2640..24bc410 100644
--- a/doc.html
+++ b/doc.html
@@ -51,7 +51,7 @@
<a href="/doc/guides/rel_notes/">release notes</a>
are formatted with <a href="http://sphinx-doc.org/">sphinx</a>.
<li>The guides are also available as
- <a href="/doc/pdf-guides/">PDF files</a>.
+ <a href="http://fast.dpdk.org/doc/pdf-guides/">PDF files</a>.
<h3>Applications</h3>
<ul>
<li><a href="http://pktgen.readthedocs.org">pktgen-dpdk (traffic generator)</a>
diff --git a/doc/archives.html b/doc/archives.html
index e577991..b8120cf 100644
--- a/doc/archives.html
+++ b/doc/archives.html
@@ -41,22 +41,22 @@
<p>DPDK 16.04 |
<a href="/doc/api-16.04/">HTML API</a> |
<a href="/doc/guides-16.04/">HTML guides</a> |
- <a href="/doc/archives/dpdk-16.04/pdf/guides/">PDF guides</a>
+ <a href="http://fast.dpdk.org/doc/pdf-guides-16.04/">PDF guides</a>
</p>
<p>DPDK 2.2 |
<a href="/doc/api-2.2/">HTML API</a> |
<a href="/doc/guides-2.2/">HTML guides</a> |
- <a href="/doc/archives/dpdk-2.2/pdf/guides/">PDF guides</a>
+ <a href="http://fast.dpdk.org/doc/pdf-guides-2.2/">PDF guides</a>
</p>
<p>DPDK 2.1 |
<a href="/doc/api-2.1/">HTML API</a> |
<a href="/doc/guides-2.1/">HTML guides</a> |
- <a href="/doc/archives/dpdk-2.1/pdf/guides/">PDF guides</a>
+ <a href="http://fast.dpdk.org/doc/pdf-guides-2.1/">PDF guides</a>
</p>
<p>DPDK 2.0 |
<a href="/doc/api-2.0/">HTML API</a> |
<a href="/doc/guides-2.0/">HTML guides</a> |
- <a href="/doc/archives/dpdk-2.0/pdf/guides/">PDF guides</a>
+ <a href="http://fast.dpdk.org/doc/pdf-guides-2.0/">PDF guides</a>
</p>
<p>DPDK 1.8 |
<a href="/doc/api-1.8/">HTML API</a> |
--
2.7.0
More information about the web
mailing list