diff --git a/documentation/getting-started-cli/source/managing-dependencies.rst b/documentation/getting-started-cli/source/managing-dependencies.rst index 8c7f9262f..c6997af5c 100644 --- a/documentation/getting-started-cli/source/managing-dependencies.rst +++ b/documentation/getting-started-cli/source/managing-dependencies.rst @@ -6,7 +6,7 @@ manager and the :program:`dylan` tool. When using the :program:`dylan` tool dependencies are added to the "dylan-package.json" file in your project. Each dependency includes a `semantic version `_ and `dependency resolution -`_ +`_ is done with "minimal version selection". See the `dylan-tool`_ documentation for details. @@ -82,4 +82,4 @@ a number of submodules, so you don't need to pull each of those in directly, but can reference them through the ``ext/http/`` directory. -.. _dylan-tool: https://docs.opendylan.org/packages/dylan-tool/documentation/source/index.html +.. _dylan-tool: https://opendylan.org/package/dylan-tool/index.html diff --git a/documentation/getting-started-cli/source/platform-specific.rst b/documentation/getting-started-cli/source/platform-specific.rst index 842277689..7e4442113 100644 --- a/documentation/getting-started-cli/source/platform-specific.rst +++ b/documentation/getting-started-cli/source/platform-specific.rst @@ -67,7 +67,7 @@ For further details of the LID file format, see :doc:`../library-reference/lid`. Platform-specific LID files should use the ``Platforms`` keyword to indicate which platforms they apply to. This tells the `dylan update - `_ + `_ command which registry files to create. =============== ========================= ========================= diff --git a/documentation/release-notes/source/2023.1.rst b/documentation/release-notes/source/2023.1.rst index 32c191ce9..2a74959c0 100644 --- a/documentation/release-notes/source/2023.1.rst +++ b/documentation/release-notes/source/2023.1.rst @@ -55,7 +55,7 @@ Tooling * Symlink points to current installed version of packages, for easier tooling. Full documentation is - `here `_. + `here `_. * The :program:`make-dylan-app` program has been removed and is replaced by :command:`dylan new application` and :command:`dylan new library`.