Skip to content

Commit

Permalink
doc: Fix some package doc URLs
Browse files Browse the repository at this point in the history
These URLs changed with the (somewhat) recent website redesign.
  • Loading branch information
cgay committed Apr 1, 2024
1 parent 4c34cf8 commit 13cf57b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://semver.org>`_ and `dependency
resolution
<https://docs.opendylan.org/packages/dylan-tool/documentation/source/pacman.html#dependency-resolution>`_
<https://opendylan.org/package/dylan-tool/pacman.html#dependency-resolution>`_
is done with "minimal version selection". See the `dylan-tool`_ documentation
for details.

Expand Down Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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
<https://docs.opendylan.org/packages/dylan-tool/documentation/source/index.html#dylan-update>`_
<https://opendylan.org/package/dylan-tool/index.html#dylan-update>`_
command which registry files to create.

=============== ========================= =========================
Expand Down
2 changes: 1 addition & 1 deletion documentation/release-notes/source/2023.1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Tooling
* Symlink points to current installed version of packages, for easier tooling.

Full documentation is
`here <https://docs.opendylan.org/packages/dylan-tool/documentation/source/index.html>`_.
`here <https://opendylan.org/package/dylan-tool/index.html>`_.

* The :program:`make-dylan-app` program has been removed and is replaced by
:command:`dylan new application` and :command:`dylan new library`.
Expand Down

0 comments on commit 13cf57b

Please sign in to comment.