Selaa lähdekoodia

Merge pull request #776 from FridaTveit/FixMistakeInContributingGuide

Fix mistake in contributing guide
Stuart Kent 9 vuotta sitten
vanhempi
commit
ff15b9c804
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      CONTRIBUTING.md

+ 1
- 1
CONTRIBUTING.md Näytä tiedosto

87
 Each problem/submodule has three source sets:
87
 Each problem/submodule has three source sets:
88
 
88
 
89
 * `src/test/java/` — a test suite defining the edges of the problem
89
 * `src/test/java/` — a test suite defining the edges of the problem
90
-* `./meta/src/reference/java/` — a reference solution that passes all the tests
90
+* `.meta/src/reference/java/` — a reference solution that passes all the tests
91
 * `src/main/java/` — starter source files, if required/desired *(this directory usually only has a `.keep` file in it)*.
91
 * `src/main/java/` — starter source files, if required/desired *(this directory usually only has a `.keep` file in it)*.
92
 
92
 
93
 ----
93
 ----