aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 89a2990..e3f213f 100644
--- a/README.md
+++ b/README.md
@@ -7,6 +7,7 @@ using Crowd's REST API.
It is inspired by the various forks of django-crowd-backend.
Those implementations were always using SOUP.
This one simple because it's just using REST API supported by Crowd.
+See [Atlassian](https://developer.atlassian.com/display/CROWDDEV/Crowd+REST+APIs)
Current implementation
======================
@@ -29,7 +30,7 @@ Missing
Dependencies
============
-- just 'urllib2' with a little tweak from https://github.com/josephturnerjr/urllib2.VerifiedHTTPS
+- just 'urllib2' with a little tweak from [VerifiedHTTPS](https://github.com/josephturnerjr/urllib2.VerifiedHTTPS)
to allow validation of https certificate.
Problems ?