Update links to sample files in README (#1201)

This commit is contained in:
Brett Cannon
2026-04-08 20:28:46 -07:00
committed by GitHub
parent 21c1a4a2ae
commit ce869cf60e
+1 -1
View File
@@ -112,7 +112,7 @@ In order to tailor `lsd` to your specific needs you can create any of the follow
2. `colors.yaml` → [colors sample file here](./doc/samples/colors-sample.yaml)
3. `icons.yaml` → [icons sample file here](./doc/samples/icons-sample.yaml)
Note that it is _not_ required to have all three of the files present in order for your configuration to be applied. For example, if you [only want to customize the icons](#customization-example) then only [`icons.yaml`](./doc/icons-sample.yaml) needs to be present in the [configuration directory](#config-file-locations); [`config.yaml`](./doc/config-sample.yaml), and [`colors.yaml`](./doc/colors-sample.yaml) do not have to be present in order for your icon modifications to be applied.
Note that it is _not_ required to have all three of the files present in order for your configuration to be applied. For example, if you [only want to customize the icons](#customization-example) then only [`icons.yaml`](./doc/samples/icons-sample.yaml) needs to be present in the [configuration directory](#config-file-locations); [`config.yaml`](./doc/samples/config-sample.yaml), and [`colors.yaml`](./doc/samples/colors-sample.yaml) do not have to be present in order for your icon modifications to be applied.
### Config file locations
> [!TIP]