paragonie / awesome-appsec

A curated list of resources for learning about application security
https://paragonie.com/projects
MIT License
6.19k stars 731 forks source link

Broken link in README.md #32

Open binarymist opened 7 years ago

binarymist commented 7 years ago

https://github.com/paragonie/awesome-appsec#salted-password-hashing-doing-it-right-2014 https://github.com/paragonie/awesome-appsec#salted-password-hashing---doing-it-right-2014

Let me know if you are accepting PRs?

paragonie-scott commented 7 years ago

Yeah, we need to fix the URL generator, because it's generated from JSON data files.

I wish Github open sourced their algorithm for those, so we could guarantee consistency.

binarymist commented 7 years ago

Ah, I see, I think I've come across something similar when I started writing my book on github, yeah, pain.

sstok commented 7 years ago

You can use ### <a id="unique-anchor-name">Title</a> to have permanent anchor links.

And GitHub has actually open-sourced there Markup renderer 👍 https://github.com/github/markup

binarymist commented 7 years ago

Looks like the issue is the - (hyphen with space on either side). What do you want to do?

ghost commented 5 years ago

Hi! What about replacing the "-" in name field? #54