From 120e9c3f70f423bcdcefd11021b46143321c2520 Mon Sep 17 00:00:00 2001 From: Carl Gay Date: Fri, 3 May 2024 18:26:14 -0400 Subject: [PATCH] doc: fix some links --- documentation/source/index.rst | 2 +- documentation/source/pacman.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/source/index.rst b/documentation/source/index.rst index 67067cc..76ce441 100644 --- a/documentation/source/index.rst +++ b/documentation/source/index.rst @@ -314,7 +314,7 @@ Platform-specific Libraries Open Dylan supports multi-platform libraries via the registry and per-platform `LID files -`_. Among other +`_. Among other things, LID files tell the compiler which files to compile, and in which order. To write platform-specific code, put it in a separate Dylan source file and only include it in that platform's LID file. diff --git a/documentation/source/pacman.rst b/documentation/source/pacman.rst index b38b948..841fe7c 100644 --- a/documentation/source/pacman.rst +++ b/documentation/source/pacman.rst @@ -250,7 +250,7 @@ Index and Search .. _minimal version selection: https://research.swtch.com/vgo-mvs .. _principles: https://research.swtch.com/vgo-principles -.. _the deft command: https://opendylan.org/documentation/deft/ +.. _the deft command: https://opendylan.org/package/deft/ .. _Semantic version: https://semver.org/spec/v2.0.0.html .. _Semantic versions: https://semver.org/spec/v2.0.0.html .. _SemVer 2.0: https://semver.org/spec/v2.0.0.html