From 7736d43ce4a5c8d4f58f3cd60713ee85e4be71d8 Mon Sep 17 00:00:00 2001 From: tsande16 Date: Tue, 19 Nov 2024 15:15:22 -0500 Subject: [PATCH] Add Guides and License sections --- README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5d848cd..2bfacd3 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,13 @@ Elide JSON:API based interface to handle essential entities, including submissio Both the UI and backend services interact with the data model using JSON:API. PASS core is responsible for access control and authorization, event handling and notifications. -You can find further documentation and details about [PASS Core](https://docs.eclipse-pass.org/developer-documentation/pass-core) -on the [full documentation site](https://docs.eclipse-pass.org). A full list of all the Eclipse PASS projects can also -be found in the PASS Main repository [README](https://github.com/eclipse-pass/main/blob/main/README.md). \ No newline at end of file +A full list of all the Eclipse PASS projects can be found in the PASS Main repository [README](https://github.com/eclipse-pass/main). + +# Guides + +* [PASS Core Documentation](https://docs.eclipse-pass.org/developer-documentation/pass-core) +* [PASS Documentation](https://docs.eclipse-pass.org/) + +# License + +PASS Core is Open Source software released under the [Apache 2.0 license](LICENSE). \ No newline at end of file