This is an automated email from the ASF dual-hosted git repository.

pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tamaya-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 5591cee  TAMAYA-382 link updates
     new 8fbb02d  Merge pull request #5 from peculater/TAMAYA-382-link-updates
5591cee is described below

commit 5591ceecefb0e1fe1c0c2134d0f44714f6a9f01e
Author: William Lieurance <[email protected]>
AuthorDate: Sat Apr 27 22:12:56 2019 -0500

    TAMAYA-382 link updates
    
    This PR makes 2 changes, per the February 2019 report.
    
    1.  Updates artifact download links to use the mirror lookup link or
    archive link as makes sense.
    2.  Updates mail-archive link to work around problems putting the '@'
    symbol in links in Asciidoc, but with the Apache list server not
    accepting any encoded values in the URL.
    
    I also changed a reference from apache gitbox over to github for new
    devs, which seems in line with the move we made last year.
---
 content/development/community.adoc |  4 ++--
 content/devguide.adoc              |  4 ++--
 content/download.adoc              |  8 ++++----
 content/history.adoc               | 10 +++++-----
 content/release-guide.adoc         |  6 ++----
 5 files changed, 15 insertions(+), 17 deletions(-)

diff --git a/content/development/community.adoc 
b/content/development/community.adoc
index dee3b9a..f6e755e 100644
--- a/content/development/community.adoc
+++ b/content/development/community.adoc
@@ -16,7 +16,7 @@ project documentation. Apache Tamaya currently does
 not yet have a users mailing list. If you want discuss your use cases
 we encourage you to mailto:[email protected][subscribe]
 to our mailto:[email protected][mailing list for developers].
-Furthermore, you can check our xref:a_mailing_lists[mail-archives].
+Furthermore, you can check our pass:[<a 
href="https://lists.apache.org/[email protected]";>mail-archives</a>].
 
 Before you file a ticket in our 
https://issues.apache.org/jira/browse/TAMAYA[Jira^]
 please ask on the mailing list if it's a known issue in case of a
@@ -65,7 +65,7 @@ start contributing and help users.
 
 Optionally mailto:[email protected][subscribe] to 
our
 mailto:[email protected][mailing list for commits].
-Furthermore, you can check our 
link:community.html#mailing-lists[mail-archives].
+Furthermore, you can check our pass:[<a 
href="https://lists.apache.org/[email protected]";>mail-archives</a>].
 
 Further details are available at 
https://www.apache.org/dev/[https://www.apache.org/dev/^].
 
diff --git a/content/devguide.adoc b/content/devguide.adoc
index 2dba025..a6eb8c8 100644
--- a/content/devguide.adoc
+++ b/content/devguide.adoc
@@ -14,7 +14,7 @@ or if your branch is ahead of master. This will always lead to
 some dirty artifacts in the commit history:
 
 ----
-Merge branch 'master' of http://gitbox.apache.org/tamaya into master
+Merge branch 'master' of https://github.com/apache/incubator-tamaya into master
 ----
 
 === Use git pull --rebase
@@ -171,7 +171,7 @@ as clean as possible.
 === Initial setup
 
 ----
-$ git clone https://gitbox.apache.org/repos/asf/incubator-tamaya.git
+$ git clone https://github.com/apache/incubator-tamaya.git
 $ git remote add discuss 
https://[username]@github.com/[username]/[repo-name].git
 $ git push -u discuss master
 ----
diff --git a/content/download.adoc b/content/download.adoc
index 3e8bf34..c1caaf6 100644
--- a/content/download.adoc
+++ b/content/download.adoc
@@ -10,7 +10,7 @@
 
 The latest release is Apache Tamaya {tamaya_version_released}.
 You can download it it from the
-http://www.apache.org/dist/incubator/tamaya[Apache Software Foundation 
Distribution Directory^].
+http://www.apache.org/dyn/closer.cgi/incubator/tamaya[Apache Software 
Foundation Distribution Directory^].
 
 The release notes for each release of Apache Tamaya
 can be found at the link:history.html[release history page].
@@ -19,7 +19,7 @@ can be found at the link:history.html[release history page].
 
 Downloading of the the current state of the project can be done by
 
-* cloning the https://github.com/apache/incubator-tamaya[GitHub mirror^]
+* cloning the https://github.com/apache/incubator-tamaya[GitHub repo^]
 * Github also provides an easy way to dowload the current project source as 
zip archive.
 // @todo * Cloning the Apache source tree, see link:3[source section]. 
source.html
 
@@ -50,7 +50,7 @@ Downloading of the the current state of the project can be 
done by
 == Previous Releases
 
 All previous releases can also be found at the
-https://www.apache.org/dist/incubator/tamaya/[Apache Software Foundation 
Distribution Directory^].
+https://archive.apache.org/dist/incubator/tamaya/[Apache Software Foundation 
Distribution Archive^].
 In our link:history.html[release history overview] you can find all previous 
releases of Tamaya.
 
 == Verifying Releases
@@ -66,7 +66,7 @@ as well as the asc signature file for the artifact. Make sure 
you get
 these files from the
 https://www.apache.org/dist/incubator/tamaya/[main distribution directory^]
 rather than from a
-https://www.apache.org/dyn/closer.cgi/tamaya/[mirror^].
+https://www.apache.org/dyn/closer.cgi/incubator/tamaya/[mirror^].
 Then verify the signatures using e.g.:
 
 [source,shell]
diff --git a/content/history.adoc b/content/history.adoc
index c32f0c7..68a04b8 100644
--- a/content/history.adoc
+++ b/content/history.adoc
@@ -19,16 +19,16 @@ Overview of all released versions of Apache Tamaya.
 | 0.3-incubating
 | 2016-09-12
 | n/a
-| https://www.apache.org/dist/incubator/tamaya/0.3-incubating/[Download of 0.3 
incubating^]
+| https://archive.apache.org/dist/incubator/tamaya/0.3-incubating/[Download of 
0.3 incubating^]
 
 | 0.2-incubating
 | 2016-04-06
-| 
https://www.apache.org/dist/incubator/tamaya/0.2-incubating/ReleaseNotes-0.2-incubating.html[Release
 Notes for 0.2 incubating^]
-| https://www.apache.org/dist/incubator/tamaya/0.2-incubating/[Download of 0.2 
incubating^]
+| 
https://archive.apache.org/dist/incubator/tamaya/0.2-incubating/ReleaseNotes-0.2-incubating.html[Release
 Notes for 0.2 incubating^]
+| https://archive.apache.org/dist/incubator/tamaya/0.2-incubating/[Download of 
0.2 incubating^]
 
 | 0.1-incubating
 | 2015-08-22
-| 
https://www.apache.org/dist/incubator/tamaya/0.1-incubating/ReleaseNotes-0.1-incubating.html[Release
 Notes for 0.1 incubating^]
-| https://www.apache.org/dist/incubator/tamaya/0.1-incubating/[Download of 0.1 
incubating^]
+| 
https://archive.apache.org/dist/incubator/tamaya/0.1-incubating/ReleaseNotes-0.1-incubating.html[Release
 Notes for 0.1 incubating^]
+| https://archive.apache.org/dist/incubator/tamaya/0.1-incubating/[Download of 
0.1 incubating^]
 
 |===
diff --git a/content/release-guide.adoc b/content/release-guide.adoc
index f0175b7..ecd5846 100644
--- a/content/release-guide.adoc
+++ b/content/release-guide.adoc
@@ -416,13 +416,11 @@ [email protected].
 More information and how to do this can be found on
 https://incubator.apache.org/guides/lists.html[^].
 
-:x: https://lists.apache.org/[email protected]
-
 The mail, which must be send to the list, is quite similar
 to the one for the PPMC, but it must also contain a link
 to the mail thread of the successful vote of the PPMC.
 The archive of the developers mailinglist of Apache Tamaya
-can be found at https://lists.apache.org[^].
+can be found at pass:[<a 
href="https://lists.apache.org/[email protected]";>https://lists.apache.org</a>].
 
 The mail to the IPMC can be composed by using these both
 templates:
@@ -623,7 +621,7 @@ If the directory does not exists, create it.
 [listing,text]
 .Creating the directory for the version of the release
 ----
-$ svn mkdir 
https://dist.apache.org/repos/dist/release/incubator/tamaya/[versio]    <1>
+$ svn mkdir 
https://dist.apache.org/repos/dist/release/incubator/tamaya/[version]    <1>
 ----
 <1> Replace _version_ by the version number of the release.
 

Reply via email to