You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2021/05/28 19:20:51 UTC

[sling-org-apache-sling-commons-crypto] 01/02: link Jasypt

This is an automated email from the ASF dual-hosted git repository.

olli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-crypto.git

commit 7d40de4b1eef00fc514323f748b474c715c7952d
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Fri May 28 21:08:26 2021 +0200

    link Jasypt
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index ce62a82..7f263cd 100644
--- a/README.md
+++ b/README.md
@@ -6,6 +6,6 @@
 
 This module is part of the [Apache Sling](https://sling.apache.org) project.
 
-This module contains a simple crypto API and an extensible but optional implementation based on Jasypt as well as an plugin for Felix Web Console to encrypt messages.
+This module contains a simple crypto API and an extensible but optional implementation based on [Jasypt](https://github.com/jasypt/jasypt) as well as a plugin for Felix Web Console to encrypt messages.
 
 See [Sling's documentation for Commons Crypto](https://sling.apache.org/documentation/bundles/commons-crypto.html) for details.