Просмотр исходного кода

Merge pull request #706 from exercism/urls-changed

Update links to reflect changes in the docs repository
FridaTveit 9 лет назад
Родитель
Сommit
4e327530d0
1 измененных файлов: 2 добавлений и 2 удалений
  1. 2
    2
      CONTRIBUTING.md

+ 2
- 2
CONTRIBUTING.md Просмотреть файл

@@ -40,7 +40,7 @@ To submit a fix for an existing exercise or port an exercise to Java with the le
40 40
    (see [exercism.io: Installing Java](http://exercism.io/languages/java/installing))
41 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 44
    * "fork" a repository on GitHub;
45 45
    - install `git`;
46 46
    - "clone" a copy of your fork;
@@ -58,7 +58,7 @@ To submit a fix for an existing exercise or port an exercise to Java with the le
58 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 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 64
 ## Getting Familiar With the Codebase