aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorUnknown <mko0815@googlemail.com>2012-03-23 16:29:44 +0100
committerUnknown <mko0815@googlemail.com>2012-03-23 16:29:44 +0100
commit2b5d07a3311215eac449d653713b605d36609727 (patch)
tree6468b23ec24219924d5270a38a1fce4cfb4c3044 /README.md
parent7f938f380628346a5188fed40f50b67bcc863b39 (diff)
Add www links to readme.
Diffstat (limited to 'README.md')
-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 ?