From 53c07d23f40b0bff973984cd51bd30a7c6c266c2 Mon Sep 17 00:00:00 2001 From: jbranchaud Date: Fri, 10 Jul 2026 14:03:54 -0500 Subject: [PATCH] Try to fix link to python TIL --- unix/display-the-target-of-a-symbolic-link.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/unix/display-the-target-of-a-symbolic-link.md b/unix/display-the-target-of-a-symbolic-link.md index fecc345..c7aede6 100644 --- a/unix/display-the-target-of-a-symbolic-link.md +++ b/unix/display-the-target-of-a-symbolic-link.md @@ -5,8 +5,7 @@ my [dotfiles setup](https://github.com/jbranchaud/dotfiles). There are also tools like `uv` that install CLI tooling in a canonical place and then symlink it to a more user-friendly location. -`ruff` which I [installed as a CLI tool via -`uv`](python/globally-install-cli-tool-with-uv.md) is a good example of this. +`ruff` which I [installed as a CLI tool via `uv`](/python/globally-install-cli-tool-with-uv.md) is a good example of this. When I look at the location of `ruff` via the `which` command, I get a `bin` directory that differed from where I expected `uv` to install it.