tracks/java/CONTRIBUTING.md in trackler-2.2.1.32 vs tracks/java/CONTRIBUTING.md in trackler-2.2.1.33
- old
+ new
@@ -85,10 +85,10 @@
* its `build.gradle` names dependencies required to work that problem.
Each problem/submodule has three source sets:
* `src/test/java/` — a test suite defining the edges of the problem
-* `./meta/src/reference/java/` — a reference solution that passes all the tests
+* `.meta/src/reference/java/` — a reference solution that passes all the tests
* `src/main/java/` — starter source files, if required/desired *(this directory usually only has a `.keep` file in it)*.
----
## Advanced: Complete Local Setup