We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ab8fd1 commit 8f3f13fCopy full SHA for 8f3f13f
bzlmod/canonical-repo-name-injection/README.md
@@ -1,7 +1,7 @@
1
-# Canonical Repo Name Injection
+# Canonical Repo Name Injection Demo
2
3
-This is the example code for the upcoming EngFlow blog post "Migrating to
4
-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]."
5
6
To try it out:
7
@@ -16,3 +16,5 @@ cat bazel-bin/custom-rule-constants.js
16
vimdiff bazel-bin/{genrule,custom-rule}-constants.js
17
node bazel-bin/repo-dir-check.mjs
18
```
19
+
20
+[blog]: https://blog.engflow.com/2024/09/06/migrating-to-bazel-modules-aka-bzlmod---repo-names-macros-and-variables/
0 commit comments