Skip to content

Commit 9d0601d

Browse files
committed
fix example links for non-github sites
1 parent 00d8774 commit 9d0601d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ of knowledge of their target API, including auth and/or convenience methods.
1818
### Example
1919

2020
An example subclass can be found in
21-
[`examples/basic_github.py`](examples/basic_github.py)
21+
[`examples/basic_github.py`](https://github.com/gulducat/basic-api/blob/master/examples/basic_github.py)
2222
which is used for cutting releases of `basic-api` in
23-
[`release.py`](release.py).
23+
[`release.py`](https://github.com/gulducat/basic-api/blob/master/release.py).
2424

2525
## Usage
2626

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup
22

3-
VERSION = '0.1.2'
3+
VERSION = '0.1.3'
44

55

66
def load_long_description():

0 commit comments

Comments
 (0)