ronin-rb / ronin-rb.github.io

The ronin-rb.dev website
https://ronin-rb.dev
GNU General Public License v3.0
25 stars 20 forks source link

Direct link to index.md of specific folders #63

Closed SanchitMahajan236 closed 11 months ago

SanchitMahajan236 commented 11 months ago

I have linked the links in index.md of docs folder directly to index.md of their specific folders as all the information required is in the index.md.

Earlier, the link redirected to the folder which the user required and to access information needed, he had to access index.md of that folder. But I changed the links to directly redirect the user inside index.md file.

If any change is required, I will be more than happy to make the change.

Kindly accept this PR under hacktoberfest.

postmodern commented 11 months ago

This is unnecessary, since Jekyll converts the index.md files into index.html files, and linking to /directory/ is the same as linking to /directory/index.html.