From 8f3f13f09e34889f0ea59bed84f0d5c86deb2cde Mon Sep 17 00:00:00 2001 From: Mike Bland Date: Fri, 6 Sep 2024 11:55:42 -0400 Subject: [PATCH] Add link to blog post from canonical names README (#337) The blog post "Migrating to Bazel Modules (a.k.a. Bzlmod) - Repo Names, Macros, and Variables" is now live: - https://blog.engflow.com/2024/09/06/migrating-to-bazel-modules-aka-bzlmod---repo-names-macros-and-variables/ --- bzlmod/canonical-repo-name-injection/README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/bzlmod/canonical-repo-name-injection/README.md b/bzlmod/canonical-repo-name-injection/README.md index 45f22a69..7969acb0 100644 --- a/bzlmod/canonical-repo-name-injection/README.md +++ b/bzlmod/canonical-repo-name-injection/README.md @@ -1,7 +1,7 @@ -# Canonical Repo Name Injection +# Canonical Repo Name Injection Demo -This is the example code for the upcoming EngFlow blog post "Migrating to -Bazel Modules (a.k.a. Bzlmod) - Repo Names, Macros, and Variables." +This is the example code for the EngFlow blog post "[Migrating to Bazel +Modules (a.k.a. Bzlmod) - Repo Names, Macros, and Variables][blog]." To try it out: @@ -16,3 +16,5 @@ cat bazel-bin/custom-rule-constants.js vimdiff bazel-bin/{genrule,custom-rule}-constants.js node bazel-bin/repo-dir-check.mjs ``` + +[blog]: https://blog.engflow.com/2024/09/06/migrating-to-bazel-modules-aka-bzlmod---repo-names-macros-and-variables/