소스 검색

Fix mistake in contributing guide

Frida Tveit 9 년 전
부모
커밋
cbeb9ec61a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      CONTRIBUTING.md

+ 1
- 1
CONTRIBUTING.md 파일 보기

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
 ----