File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed
Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff 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
1918Now, if you want all the ``.c `` files in a specific directory to be analysed,
2019you 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
8886Examples
8987--------
Original file line number Diff line number Diff line change @@ -341,7 +341,7 @@ Shell-Autocompletion Support
341341----------------------------
342342
343343If 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 >`
345345to set up autocompletion for coala arguments and bear names.
346346
347347
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ Command Line Interface
4242
4343In order to specify the files to analyze, you can use the ``--files ``
4444argument 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
4747Because analysis routines can do many various things we named them
4848**bears **. A bear can check your code for potential problems, calculate metrics
You can’t perform that action at this time.
0 commit comments