From bb395b652d456c3983a1065b6204b7c3eefac85e Mon Sep 17 00:00:00 2001 From: citrusmunch Date: Wed, 1 Nov 2023 12:04:43 -0400 Subject: [PATCH] Fix typo in `guide.md` xdg section is below (not above) --- docs/guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide.md b/docs/guide.md index b03abff..12f4c14 100644 --- a/docs/guide.md +++ b/docs/guide.md @@ -95,7 +95,7 @@ platform-override: This is the complete list of env variables that change GHCup behavior: -* `GHCUP_USE_XDG_DIRS`: see [XDG support](#xdg-support) above +* `GHCUP_USE_XDG_DIRS`: see [XDG support](#xdg-support) below * `GHCUP_INSTALL_BASE_PREFIX`: the base of ghcup (default: `$HOME`) * `GHCUP_CURL_OPTS`: additional options that can be passed to curl * `GHCUP_WGET_OPTS`: additional options that can be passed to wget