diff options
author | sterni <sternenseemann@systemli.org> | 2023-06-14T15·02+0200 |
---|---|---|
committer | sterni <sternenseemann@systemli.org> | 2023-06-14T16·22+0000 |
commit | e409d9cc7e615eab366b62bc9bd0dfa3cfbf7395 (patch) | |
tree | 966c8b33c8c00bdf73e47724f596eda1b4d9ee0a | |
parent | 80a71abb4809bea6078302f3ee3315e59b726745 (diff) |
docs(tvix/eval): fix link to tvixbolt r/6301
Change-Id: Iff3f74ab6d5177246811bd3d58d171088915370f Reviewed-on: https://cl.tvl.fyi/c/depot/+/8775 Autosubmit: sterni <sternenseemann@systemli.org> Reviewed-by: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI
-rw-r--r-- | tvix/eval/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/eval/README.md b/tvix/eval/README.md index 04bc6c3eb82b..eda35229b3db 100644 --- a/tvix/eval/README.md +++ b/tvix/eval/README.md @@ -55,4 +55,4 @@ parser is now maintained by Nix community members. [rnix-parser]: https://github.com/nix-community/rnix-parser [rip]: https://www.redox-os.org/news/open-source-mental-health/ -[tvixbolt]: https://tazj.in/blobs/tvixbolt/ +[tvixbolt]: https://tvixbolt.tvl.su/ |