Skip to content

Commit ad12dba

Browse files
committed
Merge pull request joestump#199 from alexwlchan/patch-1
Fix broken Wiki link in README
2 parents 9d5a569 + 1b46e90 commit ad12dba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ We recommend using [virtualenv](https://virtualenv.pypa.io/en/latest/).
1313

1414
# Examples
1515

16-
Examples can be found in the [wiki](./wiki/)
16+
Examples can be found in the [wiki](https://github.com/joestump/python-oauth2/wiki)
1717

1818
# Running tests
1919
You can run tests using the following at the command line:
@@ -31,4 +31,4 @@ This code was originally forked from [Leah Culver and Andy Smith's oauth.py code
3131
* Classes are no longer prefixed with <code>OAuth</code>.
3232
* The <code>Request</code> class now extends from <code>dict</code>.
3333
* The library is likely no longer compatible with Python 2.3.
34-
* The <code>Client</code> class works and extends from <code>httplib2</code>. It's a thin wrapper that handles automatically signing any normal HTTP request you might wish to make.
34+
* The <code>Client</code> class works and extends from <code>httplib2</code>. It's a thin wrapper that handles automatically signing any normal HTTP request you might wish to make.

0 commit comments

Comments
 (0)