Skip to content

Commit 3d3fac8

Browse files
authored
Add link to blog post from runfiles/README.md (#331)
The blog post "Migrating to Bazel Modules (a.k.a. Bzlmod) - Repo Names and Runfiles" is now live: - https://blog.engflow.com/2024/08/09/migrating-to-bazel-modules-aka-bzlmod---repo-names-and-runfiles/
1 parent 7774062 commit 3d3fac8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

runfiles/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# EngFlow Runfiles Libraries Demo
22

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".
3+
This is the example code for the EngFlow blog post "[Migrating to Bazel
4+
Modules (a.k.a. Bzlmod) - Repo Names and Runfiles][blog]."
55

66
- `engflow` contains the main repository of the example
77
- `frobozz` is a separate Bazel module representing an external dependency
@@ -14,3 +14,5 @@ bazel run //:runfiles_demo
1414
bazel build //:runfiles_genrule_demo &&
1515
cat bazel-bin/demo_output.txt
1616
```
17+
18+
[blog]: https://blog.engflow.com/2024/08/09/migrating-to-bazel-modules-aka-bzlmod---repo-names-and-runfiles/

0 commit comments

Comments
 (0)