qmk / qmk_firmware

Open-source keyboard firmware for Atmel AVR and Arm USB families
https://qmk.fm
GNU General Public License v2.0
17.48k stars 37.73k forks source link

Links to coding conventions broken #24037

Closed thomasa88 closed 3 days ago

thomasa88 commented 3 days ago

Issue Description

Go to the Contribution guidelines at https://github.com/qmk/qmk_firmware/blob/869b7d9ae63f2d5990934f938e44ecfe6d1d9e1f/docs/contributing.md

Try to follow the links to the coding conventions:

404 - page not found The 869b7d9ae63f2d5990934f938e44ecfe6d1d9e1f branch of qmk_firmware does not contain the path docs/coding_conventions_c.

https://github.com/qmk/qmk_firmware/blob/869b7d9ae63f2d5990934f938e44ecfe6d1d9e1f/docs/coding_conventions_c https://github.com/qmk/qmk_firmware/blob/869b7d9ae63f2d5990934f938e44ecfe6d1d9e1f/docs/coding_conventions_python

tzarc commented 3 days ago

The docs are written to target https://docs.qmk.fm, not through GitHub. https://docs.qmk.fm/contributing has valid, working links to both pages, for instance.

thomasa88 commented 3 days ago

Oops, my mistake.