Skip to content

Commit

Permalink
doc: fix uses of http: and /documentation/ (#1600)
Browse files Browse the repository at this point in the history
fixes #1586
  • Loading branch information
cgay authored May 19, 2024
2 parents 4dd899b + 1f08d60 commit 23d0740
Show file tree
Hide file tree
Showing 15 changed files with 22 additions and 26 deletions.
4 changes: 2 additions & 2 deletions documentation/source/getting-started-cli/dylan-compiler.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ example::
$ dylan-compiler
Welcome to Open Dylan!

For documentation on Open Dylan, see http://opendylan.org/documentation/.
See http://opendylan.org/documentation/getting-started-cli/ for an introduction to the command line tools.
For documentation on Open Dylan, see https://opendylan.org.
See https://opendylan.org/getting-started-cli/ for an introduction to the command line tools.

Type "help" for more information.
>
Expand Down
4 changes: 2 additions & 2 deletions documentation/source/getting-started-cli/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ Getting Started with the Open Dylan Command Line Tools
This guide explains how to use the Open Dylan command-line tools to develop and
deliver Dylan applications.

For help getting started with the IDE (Windows only), see :doc:`Getting Started
with the Open Dylan IDE </getting-started-ide/index>`.
For help getting started with the IDE (Windows only), see
:doc:`/getting-started-ide/index`.

The compiler executable is called ``dylan-compiler``. There is a helper
application called :program:`dylan`, which can be used to generate some
Expand Down
3 changes: 1 addition & 2 deletions documentation/source/getting-started-ide/preface.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ This guide explains how to use the Open Dylan IDE (Windows only) to develop
and deliver Dylan applications.

For help getting started with the command-line
tools, see the :doc:`Getting Started with the Open Dylan Command Line Tools
</getting-started-cli/index>` guide.
tools, see the :doc:`/getting-started-cli/index` guide.

.. index::
single: Dylan Reference Manual, the
Expand Down
5 changes: 1 addition & 4 deletions documentation/source/hacker-guide/topics/debugging.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,5 @@ optimizing Dylan code in general since it shows (for example) where
the compiler wasn't able to optimize method dispatch.

The main point you need to know is to add the ``-dfm`` flag when you
invoke ``dylan-compiler``. This will generate DFM output files in
invoke :program:`dylan-compiler`. This will generate DFM output files in
your ``_build/build/`` directory.


.. _Debugging with GDB or LLDB: https://opendylan.org/documentation/getting-started-cli/debugging-with-gdb-lldb.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Dylan Language Extensions
*************************

The Dylan language is described in `The Dylan Reference Manual
<http://opendylan.org/books/drm/>`_ by Andrew Shalit (Addison-Wesley,
<https://opendylan.org/books/drm/>`_ by Andrew Shalit (Addison-Wesley,
1996). We call this book "the DRM" hereafter.

Open Dylan provides an implementation of the Dylan language
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The ``<text>`` part can be either *delimited* or *undelimited*. Undelimited
text can contain anything but commas, semicolons, brackets of any kind, and
whitespace. All the following are valid::

#:http://opendylan.org/
#:https://opendylan.org/
#:time:12:30am
#:date:12/3/2000
#:file:D:\dylan\sources\
Expand Down
2 changes: 1 addition & 1 deletion documentation/source/release-notes/2013.1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Introduction
This document describes the 2013.1 release of Open Dylan, released
July 11, 2013.

* `Download the release <http://opendylan.org/download/index.html>`_
* `Download the release <https://opendylan.org/download/index.html>`_
* `Report bugs <https://github.com/dylan-lang/opendylan/issues>`_
* `Source code <https://github.com/dylan-lang/opendylan/tree/v2013.1>`_

Expand Down
2 changes: 1 addition & 1 deletion documentation/source/release-notes/2013.2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Introduction
This document describes the 2013.2 release of Open Dylan, released
December 23, 2013.

* `Download the release <http://opendylan.org/download/index.html>`_
* `Download the release <https://opendylan.org/download/index.html>`_
* `Report bugs <https://github.com/dylan-lang/opendylan/issues>`_
* `Source code <https://github.com/dylan-lang/opendylan/tree/v2013.2>`_

Expand Down
2 changes: 1 addition & 1 deletion documentation/source/release-notes/2014.1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Introduction
This document describes the 2014.1 release of Open Dylan, released
December 29, 2014.

* `Download the release <http://opendylan.org/download/index.html>`_
* `Download the release <https://opendylan.org/download/index.html>`_
* `Report bugs <https://github.com/dylan-lang/opendylan/issues>`_
* `Source code <https://github.com/dylan-lang/opendylan/tree/v2014.1>`_

Expand Down
2 changes: 1 addition & 1 deletion documentation/source/release-notes/2019.1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ system Library
their omission led to possible confusion for users.

.. _issue #899: https://github.com/dylan-lang/opendylan/issues/899
.. _documented in the library reference: http://opendylan.org/documentation/library-reference/coloring-stream/
.. _documented in the library reference: https://opendylan.org/library-reference/coloring-stream/

* A problem with constructing ``<date>`` objects for ``time_t`` values
with more than 30 bits (i.e., any time after Sat Jan 10 13:37:04 UTC 2004)
Expand Down
4 changes: 2 additions & 2 deletions documentation/source/release-notes/2020.1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ of which are listed below. For complete details see `the opendylan commit logs
that some commit logs, for example for testworks and other libraries that are
included in Open Dylan as git submodules, may be in other repositories.)

* Download the release: http://opendylan.org/download
* Read documentation: http://opendylan.org/documentation
* Download the release: https://opendylan.org/download
* Read documentation: https://opendylan.org
* Report problems: https://github.com/dylan-lang/opendylan/issues


Expand Down
4 changes: 2 additions & 2 deletions documentation/source/release-notes/2022.1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ commit logs
are included in Open Dylan as git submodules, may be in other
repositories.

* Download the release: http://opendylan.org/download
* Read documentation: http://opendylan.org/documentation
* Download the release: https://opendylan.org/download
* Read documentation: https://opendylan.org
* Report problems: https://github.com/dylan-lang/opendylan/issues


Expand Down
4 changes: 2 additions & 2 deletions documentation/source/release-notes/2023.1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ this release.
are included in Open Dylan as git submodules, may be in other
repositories.

* Download the release: http://opendylan.org/download
* Read documentation: http://opendylan.org/documentation
* Download the release: https://opendylan.org/download
* Read documentation: https://opendylan.org
* Report problems: https://github.com/dylan-lang/opendylan/issues


Expand Down
4 changes: 2 additions & 2 deletions documentation/source/release-notes/2024.1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ this release.
are included in Open Dylan as git submodules, may be in other
repositories.

* Download the release: http://opendylan.org/download
* Read documentation: http://opendylan.org/documentation
* Download the release: https://opendylan.org/download
* Read documentation: https://opendylan.org
* Report problems: https://github.com/dylan-lang/opendylan/issues


Expand Down
4 changes: 2 additions & 2 deletions documentation/source/release-notes/2024.2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ this release.
are included in Open Dylan as git submodules, may be in other
repositories.

* Download the release: http://opendylan.org/download
* Read documentation: http://opendylan.org/documentation
* Download the release: https://opendylan.org/download
* Read documentation: https://opendylan.org
* Report problems: https://github.com/dylan-lang/opendylan/issues


Expand Down

0 comments on commit 23d0740

Please sign in to comment.