You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drat.apache.org by GitBox <gi...@apache.org> on 2018/06/15 04:51:30 UTC

[GitHub] chrismattmann closed pull request #132: Correct git clone URL and changes to https instead of http in Readme

chrismattmann closed pull request #132: Correct git clone URL and changes to https instead of http in Readme
URL: https://github.com/apache/drat/pull/132
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/README.md b/README.md
index 5307072..8482acd 100644
--- a/README.md
+++ b/README.md
@@ -21,5 +21,5 @@ See the wiki for more information on installing and running DRAT:
 You can clone the wiki by running  
 `git clone https://github.com/apache/drat.wiki.git`
 
-Visit our new website [drat.apache.org](http://drat.apache.org/) at the [Apache Software Foundation](http://www.apache.org/).
+Visit our new website [drat.apache.org](https://drat.apache.org/) at the [Apache Software Foundation](https://www.apache.org/).
 
diff --git a/provision.sh b/provision.sh
index 21e117c..10698cf 100755
--- a/provision.sh
+++ b/provision.sh
@@ -27,7 +27,7 @@ echo "[vagrant provisioning] Installing drat..."
 mkdir -p /usr/local/drat/deploy
 mkdir -p /usr/local/drat/src
 cd /usr/local/drat/src
-git clone -q https://github.com/chrismattmann/drat.git .
+git clone -q https://github.com/apache/drat.git .
 mvn install
 cp -R distribution/target/dms-distribution-0.1-bin.tar.gz ../deploy/
 cd ../deploy/


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services