Skip to content

Commit 0e8fbdb

Browse files
jorgesumleyadvr
authored andcommitted
install: Fix URL error from installation instructions (#2564)
1 parent 91d9821 commit 0e8fbdb

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

INSTALL.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Following these steps, jenv and pyenv will use .java-version and .python-version
5959

6060
You may get the source code from the repository hosted on Apache:
6161

62-
$ git clone https://git-wip-us.apache.org/repos/asf/cloudstack.git
62+
$ git clone https://gitbox.apache.org/repos/asf/cloudstack.git
6363

6464
Or, you may fork the repository from the official Apache CloudStack mirror on [Github](https://github.com/apache/cloudstack)
6565

@@ -97,13 +97,13 @@ field should be left blank which is defaulted to the ROOT domain.
9797

9898
## Building with non-redistributable plugins
9999

100-
CloudStack supports several plugins that depend on libraries with distribution restrictions.
101-
Because of this they are not included in the default build. Enable these additional plugins
100+
CloudStack supports several plugins that depend on libraries with distribution restrictions.
101+
Because of this they are not included in the default build. Enable these additional plugins
102102
activate their respective profiles. For convenience adding -Dnoredist will enable all plugins
103-
that depend on libraries with distribution restrictions. The build procedure expects that the
104-
required libraries are present in the maven repository.
103+
that depend on libraries with distribution restrictions. The build procedure expects that the
104+
required libraries are present in the maven repository.
105105

106-
The following procedure can be used to add the libraries to the local maven repository. Details
106+
The following procedure can be used to add the libraries to the local maven repository. Details
107107
on obtaining the required libraries can be found in this file. Note that this will vary between
108108
releases of CloudStack
109109

0 commit comments

Comments
 (0)