osirislab / ctf101

CTF101, a wiki-project documenting Capture The Flag techniques.
https://ctf101.org/
MIT License
114 stars 25 forks source link

Reword links to work in both github and site #30

Closed pmarshall111 closed 1 week ago

pmarshall111 commented 2 months ago

Description

Fixes #29.

Follows documentation here

Additional notes

I was going to add a validation block to check links to the mkdocs.yml file, but this causes loads of warnings as this project has lots of absolute links. Possibly it may be worth changing these as mkdocs doesn't officially support absolute links.

...
WARNING -  Doc file 'challenges/2015/Pwn/contacts.md' contains an absolute link '/binary-exploitation/what-is-a-format-string-vulnerability/',
           it was left as is. Did you mean '../../../binary-exploitation/what-is-a-format-string-vulnerability.md'?
WARNING -  Doc file 'challenges/2015/Pwn/hipster.md' contains an absolute link '/reverse-engineering/what-are-disassemblers/', it was left as
           is. Did you mean '../../../reverse-engineering/what-are-disassemblers.md'?
...
pmarshall111 commented 1 month ago

@davidchiii @M0rtale Can someone take a look pls