diff options
author | William Carroll <wpcarro@gmail.com> | 2021-12-26T19·25-0400 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2021-12-26T19·29+0000 |
commit | c40d9370236c68fa5d7286ad9f8b47ca6a21085a (patch) | |
tree | 310cdf6c9847ff0f958dd0b14087c75b084305bb | |
parent | 35f0fffa5834894b627d3f74ac558c05cf46949f (diff) |
fix(wpcarro/website): Link to //users/wpcarro instead of root r/3440
For depot link Change-Id: Ia7f3edd5660a87ed4c6b15db60cbc3be033e1529 Reviewed-on: https://cl.tvl.fyi/c/depot/+/4675 Reviewed-by: wpcarro <wpcarro@gmail.com> Autosubmit: wpcarro <wpcarro@gmail.com> Tested-by: BuildkiteCI
-rw-r--r-- | users/wpcarro/website/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/wpcarro/website/index.html b/users/wpcarro/website/index.html index 8eceae5f05a9..587d7830ee8c 100644 --- a/users/wpcarro/website/index.html +++ b/users/wpcarro/website/index.html @@ -69,7 +69,7 @@ <a class="font-bold text-blue-600 hover:underline" href="https://github.com/wpcarro">GitHub</a> (and elsewhere), but if you're looking for code samples, the majority of my open-source work resides in a magical place called the - <a class="font-bold text-blue-600 hover:underline" href="https://cs.tvl.fyi">depot</a>. + <a class="font-bold text-blue-600 hover:underline" href="https://cs.tvl.fyi/depot/-/tree/users/wpcarro">depot</a>. </p> <p class="pb-4"> If I'm not coding, I'm likely meditating, training Jiu Jitsu, or |