You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by wi...@apache.org on 2017/04/17 09:00:13 UTC

[cloudstack-www] branch master updated: Update GIT URLs to point to Gitbox

This is an automated email from the ASF dual-hosted git repository.

widodh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack-www.git

The following commit(s) were added to refs/heads/master by this push:
       new  654e141   Update GIT URLs to point to Gitbox
654e141 is described below

commit 654e141126d94be54978039e268ce93a59ffbe94
Author: Wido den Hollander <wi...@widodh.nl>
AuthorDate: Mon Apr 17 10:59:21 2017 +0200

    Update GIT URLs to point to Gitbox
    
    After we moved to Github we have new GIT URLs.
    
    Signed-off-by: Wido den Hollander <wi...@widodh.nl>
---
 source/developers.markdown | 8 ++++----
 source/downloads.md.erb    | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/source/developers.markdown b/source/developers.markdown
index 002130a..c99e158 100644
--- a/source/developers.markdown
+++ b/source/developers.markdown
@@ -58,7 +58,7 @@ $ git config --global user.email you@domain.com
 <p>You'll grab the CloudStack source with git:</p>
 
 <pre>
-$ git clone https://git-wip-us.apache.org/repos/asf/cloudstack.git
+$ git clone https://gitbox.apache.org/repos/asf/cloudstack.git
 </pre>
 
 <p>If you already have the source, make sure you're working with the most recent version. Do a `git pull` if you cloned the source more than a few hours ago. (Apache CloudStack development can move pretty fast!)</p>
@@ -139,8 +139,8 @@ $ git checkout -b mybranch
 <p>The git repositories are hosted on Apache infrastructure, and can be found here:</p>
 
 <ul>
-<li><a href="https://git-wip-us.apache.org/repos/asf/cloudstack.git" target="_blank">Apache CloudStack source code</a></li>
-<li><a href="https://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey.git" target="_blank">Apache CloudStack Cloudmonkey source code</a></li>
+<li><a href="https://gitbox.apache.org/repos/asf/cloudstack.git" target="_blank">Apache CloudStack source code</a></li>
+<li><a href="https://gitbox.apache.org/repos/asf/cloudstack-cloudmonkey.git" target="_blank">Apache CloudStack Cloudmonkey source code</a></li>
 <li><a href="https://github.com/apache/cloudstack-ec2stack" target="_blank">Apache CloudStack EC2stack Inteface</a></li>
 <li><a href="https://github.com/apache/cloudstack-gcestack" target="_blank">Apache CloudStack GCEstack Interface</a></li>
 <li><a href="https://github.com/apache/cloudstack-docs" target="_blank">General Documentation</a></li>
@@ -153,7 +153,7 @@ $ git checkout -b mybranch
 <p>To get the most recent source for Apache CloudStack, use:</p>
 
 <pre>
-git clone https://git-wip-us.apache.org/repos/asf/cloudstack.git
+git clone https://gitbox.apache.org/repos/asf/cloudstack.git
 </pre>
 
 <p>Similarly, clone the cloudstack-cloudmonkey repository or the other repositories to get access to the most recent source of all CloudStack subprojects.</p>
diff --git a/source/downloads.md.erb b/source/downloads.md.erb
index e79e5cc..2337397 100644
--- a/source/downloads.md.erb
+++ b/source/downloads.md.erb
@@ -199,7 +199,7 @@ CloudMonkey's most current release is <%= data.cloudstack.cloudmonkey.version %>
 
 </p>
 
-Instructions for building and installing from source can be found in the included [README.md](https://git-wip-us.apache.org/repos/asf?p=cloudstack-cloudmonkey.git;a=blob_plain;f=README.md) file.
+Instructions for building and installing from source can be found in the included [README.md](https://gitbox.apache.org/repos/asf?p=cloudstack-cloudmonkey.git;a=blob_plain;f=README.md) file.
 
 #### PyPi Package
 

-- 
To stop receiving notification emails like this one, please contact
['"commits@cloudstack.apache.org" <co...@cloudstack.apache.org>'].