diff options
author | AndreyDobrovolskyOdessa <andrey.dobrovolsky.odessa@gmail.com> | 2021-05-09 21:35:13 +0300 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2021-05-09 20:43:59 +0200 |
commit | d2f9517377f5652b4217a6e119205450d44b1e30 (patch) | |
tree | 5d035e7ee5e99c7f45eda62a3c24f4291a762ed0 | |
parent | 7eede3b7a8139a9a9aad2b31047d26959f5ac4bb (diff) | |
download | redo-c-d2f9517377f5652b4217a6e119205450d44b1e30.tar.gz redo-c-d2f9517377f5652b4217a6e119205450d44b1e30.tar.xz redo-c-d2f9517377f5652b4217a6e119205450d44b1e30.zip |
README.md: URL correction
Closes: #24 [via git-merge-pr]
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index 37b8683..b57f13a 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Daniel J. Bernstein) in portable C with zero external dependencies. Please refer to the documentation for [redo in Python](https://github.com/apenwarr/redo/blob/master/README.md), -or the [tutorial by Jonathan de Boyne Pollard](http://jdebp.eu/FGA/introduction-to-redo.html) +or the [tutorial by Jonathan de Boyne Pollard](http://jdebp.info/FGA/introduction-to-redo.html) for usage instructions. ## Notes about the redo-c implementation of redo |