You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by po...@apache.org on 2017/10/26 05:48:16 UTC

incubator-tamaya-site git commit: TAMAYA-279: Fix broken links.

Repository: incubator-tamaya-site
Updated Branches:
  refs/heads/master 07cff5800 -> fba87b702


TAMAYA-279: Fix broken links.


Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/commit/fba87b70
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/tree/fba87b70
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/diff/fba87b70

Branch: refs/heads/master
Commit: fba87b702dae24932fff3dad832891399f88f95b
Parents: 07cff58
Author: Phil Ottlinger <po...@apache.org>
Authored: Thu Oct 26 07:47:58 2017 +0200
Committer: Phil Ottlinger <po...@apache.org>
Committed: Thu Oct 26 07:47:58 2017 +0200

----------------------------------------------------------------------
 README.md | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/fba87b70/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index e851ce0..1d38968 100644
--- a/README.md
+++ b/README.md
@@ -41,9 +41,8 @@ Please do not check in the `output` directory as it contains the baked homepage!
 ### ASF-site branch
 
 Is linked to
-https://issues.apache.org/jira/browse/INFRA-12814
-://tamaya.incubator.apache.org/jbake/
-as requested via ttps://issues.apache.org/jira/browse/INFRA-12814
+https://tamaya.incubator.apache.org/jbake/
+as requested via https://issues.apache.org/jira/browse/INFRA-12814
 
 ### How to generate a new page
 
@@ -80,7 +79,7 @@ $ ./copysite.sh
 $ git checkout asf-site
 $ cd apidocs
 $ cp -r pathToTamayaCoreRepo/target/site/apidocs/* ./development/ - for current master version OR
-$ cp -r pathToTamayaCoreRepo/target/site/apidocs/* ./stable/ - for released/stable version
+$ cp -r pathToTamayaCoreRepo/target/site/apidocs/* ./stable/ - for released/stable version(s)
 ```
 1. Push your changes
 ```