From cdd511e87bc77e8747572166a9469901291323be Mon Sep 17 00:00:00 2001 From: Filipe A Ximenes Date: Wed, 9 Dec 2015 09:59:52 -0600 Subject: [PATCH] Fixing link to quickstart --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c803892..e2ec2c2 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,6 @@ api = Meetup(key={your-api-key}) No more documentation needed. -- Learn how Tapioca works [here](http://tapioca-wrapper.readthedocs.org/en/latest/quickstart/) +- Learn how Tapioca works [here](http://tapioca-wrapper.readthedocs.org/en/stable/quickstart.html) - Explore this package using iPython - Have fun!