From d537bc4e740414e5ebd7c2126c323935a041998c Mon Sep 17 00:00:00 2001 From: Emmanuel Ferdman Date: Sun, 24 Nov 2024 03:57:53 -0800 Subject: [PATCH] Update `test/resources/readme.md` reference Signed-off-by: Emmanuel Ferdman --- docs/contributing-scalafmt.md | 2 +- readme.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/contributing-scalafmt.md b/docs/contributing-scalafmt.md index 1668390168..526b3e9370 100644 --- a/docs/contributing-scalafmt.md +++ b/docs/contributing-scalafmt.md @@ -14,7 +14,7 @@ title: Contributing ## Testing -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. +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. ## Opening pull requests diff --git a/readme.md b/readme.md index da46a5739d..d251b8904d 100644 --- a/readme.md +++ b/readme.md @@ -11,7 +11,7 @@ Head over to [the user docs][docs] for instructions on how to install scalafmt. - `sbt compile` or `sbt core/compile` (specific project). - Run all unit tests: `sbt test` - Run only formatting tests: `tests/testOnly *FormatTests`. -- Write new formatting test: read [this doc](scalafmt-tests/src/test/resources/readme.md). +- Write new formatting test: read [this doc](scalafmt-tests/shared/src/test/resources/readme.md). - Build docs: See instructions on the [site][docs-guide] or locally at `./docs/contributing-website.md`. - Hack on sbt plugin: run `sbt scripted`. - Run jmh benchmarks: `./bin/run-benchmarks.sh`.