From 2b5d07a3311215eac449d653713b605d36609727 Mon Sep 17 00:00:00 2001 From: Unknown Date: Fri, 23 Mar 2012 16:29:44 +0100 Subject: Add www links to readme. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 ? -- cgit v1.2.3