diff options
Diffstat (limited to 'doc/python.rst')
-rw-r--r-- | doc/python.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/python.rst b/doc/python.rst index 32ffe3878..734d2c6f4 100644 --- a/doc/python.rst +++ b/doc/python.rst @@ -12,10 +12,10 @@ Python Binding Botan includes a binding for Python, implemented using Boost.Python. As you can see, it is not currently documented, though there are a few -examples under `examples/python`, such as RSA +examples under `src/scripts/examples`, such as RSA: -.. literalinclude:: examples/python/rsa.py +.. literalinclude:: ../src/scripts/examples/rsa.py and EAX encryption using a passphrase: -.. literalinclude:: examples/python/cipher.py +.. literalinclude:: ../src/scripts/examples/cipher.py |