diff options
author | Vincent Ambo <mail@tazj.in> | 2023-03-24T09·03+0300 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2023-03-24T09·06+0000 |
commit | fee0c83915918f60c55c25a9c48c59b4e92eb598 (patch) | |
tree | 4a40e10bc2b3d7937aeb12a7588c0074c588363f /users | |
parent | 837c4ebb41548c6932c287e621af5d631feac777 (diff) |
fix(tazjin/blog): fix moved link in a blog post r/6039
Change-Id: Ia0fb7638f94cfa7aaeac3044939b9efa20ef3507 Reviewed-on: https://cl.tvl.fyi/c/depot/+/8337 Autosubmit: tazjin <tazjin@tvl.su> Reviewed-by: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI
Diffstat (limited to 'users')
-rw-r--r-- | users/tazjin/blog/posts/nixery-layers.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/tazjin/blog/posts/nixery-layers.md b/users/tazjin/blog/posts/nixery-layers.md index 38ca2294a88a..26526d11b5dc 100644 --- a/users/tazjin/blog/posts/nixery-layers.md +++ b/users/tazjin/blog/posts/nixery-layers.md @@ -267,6 +267,6 @@ NixCon talk][talk] about Nixery for a review of some of this, and some demos. [nixery.dev]: https://nixery.dev [dominator trees]: https://en.wikipedia.org/wiki/Dominator_(graph_theory) [gonum/graph]: https://godoc.org/gonum.org/v1/gonum/graph -[layers.go]: https://cs.tvl.fyi/depot/-/blob/tools/nixery/builder/layers.go +[layers.go]: https://cs.tvl.fyi/depot/-/blob/tools/nixery/layers/layers.go [popcount]: https://cs.tvl.fyi/depot/-/tree/tools/nixery/popcount [talk]: https://www.youtube.com/watch?v=pOI9H4oeXqA |