Sfoglia il codice sorgente

Merge pull request #661 from FridaTveit/FixContributingLink

Fix link to contributing guide
Stuart Kent 9 anni fa
parent
commit
9b30aee0c0
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      README.md

+ 1
- 1
README.md Vedi File

@@ -4,7 +4,7 @@ Source for Exercism Exercises in Java.
4 4
 
5 5
 ## Contributing Guide
6 6
 
7
-For general information about how to contribute to Exercism, please refer to the [Contributing Guide](https://github.com/exercism/x-api/blob/master/CONTRIBUTING.md#the-exercise-data).
7
+For general information about how to contribute to Exercism, please refer to the [Contributing Guide](https://github.com/exercism/docs/blob/master/contributing-to-language-tracks).
8 8
 
9 9
 ## Table of Contents
10 10