diff options
Diffstat (limited to 'docs/contributing.md')
-rw-r--r-- | docs/contributing.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/contributing.md b/docs/contributing.md index eb033d167..91833e30d 100644 --- a/docs/contributing.md +++ b/docs/contributing.md | |||
@@ -109,7 +109,7 @@ Before opening a pull request, you can preview your changes if you have set up t | |||
109 | 109 | ||
110 | or if you only have Python 3 installed: | 110 | or if you only have Python 3 installed: |
111 | 111 | ||
112 | python3 -m http.server 8936 | 112 | python3 -m http.server 8936 --directory docs |
113 | 113 | ||
114 | and navigating to `http://localhost:8936/`. | 114 | and navigating to `http://localhost:8936/`. |
115 | 115 | ||
@@ -165,4 +165,4 @@ To maintain a clear vision of how things are laid out in QMK we try to plan out | |||
165 | 165 | ||
166 | # What Does the Code of Conduct Mean for Me? | 166 | # What Does the Code of Conduct Mean for Me? |
167 | 167 | ||
168 | Our [Code of Conduct](https://github.com/qmk/qmk_firmware/blob/master/CODE_OF_CONDUCT.md) means that you are responsible for treating everyone on the project with respect and courtesy regardless of their identity. If you are the victim of any inappropriate behavior or comments as described in our Code of Conduct, we are here for you and will do the best to ensure that the abuser is reprimanded appropriately, per our code. | 168 | Our [Code of Conduct](https://qmk.fm/coc/) means that you are responsible for treating everyone on the project with respect and courtesy regardless of their identity. If you are the victim of any inappropriate behavior or comments as described in our Code of Conduct, we are here for you and will do the best to ensure that the abuser is reprimanded appropriately, per our code. |