Fix example link in readme
authorSebastian Brannstrom <redacted>
Sat, 16 Apr 2016 06:09:52 +0000 (23:09 -0700)
committerSebastian Brannstrom <redacted>
Sat, 16 Apr 2016 06:09:52 +0000 (23:09 -0700)
README.rst

index 0e9da8d24899045e7339f67d4c44e382f1cbb5fe..a9d2dcb694929fbbe32373143427ebf5dc73e0d3 100644 (file)
@@ -112,7 +112,7 @@ http://wordlist.aspell.net/12dicts/ contains the following dedication:
 Using xkcdpass as an imported module
 ====================================
 
-The built-in functionality of ``xkcdpass`` can be extended by importing the module into python scripts. An example of this usage is provided in `example_import.py <https://github.com/redacted/XKCD-password-generator/blob/master/xkcdpass/example_import.py>`_, which randomly capitalises the letters in a generated password. `example_json.py` demonstrates integration of xkcdpass into a Django project, generating password suggestions as JSON to be consumed by a Javascript front-end.
+The built-in functionality of ``xkcdpass`` can be extended by importing the module into python scripts. An example of this usage is provided in `example_import.py <https://github.com/redacted/XKCD-password-generator/blob/master/examples/example_import.py>`_, which randomly capitalises the letters in a generated password. `example_json.py` demonstrates integration of xkcdpass into a Django project, generating password suggestions as JSON to be consumed by a Javascript front-end.
 
 A simple use of import::
 
git clone https://git.99rst.org/PROJECT