Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: fix some links #30

Merged
merged 1 commit into from
May 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion documentation/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ Platform-specific Libraries

Open Dylan supports multi-platform libraries via the registry and per-platform
`LID files
<https://opendylan.org/documentation/library-reference/lid.html>`_. Among other
<https://opendylan.org/library-reference/lid.html>`_. 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.
Expand Down
2 changes: 1 addition & 1 deletion documentation/source/pacman.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading