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/08/07 19:49:41 UTC

incubator-tamaya-site git commit: Update docs

Repository: incubator-tamaya-site
Updated Branches:
  refs/heads/master 73ee5387b -> 1391ae8ec


Update docs

Fix broken deprecated link.


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/1391ae8e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/tree/1391ae8e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/diff/1391ae8e

Branch: refs/heads/master
Commit: 1391ae8ec9436278c756ccb39af3a62018311673
Parents: 73ee538
Author: Phil Ottlinger <po...@apache.org>
Authored: Mon Aug 7 21:49:26 2017 +0200
Committer: Phil Ottlinger <po...@apache.org>
Committed: Mon Aug 7 21:49:26 2017 +0200

----------------------------------------------------------------------
 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/1391ae8e/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index ef1cde1..b1bc111 100644
--- a/README.md
+++ b/README.md
@@ -82,12 +82,13 @@ $ ./copy-site.sh
 $ git checkout asf-site
 $ cp -r pathToTamayaCoreRepo/target/site/apidocs .
 ```
+1. If you do not want to change the already published Javadoc, make sure that your commit does not change the base index.html, that renders https://tamaya.incubator.apache.org/apidocs/index.html
 1. Push your changes
 ```
 $ git push
 ```
 1. Wait a couple of minutes for the gitpubsub to happen.
-1. Go to https://tamaya.incubator.apache.org/jbake/ in your browser
+1. Go to https://tamaya.incubator.apache.org/ in your browser
 
 #### Jenkins / CI integration