Skip to content

Commit d537bc4

Browse files
emmanuel-ferdmankitbellew
authored andcommitted
Update test/resources/readme.md reference
Signed-off-by: Emmanuel Ferdman <[email protected]>
1 parent c9e8dda commit d537bc4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/contributing-scalafmt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ title: Contributing
1414

1515
## Testing
1616

17-
Take a look at https://github.com/scalameta/scalafmt/blob/master/scalafmt-tests/src/test/resources/readme.md to see how to test your changes.
17+
Take a look at https://github.com/scalameta/scalafmt/blob/master/scalafmt-tests/shared/src/test/resources/readme.md to see how to test your changes.
1818

1919
## Opening pull requests
2020

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Head over to [the user docs][docs] for instructions on how to install scalafmt.
1111
- `sbt compile` or `sbt core/compile` (specific project).
1212
- Run all unit tests: `sbt test`
1313
- Run only formatting tests: `tests/testOnly *FormatTests`.
14-
- Write new formatting test: read [this doc](scalafmt-tests/src/test/resources/readme.md).
14+
- Write new formatting test: read [this doc](scalafmt-tests/shared/src/test/resources/readme.md).
1515
- Build docs: See instructions on the [site][docs-guide] or locally at `./docs/contributing-website.md`.
1616
- Hack on sbt plugin: run `sbt scripted`.
1717
- Run jmh benchmarks: `./bin/run-benchmarks.sh`.

0 commit comments

Comments
 (0)