소스 검색

Updated to add developer commands

Chaos 9 년 전
부모
커밋
1272cb42c6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      CONTRIBUTING.md

+ 1 - 1
CONTRIBUTING.md

@@ -15,7 +15,7 @@ Here are some important resources:
 ## Testing
 
 Please make sure all the code you write is working properly **before** you create a pull request. Information on debugging can be found in the following document:
-[Debug Command](https://github.com/GameServerManagers/LinuxGSM/wiki/debug)
+[Developer Commands](https://github.com/GameServerManagers/LinuxGSM/wiki/Developer-Commands)
 [Debugging your code](https://github.com/GameServerManagers/LinuxGSM/wiki/Developing-LGSM#testing-and-debugging-your-code)
 
 ## Submitting changes