change repo

This commit is contained in:
FoxMaSk
2018-02-19 09:06:06 +01:00
parent 63cd4e80cb
commit c6f62a4697
2 changed files with 5 additions and 5 deletions

View File

@@ -27,7 +27,7 @@ to get the project, from your virtualenv, do :
.. code:: python
git clone https://github.com/foxmask/wallabag-api/
git clone https://github.com/push-things/wallabag_api/
or
@@ -110,7 +110,7 @@ Creating a post :
this will give you something like this :
.. image:: https://github.com/foxmask/wallabag_api/blob/master/wallabag.png
.. image:: https://github.com/push-things/wallabag_api/blob/master/wallabag.png
Testing :
@@ -124,7 +124,7 @@ Then create a client API like explain here http://doc.wallabag.org/en/v2/develop
this will give you something like this
.. image:: https://github.com/foxmask/wallabag_api/blob/master/wallabag_api_key.png
.. image:: https://github.com/push-things/wallabag_api/blob/master/wallabag_api_key.png
Then replace the client_id / client_secret / login / pass to wallabag_test.py and run