Przeglądaj źródła

Merge pull request #776 from FridaTveit/FixMistakeInContributingGuide

Fix mistake in contributing guide
Stuart Kent 9 lat temu
rodzic
commit
ff15b9c804
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      CONTRIBUTING.md

+ 1
- 1
CONTRIBUTING.md Wyświetl plik

@@ -87,7 +87,7 @@ Each problem/submodule is a subdirectory of the same name as its slug.
87 87
 Each problem/submodule has three source sets:
88 88
 
89 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 91
 * `src/main/java/` — starter source files, if required/desired *(this directory usually only has a `.keep` file in it)*.
92 92
 
93 93
 ----