diff options
author | Alyssa Ross <hi@alyssa.is> | 2020-07-17T22·36+0000 |
---|---|---|
committer | tazjin <mail@tazj.in> | 2020-07-17T22·53+0000 |
commit | cf3418403863d8b733d9784126c8e2e5928ba34a (patch) | |
tree | 55290be517c22e518be211c175153e8d0f8a153e | |
parent | 0f7bdd6711325d073c1ab34b20f403612ab74990 (diff) |
docs(REVIEWS): use relative URL for tvl-slapd r/1365
This means that following the link locally is likely to do something far more useful. For example, C-c C-o in Emacs with markdown-mode will open the tvl-slapd file, rather than opening it in the browser. Change-Id: Icba3c195359855014fef17538a155656363a8b1e Reviewed-on: https://cl.tvl.fyi/c/depot/+/1261 Tested-by: BuildkiteCI Reviewed-by: tazjin <mail@tazj.in>
-rw-r--r-- | docs/REVIEWS.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/REVIEWS.md b/docs/REVIEWS.md index 872bf73d6d28..d9e283e31297 100644 --- a/docs/REVIEWS.md +++ b/docs/REVIEWS.md @@ -133,5 +133,5 @@ The email address is a [public group][]. [Gerrit walkthrough]: https://gerrit-review.googlesource.com/Documentation/intro-gerrit-walkthrough.html [OWNERS]: https://cl.tvl.fyi/plugins/owners/Documentation/config.md [guidelines]: ./CONTRIBUTING.md#commit-messages -[tvl-slapd]: https://code.tvl.fyi/tree/ops/nixos/tvl-slapd/default.nix +[tvl-slapd]: ../ops/nixos/tvl-slapd/default.nix [public group]: https://groups.google.com/a/tazj.in/forum/?hl=en#!forum/depot |