Skip to content

Commit 218b9d3

Browse files
committed
Link: Fix external links
This changes direct links to relative links to the internal page. Glob_Patterns.rst,Install.rst and Tutorial.rst are changed. Closes #595
1 parent 2f8ac33 commit 218b9d3

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

Users/Glob_Patterns.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ Suppose you want ``SpaceConsistencyBear`` to perform an analysis on a file
1313
.. note::
1414

1515
If you don't know the functions of a bear or how to perform the analysis
16-
with a bear, you should go through `Tutorial
17-
<http://coala.readthedocs.io/en/latest/Users/Tutorial.html>`_ first.
16+
with a bear, you should go through :doc:`Tutorial <Tutorial>` first.
1817

1918
Now, if you want all the ``.c`` files in a specific directory to be analysed,
2019
you can take help of glob patterns.
@@ -82,8 +81,7 @@ The special characters used in shell-style wildcards are:
8281

8382
If you're looking for a negation pattern to exclude paths, check out the
8483
``--ignore`` argument or ``ignore`` .coafile option `here
85-
<http://coala.readthedocs.io/en/latest/Users/Tutorial.html#ignoring
86-
-issues>`_.
84+
<Tutorial.html#ignoring-issues>`_.
8785

8886
Examples
8987
--------

Users/Install.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ Shell-Autocompletion Support
341341
----------------------------
342342

343343
If you are a bash/zsh user , checkout the
344-
`guide <https://docs.coala.io/en/latest/Users/Shell_Autocompletion.html>`_
344+
:doc:`guide <Shell_Autocompletion>`
345345
to set up autocompletion for coala arguments and bear names.
346346

347347

Users/Tutorial.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Command Line Interface
4242

4343
In order to specify the files to analyze, you can use the ``--files``
4444
argument of coala like demonstrated below. For all file paths, you can
45-
specify (recursive) `globs <../Users/Glob_Patterns.html>`__.
45+
specify (recursive) :doc:`globs <Glob_Patterns>`.
4646

4747
Because analysis routines can do many various things we named them
4848
**bears**. A bear can check your code for potential problems, calculate metrics

0 commit comments

Comments
 (0)