diff options
author | Simon Warta <[email protected]> | 2015-12-11 23:48:45 +0100 |
---|---|---|
committer | Simon Warta <[email protected]> | 2015-12-11 23:48:45 +0100 |
commit | 3e33c69a962f03a8ad97f9978df35fe704c26434 (patch) | |
tree | 0dcd2d883b53a53291797603f58e3ea6a2e8a4f5 /doc/manual/fpe.rst | |
parent | 3e87697f03b5e3258c6ff9af0be11face0f57ce0 (diff) |
Replace path src/cmd/ by new src/cli/ in documentation
Closes #356.
[ci skip]
Diffstat (limited to 'doc/manual/fpe.rst')
-rw-r--r-- | doc/manual/fpe.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/manual/fpe.rst b/doc/manual/fpe.rst index 9fbb27f7c..3eed7f4ce 100644 --- a/doc/manual/fpe.rst +++ b/doc/manual/fpe.rst @@ -1,4 +1,3 @@ - Format Preserving Encryption ======================================== @@ -54,4 +53,4 @@ This example encrypts a credit card number with a valid `Luhn checksum <http://en.wikipedia.org/wiki/Luhn_algorithm>`_ to another number with the same format, including a correct checksum. -.. literalinclude:: ../../src/cmd/fpe.cpp +.. literalinclude:: ../../src/cli/fpe.cpp |