This is an automated email from the ASF dual-hosted git repository.
tbouron pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn.git
The following commit(s) were added to refs/heads/master by this push:
new 7e815e4 fixup README.md
new f7ef3e7 Merge pull request #32 from infrastation/master
7e815e4 is described below
commit 7e815e4adbe11ccf09d23a19be87a10084f5e9c5
Author: Denis Ovsienko <[email protected]>
AuthorDate: Thu Nov 28 12:33:22 2019 +0000
fixup README.md
Switch some URLs to HTTPS and put some fencing right.
---
README.md | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md
index de29827..e345bf6 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
-#
[](http://brooklyn.apache.org/)
+#
[](https://brooklyn.apache.org/)
### Apache Brooklyn helps to model, deploy, and manage systems.
@@ -18,7 +18,7 @@ where you'll find:
This is the uber-repo. To build the entire codebase,
get this project and its sub-modules:
- git clone http://github.com/apache/brooklyn/
+ git clone https://github.com/apache/brooklyn/
cd brooklyn
git submodule init
git submodule update --remote --merge --recursive
@@ -62,8 +62,8 @@ pushd brooklyn-dist/karaf/apache-brooklyn/target/assembly/
If you are performing a build on code not in source control (e.g. from a ZIP
of source code, or after deleting SCM metadata),
you will need to manually set two variables that are normally inferred from
the environment:
- * `-DbuildNumber=manual`
- * `-DscmBranch=manual`
+* `-DbuildNumber=manual`
+* `-DscmBranch=manual`
You can set these properties to any value you wish. When using a checkout from
git, the `buildNumber` is set to the SHA1 commit ID (short form)
of the containing project, and the `scmBranch` is set to the git branch.
@@ -80,7 +80,7 @@ Useful topics include:
* **[setting up
Git](https://brooklyn.apache.org/developers/code/git-more.html)** with forks,
submodules (or alternatively [avoiding
submodules](https://brooklyn.apache.org/developers/code/git-more.html#not-using-submodules))
and other productivity hints
-* the **[maven
build](http://brooklyn.apache.org/v/latest/dev/env/maven-build.html)** and what
to do on build errors
+* the **[maven
build](https://brooklyn.apache.org/v/latest/dev/env/maven-build.html)** and
what to do on build errors
<!--- BROOKLYN_VERSION_BELOW -->
* **[project
structure](https://brooklyn.apache.org/v/1.0.0-SNAPSHOT/dev/code/structure.html)**
of the codebase and submodules