Repository: pdfbox-docs Updated Branches: refs/heads/master 211e9913a -> e9258122b
PDFBOX-3330: link to 2.0.7 javadoc Project: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/commit/6f732f76 Tree: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/tree/6f732f76 Diff: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/diff/6f732f76 Branch: refs/heads/master Commit: 6f732f763296725b02dd4265f19a5ffc770ccef1 Parents: 211e991 Author: Maruan Sahyoun <[email protected]> Authored: Fri Jul 21 15:01:36 2017 +0200 Committer: Maruan Sahyoun <[email protected]> Committed: Fri Jul 21 15:01:36 2017 +0200 ---------------------------------------------------------------------- content/.htaccess | 2 +- content/_layouts/default.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/6f732f76/content/.htaccess ---------------------------------------------------------------------- diff --git a/content/.htaccess b/content/.htaccess index 7fc9754..84447cb 100644 --- a/content/.htaccess +++ b/content/.htaccess @@ -1,7 +1,7 @@ RewriteEngine On RewriteCond %{HTTPS} off RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L] -RewriteRule ^apidocs(/?)$ /docs/2.0.5/javadocs [R=301,L] +RewriteRule ^apidocs(/?)$ /docs/2.0.7/javadocs [R=301,L] RewriteRule ^commandlineutilities(/?)(.*)$ /2.0/commandline [R=301,L] RewriteRule ^downloads\.html$ /download.cgi RewriteRule ^downloads\.cgi$ /download.cgi http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/6f732f76/content/_layouts/default.html ---------------------------------------------------------------------- diff --git a/content/_layouts/default.html b/content/_layouts/default.html index 11f16da..e6cf79f 100644 --- a/content/_layouts/default.html +++ b/content/_layouts/default.html @@ -94,7 +94,7 @@ </li> <li><a href="/2.0/commandline.html">Command-Line Tools</a></li> <li><a href="/2.0/faq.html">FAQ</a></li> - <li><a href="/docs/2.0.5/javadocs/">API Docs</a></li> + <li><a href="/docs/2.0.7/javadocs/">API Docs</a></li> </ul> </li> <li class="sidebar-node" id="v1-8">
