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
commit 2edcdd2db7a09172ace06065c50f199485d89d5b Author: Francois Papon <[email protected]> AuthorDate: Mon Mar 4 22:28:30 2019 +0400 Update consent api documentation link --- 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 3c78d4a..7d394dd 100644 --- a/src/main/webapp/index.html +++ b/src/main/webapp/index.html @@ -107,7 +107,7 @@ <div class="col-lg-8 pl-5"> <h1>News</h1> <h3>Privacy (GPDR consent management) features available in version 1.3</h3> - <p>New to release 1.3 (<a href="download.html">just released !</a>) are features to manage visitor consents, in order to make it easier to comply with new privacy regulations such as the <a target="_blank" href="https://en.wikipedia.org/wiki/General_Data_Protection_Regulation">GDPR</a>. A quick guide to these new features is also available <a href="manual/latest/consent-api.html">here</a>.</p> + <p>New to release 1.3 (<a href="download.html">just released !</a>) are features to manage visitor consents, in order to make it easier to comply with new privacy regulations such as the <a target="_blank" href="https://en.wikipedia.org/wiki/General_Data_Protection_Regulation">GDPR</a>. A quick guide to these new features is also available <a href="manual/latest/#_consent_api">here</a>.</p> </div><!-- /.col-lg-8 --> </div><!-- /.row -->
