Skip to content

Commit c894176

Browse files
author
Scott Rushworth
authored
Fix broken doc links (#211)
Signed-off-by: Scott Rushworth <openhab@5iver.com>
1 parent eea72da commit c894176

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Sphinx/Getting Started/Installation.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Instructions for installation in a Docker container are available :doc:`here <Do
8383
.. tabs::
8484

8585
.. group-tab:: Using an ``/etc/default/openhab2`` file
86-
86+
8787
This option is typically used with a package repository openHAB installation (includes openHABian).
8888
If creating a new file, remember to set the permissions so that the `openhab` account has at least read access.
8989
If a file already exists and there is an EXTRA_JAVA_OPTS variable, add a space and append everything in quotes.
@@ -93,7 +93,7 @@ Instructions for installation in a Docker container are available :doc:`here <Do
9393
EXTRA_JAVA_OPTS="-Xbootclasspath/a:/etc/openhab2/automation/jython/jython-standalone-2.7.0.jar -Dpython.home=/etc/openhab2/automation/jython -Dpython.path=/etc/openhab2/automation/lib/python"
9494
9595
.. group-tab:: Using the ``start.sh`` script
96-
96+
9797
This option is typically used with a manual openHAB installation on Linux.
9898

9999
.. code-block:: none
@@ -102,7 +102,7 @@ Instructions for installation in a Docker container are available :doc:`here <Do
102102
export EXTRA_JAVA_OPTS="-Xbootclasspath/a:/opt/openhab2/conf/automation/jython/jython-standalone-2.7.0.jar -Dpython.home=/opt/openhab2/conf/automation/jython -Dpython.path=/opt/openhab2/conf/automation/lib/python"
103103
104104
.. group-tab:: Using the ``start.bat`` script
105-
105+
106106
This option is for a manual openHAB installation on Windows.
107107
If you are *not* using OH 2.5, 2.5M2, S1604, or newer, you will first need to update your ``C:\openhab2\runtime\bin\setenv.bat`` file with the `changes in the current file <https://github.com/openhab/openhab-distro/blob/master/distributions/openhab/src/main/resources/bin/setenv.bat#L121>`_.
108108

@@ -186,7 +186,7 @@ These instructions will help guide you through process of installing or upgradin
186186
#. |community_step_3|
187187
For example, there may be some settings copied to ``/automation/lib/python/configuration.py.example`` that need to be added to ``configuration.py``.
188188
#. |community_step_4|
189-
If using Python, you could alternatively use the methods described in :ref:`Python/Reference:Modifying and Reloading Modules`.
189+
If using Python, you could alternatively use the methods described in :ref:`Python/Reference:Modifying and Reloading Packages or Modules`.
190190

191191
.. group-tab:: JavaScript
192192

Sphinx/Guides/But How Do I.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1050,7 +1050,7 @@ Read/Add/Remove Item metadata
10501050

10511051
.. group-tab:: Python
10521052

1053-
See the examples in the module... :doc:`Python/Core/Component Scripts/Packages and Modules/metadata`
1053+
See the examples in the module... :doc:`../Python/Core/Packages and Modules/metadata`
10541054

10551055
.. group-tab:: JavaScript
10561056

Sphinx/Python/Community/ideAlarm/Installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Installation of the ideAlarm package
6262
* Edit the configuration dictionary ``idealarm_configuration`` that you've previously inserted into the openhab-helper-libraries configuration file.
6363
See :ref:`Python/Community/IdeAlarm/Configuration:IdeAlarm Configuration` for details.
6464
Before saving you might want to copy and paste the contents of your configuration file into the form on `PythonBuddy <https://pythonbuddy.com/>`_ to verify that the Python syntax is valid.
65-
* Save and reload the openhab-helper-libraries configuration as described in :ref:`Python/Reference:Modifying and Reloading Modules`.
65+
* Save and reload the openhab-helper-libraries configuration as described in :ref:`Python/Reference:Modifying and Reloading Packages or Modules`.
6666
* Create a custom library script.
6767

6868
* The custom library script defines what custom actions that will occurr in your system for some specific alarm system events.

0 commit comments

Comments
 (0)