We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7774062 commit 3d3fac8Copy full SHA for 3d3fac8
runfiles/README.md
@@ -1,7 +1,7 @@
1
# EngFlow Runfiles Libraries Demo
2
3
-This is an example repository for an upcoming EngFlow blog post, "Migrating
4
-to Bazel Modules (a.k.a. Bzlmod) - Repo Names and Runfiles".
+This is the example code for the EngFlow blog post "[Migrating to Bazel
+Modules (a.k.a. Bzlmod) - Repo Names and Runfiles][blog]."
5
6
- `engflow` contains the main repository of the example
7
- `frobozz` is a separate Bazel module representing an external dependency
@@ -14,3 +14,5 @@ bazel run //:runfiles_demo
14
bazel build //:runfiles_genrule_demo &&
15
cat bazel-bin/demo_output.txt
16
```
17
+
18
+[blog]: https://blog.engflow.com/2024/08/09/migrating-to-bazel-modules-aka-bzlmod---repo-names-and-runfiles/
0 commit comments