From 485b73953fb7f6b9c5b7cec8f14c4e16e36c691c Mon Sep 17 00:00:00 2001 From: Emmanuel Ferdman Date: Mon, 14 Oct 2024 07:08:44 +0300 Subject: [PATCH] Update variables file reference (#6149) Commit faa3ca3ad31e374f3a6573403c092fea107ac535 moved the location of `variables.md`. This PR adjusts sources to changes. --- 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