rusty-diceware

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit cc9356564bfa32709c508afad375b8bcb226568f
parent 94d0b723fbd5e22197573cbc2b33eca5c8149c2d
Author: Yuval Langer <yuval.langer@gmail.com>
Date:   Thu, 11 Jun 2015 21:23:56 +0300

Fixing xkcd link

Diffstat:
MREADME.md | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -2,7 +2,7 @@ Commandline [Diceware][diceware], sans dice, written in [rustlang][rustlang]. -Inspired by the great passphrase generating solution [Diceware][diceware] invented by [Arnold G. Reinhold][arnold] and by Randall Monroe’s [xkcd#936][https://xkcd.com/936/]: +Inspired by the great passphrase generating solution [Diceware][diceware] invented by [Arnold G. Reinhold][arnold] and by Randall Monroe’s [xkcd#936][xkcd-936]: ![“Hidden” alt text jokes are a pain in the ass.](/bin/imgs.xkcd.com/comics/password_strength.png) @@ -18,3 +18,4 @@ Inspired by the great passphrase generating solution [Diceware][diceware] invent [arnold]: <http://world.std.com/~reinhold/> [diceware]: <http://world.std.com/~reinhold/diceware.html> [rustlang]: <http://rust-lang.org> +[xkcd-936]: <https://xkcd.com/936/>