From 561d31e4a19f7bd63186f4262b39435e9488d651 Mon Sep 17 00:00:00 2001 From: Emmanuel Ferdman Date: Thu, 10 Oct 2024 23:53:18 -0700 Subject: [PATCH] Update variables file reference Signed-off-by: Emmanuel Ferdman --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 971036774b..f935d58c59 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -67,7 +67,7 @@ var name = 'Bob'; ```` Besides editing -[`/src/language/variables.md`][] +[`/src/content/language/variables.md`][] (which you can find by clicking the GitHub icon at the top right of the page), you'll also need to edit the `var-decl` region of [`/examples/misc/lib/language_tour/variables.dart`][]. @@ -82,7 +82,7 @@ you can instead run `dart run dart_site refresh-excerpts` from the root directory of the repository to update the Markdown files. [GitHub Actions]: https://docs.github.com/actions/learn-github-actions/understanding-github-actions -[`/src/language/variables.md`]: https://github.com/dart-lang/site-www/blob/main/src/language/variables.md +[`/src/content/language/variables.md`]: https://github.com/dart-lang/site-www/blob/main/src/content/language/variables.md [`/examples/misc/lib/language_tour/variables.dart`]: https://github.com/dart-lang/site-www/blob/main/examples/misc/lib/language_tour/variables.dart ## A word about conduct