This is an automated email from the ASF dual-hosted git repository.
pottlinger pushed a commit to branch vote-0.4-incubating-01
in repository https://gitbox.apache.org/repos/asf/incubator-tamaya-site.git
The following commit(s) were added to refs/heads/vote-0.4-incubating-01 by this
push:
new 94979a2 TAMAYA-411: Update docs about Javadoc generation and change
URL to https
94979a2 is described below
commit 94979a24b17dfb6bd51ce22fcd3d514555b13abb
Author: Hugo Hirsch <[email protected]>
AuthorDate: Tue Aug 27 23:33:11 2019 +0200
TAMAYA-411: Update docs about Javadoc generation and change URL to https
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 26ddcf9..24c765c 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ Contains the jbake original files and all binaries (images,
fonts, static JS) an
#### Templates
-All [Thymeleaf-based](http://www.thymeleaf.org/) page templates can be found
in the `templates` directory. These templates are footer, header and menu of
the website.
+All [Thymeleaf-based](https://www.thymeleaf.org/) page templates can be found
in the `templates` directory. These templates are footer, header and menu of
the website.
#### Template variables
@@ -65,7 +65,7 @@ You need write access to this repository and have to generate
the javadoc manual
```
$ cd tamaya
$ git checkout master (to generate the current development version) OR
-$ git checkout 0.3-incubating (to generate the a stable release version)
+$ git checkout 0.4-incubating (to generate the a stable release version)
$ mvn site
(since javadoc:javadoc does not generate a full report)
```