瀏覽代碼

Update links to reflect changes in the docs repository

  I've restructured some things in the docs repository. This fixes the links to the content that moved.
Katrina Owen 9 年之前
父節點
當前提交
3f596acad5
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      CONTRIBUTING.md

+ 2
- 2
CONTRIBUTING.md 查看文件

40
    (see [exercism.io: Installing Java](http://exercism.io/languages/java/installing))
40
    (see [exercism.io: Installing Java](http://exercism.io/languages/java/installing))
41
 -  **Setup a branch on a fork of [exercism/java](https://github.com/exercism/java) on your computer.**
41
 -  **Setup a branch on a fork of [exercism/java](https://github.com/exercism/java) on your computer.**
42
 
42
 
43
-   See [GitHub Help: Forking](https://help.github.com/articles/fork-a-repo/).  Use those instructions (in conjunction with the [Git Basics doc](https://github.com/exercism/docs/blob/master/contributing-to-language-tracks/git-basics.md)) to:
43
+   See [GitHub Help: Forking](https://help.github.com/articles/fork-a-repo/).  Use those instructions (in conjunction with the [Git Basics doc](https://github.com/exercism/docs/blob/master/contributing/git-basics.md)) to:
44
    * "fork" a repository on GitHub;
44
    * "fork" a repository on GitHub;
45
    - install `git`;
45
    - install `git`;
46
    - "clone" a copy of your fork;
46
    - "clone" a copy of your fork;
58
    $ git push
58
    $ git push
59
    ```
59
    ```
60
 
60
 
61
-   The Git Basics doc has a section on [commit messages](https://github.com/exercism/docs/blob/master/contributing-to-language-tracks/git-basics.md#commit-messages) that provides practical advice on crafting meaningful commit messages.
61
+   The Git Basics doc has a section on [commit messages](https://github.com/exercism/docs/blob/master/contributing/git-basics.md#commit-messages) that provides practical advice on crafting meaningful commit messages.
62
 -  **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.
62
 -  **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.
63
 
63
 
64
 ## Getting Familiar With the Codebase
64
 ## Getting Familiar With the Codebase