Kaynağa Gözat

Fix broken link to commit message guidelines

Stuart Kent 9 yıl önce
ebeveyn
işleme
ebd709d6d6
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1
    1
      README.md

+ 1
- 1
README.md Dosyayı Görüntüle

52
    $ git push
52
    $ git push
53
    ```
53
    ```
54
 
54
 
55
-   [Exercism Contributing Guide :: Commit Messages](https://github.com/exercism/x-common/blob/master/CONTRIBUTING.md#commit-messages) provides practical advice on crafting meaningful commit messages.
55
+   [Git Basics :: Commit Messages](https://github.com/exercism/docs/blob/master/contributing-to-language-tracks/git-basics.md#commit-messages) provides practical advice on crafting meaningful commit messages.
56
 -  **Verify that your work passes all tests.**  When you create a pull request (PR), GitHub triggers a build on Travis CI.  Your PR will not be merged unless those tests pass.
56
 -  **Verify that your work passes all tests.**  When you create a pull request (PR), GitHub triggers a build on Travis CI.  Your PR will not be merged unless those tests pass.
57
 
57
 
58
 ## Getting Familiar With the Codebase
58
 ## Getting Familiar With the Codebase