summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2020-07-15 18:54:36 +0200
committerPatrick Spek <p.spek@tyil.nl>2020-07-15 18:54:36 +0200
commitb7cbb615907dacd59406286237fbe005d250a012 (patch)
treef920fc101561ac577559c32afd8317fd2617901f
parent2185ceca87a4123fdf13f3e9aea8bcb4f1615f50 (diff)
Add missing links to modules
-rw-r--r--_posts/2020-07-15-config-3.0.md11
1 files changed, 7 insertions, 4 deletions
diff --git a/_posts/2020-07-15-config-3.0.md b/_posts/2020-07-15-config-3.0.md
index dbaa4c8..b60bc8d 100644
--- a/_posts/2020-07-15-config-3.0.md
+++ b/_posts/2020-07-15-config-3.0.md
@@ -100,10 +100,13 @@ environment variables to read.
By setting `name` to the value `project`, `Config` will consult the
configuration directories from the [XDG Base Directory
Specification](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html).
-It uses one of my other modules, IO::Path::XDG, for this, together with
-IO::Glob. Specifically, it will check my `$XDG_CONFIG_DIRS` and
-`$XDG_CONFIG_HOME` (in that order) for any files that match the globs
-`project.*` or `project/config.*`.
+It uses one of my other modules,
+[`IO::Path::XDG`](https://modules.raku.org/dist/IO::Path::XDG:cpan:TYIL), for
+this, together with
+[`IO::Glob`](https://modules.raku.org/dist/IO::Glob:cpan:HANENKAMP).
+Specifically, it will check my `$XDG_CONFIG_DIRS` and `$XDG_CONFIG_HOME` (in
+that order) for any files that match the globs `project.*` or
+`project/config.*`.
If any files are found to match, they will be read as well, and the
configuration values contained therein, merged into `$config`. It will load the