This is an automated email from the ASF dual-hosted git repository. brondsem pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/allura-site.git
commit 59bc06c1bb585fa37228f542604666fd5ee0b61f Author: Dave Brondsema <[email protected]> AuthorDate: Mon May 17 13:41:16 2021 -0400 Update some general apache urls to new versions --- _src/allura-theme/templates/index.html | 2 +- _src/pelicanconf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_src/allura-theme/templates/index.html b/_src/allura-theme/templates/index.html index 0cb890a..7488943 100644 --- a/_src/allura-theme/templates/index.html +++ b/_src/allura-theme/templates/index.html @@ -114,7 +114,7 @@ <li class="text-white"><a class="text-white pad-right-xs" href="irc://chat.freenode.net/allura">#allura on Freenode IRC</a>(<a class="text-white" href="https://sourceforge.net/p/allura/chat/">Archives</a>)</li> <li><a class="text-white" href="{{ FORGE_ALLURA_URL }}docs/">Developer Docs</a></li> <li><a class="text-white" href="{{ FORGE_ALLURA_URL }}docs/development/contributing.html">Contributing Guide</a></li> - <li><a class="text-white" href="https://builds.apache.org/job/Allura/">Jenkins CI Build</a></li> + <li><a class="text-white" href="https://ci-builds.apache.org/job/Allura/job/Allura/">Jenkins CI Build</a></li> </ul> </div> </div> diff --git a/_src/pelicanconf.py b/_src/pelicanconf.py index b89b835..49455a2 100644 --- a/_src/pelicanconf.py +++ b/_src/pelicanconf.py @@ -48,7 +48,7 @@ CURRENT_YEAR = dt.date.today().year RELEASE_VERSION = '1.12.0' RELEASE_DATE = 'Oct 2019' RELEASE_NEWS = 'posts/2019-allura-1.12.0.html' -DIST_URL = 'https://apache.org/dist/allura/' +DIST_URL = 'https://downloads.apache.org/allura/' FORGE_ALLURA_URL = 'https://forge-allura.apache.org/' FEATURES_URL = '{}p/allura/wiki/Features/'.format(FORGE_ALLURA_URL)
