From 5ea08eb58d6100f4a99f4389c1e4de793e9e0b50 Mon Sep 17 00:00:00 2001 From: Arjan Tijms Date: Mon, 5 Aug 2019 17:01:15 +0200 Subject: [PATCH] Update README.md Added link to github pages website Signed-off-by: arjantijms --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a826066..5cfbc8f 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ This repository contains the code for Jakarta Security. [Online JavaDoc](https://javadoc.io/doc/jakarta.security.enterprise/jakarta.security.enterprise-api/) +[Website](https://eclipse-ee4j.github.io/security-api/) + Building -------- @@ -25,4 +27,4 @@ Jakarta Security defines a standard for creating secure Jakarta EE applications It defines an overarching (end-user targeted) Security API for Jakarta EE Applications. Jakarta Security builds on the lower level Security SPIs defined by Jakarta Authentication and Jakarta Authorization, -which are both not end-end targeted. \ No newline at end of file +which are both not end-end targeted.