diff options
author | sterni <sternenseemann@systemli.org> | 2025-01-23T22·04+0100 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2025-01-30T02·19+0000 |
commit | dd5100acf5e45382f06617757812421330c732ef (patch) | |
tree | 95d75eb11ef95acd06d2f24fe21c30e4464050a0 /web | |
parent | ae3b0986644c3fb90d1b1516963159283b0331a3 (diff) |
chore: rewrite uses of cs.tvl.fyi to code.tvl.fyi r/9145
I've checked the new links manually. - //web/tvl: changed the target path of links to the tvix docs since they were moved in r/2378. - //users/aspen/resume: Tvix is no longer //third_party/nix. Change-Id: I419bae1a46bdccc7baa7327215aa2368ffc0f01c Reviewed-on: https://cl.tvl.fyi/c/depot/+/13043 Reviewed-by: aspen <root@gws.fyi> Tested-by: BuildkiteCI Autosubmit: sterni <sternenseemann@systemli.org> Reviewed-by: fogti <fogti+devel@ytrizja.de> Reviewed-by: tazjin <tazjin@tvl.su>
Diffstat (limited to 'web')
-rw-r--r-- | web/tvixbolt/src/lib.rs | 2 | ||||
-rw-r--r-- | web/tvl/blog/2024-02-tvix-update.md | 6 | ||||
-rw-r--r-- | web/tvl/blog/rewriting-nix.md | 2 | ||||
-rw-r--r-- | web/tvl/blog/tvix-status-202209.md | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/web/tvixbolt/src/lib.rs b/web/tvixbolt/src/lib.rs index a2bfeb0a5dd1..51796ee0fc2b 100644 --- a/web/tvixbolt/src/lib.rs +++ b/web/tvixbolt/src/lib.rs @@ -75,7 +75,7 @@ fn footer() -> Html { <footer> <p class="footer"> {footer_link("https://tvl.fyi", "home")} - {footer_link("https://cs.tvl.fyi", "code")} + {footer_link("https://code.tvl.fyi", "code")} {footer_link("https://tvl.fyi/builds", "ci")} {footer_link("https://b.tvl.fyi", "bugs")} {"© TVL"} diff --git a/web/tvl/blog/2024-02-tvix-update.md b/web/tvl/blog/2024-02-tvix-update.md index ce9bbf547fa8..648c4b803c06 100644 --- a/web/tvl/blog/2024-02-tvix-update.md +++ b/web/tvl/blog/2024-02-tvix-update.md @@ -314,7 +314,7 @@ you run into any snags, or have any questions. [Tvix]: https://tvix.dev [aterm]: http://program-transformation.org/Tools/ATermFormat.html [bazel-remote]: https://github.com/buchgr/bazel-remote/pull/715 -[castore-docs]: https://cs.tvl.fyi/depot/-/blob/tvix/castore/docs +[castore-docs]: https://code.tvl.fyi/tree/tvix/docs/src/castore [frankenbuild]: https://blog.layus.be/posts/2021-06-25-frankenbuilds.html [go-nix-outpath]: https://github.com/nix-community/go-nix/blob/93cb24a868562714f1691840e94d54ef57bc0a5a/pkg/derivation/hashes.go#L52 [nix-compat-derivation]: https://docs.tvix.dev/rust/nix_compat/derivation/struct.Derivation.html @@ -325,9 +325,9 @@ you run into any snags, or have any questions. [nixcpp-builtins-derivation]: https://github.com/NixOS/nix/blob/49cf090cb2f51d6935756a6cf94d568cab063f81/src/libexpr/primops/derivation.nix#L4 [nixcpp-patch-hashes]: https://github.com/adisbladis/nix/tree/hash-tracing [refscan-string-contexts]: https://inbox.tvl.su/depot/20230316120039.j4fkp3puzrtbjcpi@tp/T/#t -[store-docs]: https://cs.tvl.fyi/depot/-/blob/tvix/store/docs/api.md +[store-docs]: https://code.tvl.fyi/about/tvix/docs/src/store/api.md [string-contexts-nix-bug]: https://github.com/NixOS/nix/issues/4629 [tryeval-infrec]: https://b.tvl.fyi/issues/281 -[tvix-boot-readme]: https://cs.tvl.fyi/depot/-/blob/tvix/boot/README.md +[tvix-boot-readme]: https://code.tvl.fyi/about/tvix/boot/README.md [why-string-contexts-now]: https://cl.tvl.fyi/c/depot/+/10446/7/tvix/eval/docs/build-references.md [windtunnel]: https://staging.windtunnel.ci/tvl/tvix diff --git a/web/tvl/blog/rewriting-nix.md b/web/tvl/blog/rewriting-nix.md index 1b143e5b0ed9..a45cc571ab00 100644 --- a/web/tvl/blog/rewriting-nix.md +++ b/web/tvl/blog/rewriting-nix.md @@ -80,7 +80,7 @@ for Nix features that are in use today. As things ramp up we will be posting more information on this blog, for now you can keep an eye on -[`//tvix`](https://cs.tvl.fyi/depot/-/tree/tvix) in the TVL monorepo +[`//tvix`](https://code.tvl.fyi/tree/tvix) in the TVL monorepo and subscribe to [our feed](https://tvl.fyi/feed.atom). Stay tuned! diff --git a/web/tvl/blog/tvix-status-202209.md b/web/tvl/blog/tvix-status-202209.md index dae1dae194ea..627c2d290670 100644 --- a/web/tvl/blog/tvix-status-202209.md +++ b/web/tvl/blog/tvix-status-202209.md @@ -155,7 +155,7 @@ We'll see you around! [Tvix]: https://tvl.fyi/blog/rewriting-nix [Tvixbolt]: https://bolt.tvix.dev [integrated]: https://cl.tvl.fyi/q/status:merged+%2522tvix/eval%2522+mergedbefore:2022-09-09 -[src]: https://cs.tvl.fyi/depot/-/tree/tvix/eval +[src]: https://code.tvl.fyi/tree/tvix/eval [src-noscript]: https://code.tvl.fyi/tree/tvix/eval [tazjin]: https://tazj.in [grfn]: https://gws.fyi/ |