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/09/12 20:07:19 UTC

incubator-tamaya-site git commit: TAMAYA-285: Fix link to shell script

Repository: incubator-tamaya-site
Updated Branches:
  refs/heads/master f78c7fa45 -> 2d028be7a


TAMAYA-285: Fix link to shell script


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

Branch: refs/heads/master
Commit: 2d028be7af1f53df03457f6974551793f2e15c4e
Parents: f78c7fa
Author: Phil Ottlinger <po...@apache.org>
Authored: Tue Sep 12 22:07:01 2017 +0200
Committer: Phil Ottlinger <po...@apache.org>
Committed: Tue Sep 12 22:07:01 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/2d028be7/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index be7b3e6..f0b7ddf 100644
--- a/README.md
+++ b/README.md
@@ -73,7 +73,7 @@ $ mvn site
 1. Launch the bash script to generate the homepage and switch the the asf branch:
 ```
 $ git checkout master
-$ ./copy-site.sh
+$ ./copysite.sh
 ```
 1. Make sure you are on branch asf-site! Copy the generated Javadoc into apidocs
 ```