This is an automated email from the ASF dual-hosted git repository.
shuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/unomi-site.git
The following commit(s) were added to refs/heads/master by this push:
new bc840a3 Remove version from download button
bc840a3 is described below
commit bc840a3e93a7898777791225114eb70e3741d9af
Author: Serge Huber <[email protected]>
AuthorDate: Thu Mar 14 17:11:57 2019 +0100
Remove version from download button
---
src/main/webapp/index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/webapp/index.html b/src/main/webapp/index.html
index f8a60f4..5debf79 100644
--- a/src/main/webapp/index.html
+++ b/src/main/webapp/index.html
@@ -85,7 +85,7 @@
<p class="lead">Apache Unomi is a Java Open Source customer data
platform, a Java server designed to manage customers, <br>leads and visitors
data and help personalize customers experiences while also offering features to
respect visitor privacy rules (such as GDPR)</p>
<div class="pt-4">
<a class="btn btn-primary btn-lg"
href="get-started.html">Learn more</a>
- <a class="btn btn-primary btn-lg"
href="download.html">Download Unomi 1.3.0-incubating</a>
+ <a class="btn btn-primary btn-lg"
href="download.html">Download</a>
</div>
</div>
</div>