diff options
author | Vincent Ambo <tazjin@tvl.su> | 2024-08-23T11·16+0300 |
---|---|---|
committer | tazjin <tazjin@tvl.su> | 2024-08-23T14·40+0000 |
commit | 1099b5603cd2ee056dab2f84e33514c3cc3622d2 (patch) | |
tree | dd9289a90643b6f7cc44fa49f73463dba3dff8d2 | |
parent | caf653be32f051e7f738a3aa08117df4d9ef6a14 (diff) |
docs: remove mention of Sourcegraph from depot README r/8558
Change-Id: I721d08d2862256e5e973792b8fc7fac73b0326fc Reviewed-on: https://cl.tvl.fyi/c/depot/+/12288 Tested-by: BuildkiteCI Reviewed-by: flokli <flokli@flokli.de>
-rw-r--r-- | README.md | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/README.md b/README.md index f58f937cef38..2ef7592688f7 100644 --- a/README.md +++ b/README.md @@ -15,10 +15,9 @@ partially see this as [an experiment][] in tooling for monorepos. ## Services -* Source code is available primarily through Sourcegraph on - [cs.tvl.fyi](https://cs.tvl.fyi), where it is searchable and even semantically - indexed. A lower-tech view of the repository is also available via cgit-pink - on [code.tvl.fyi](https://code.tvl.fyi). +* Source code can be viewed primarily via `cgit-pink` on + [code.tvl.fyi](https://code.tvl.fyi), with code search being available through + Livegrep on [grep.tvl.fyi](https://grep.tvl.fyi). The repository can be cloned using `git` from `https://cl.tvl.fyi/depot`. |