From 5cde597716d9cab829a886f998a784df30a2dd6a Mon Sep 17 00:00:00 2001 From: pablormier Date: Thu, 27 Aug 2015 18:54:32 +0200 Subject: [PATCH] fix #149: Fixed incorrect url in publish-javadocs.sh --- .config/publish-javadocs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/publish-javadocs.sh b/.config/publish-javadocs.sh index ff16feb..8739b2b 100755 --- a/.config/publish-javadocs.sh +++ b/.config/publish-javadocs.sh @@ -33,7 +33,7 @@ echo "Building javadocs..." mvn javadoc:aggregate # Clone Hipster4j GitHub gh-pages for Javadocs -git clone --quiet --branch=gh-pages https://github.com/citiususc/hipster.git gh-pages > /dev/null +git clone --quiet --branch=gh-pages https://github.com/hipster4j/hipster-javadocs.git gh-pages > /dev/null # Overwrite the previous version with the new one cp -Rf target/apidocs/* gh-pages/