Skip to content

Commit 7c192ae

Browse files
committed
Link: Update deprecated Bears documentation link
Old link pointing to https://github.com/coala/bear-docs that is deprecated. Fixes #495
1 parent 6cab958 commit 7c192ae

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Help/FAQ.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,14 @@ What sort of analysis does coala do? What languages are supported?
4646
------------------------------------------------------------------
4747

4848
A list of all analysis routines and supported languages is
49-
`fully browsable <https://github.com/coala/bear-docs/blob/master/README.rst#supported-languages>`__.
49+
`fully browsable <https://coala.io/#/languages>`__.
5050

5151
For a top level view on what languages support what kind of analysis roughly,
5252
consult `this link <https://docs.google.com/spreadsheets/d/1bm63TQHndmGf3HQ33fp9UEmGKNYI7dTkjMyFIof2PqA/edit?usp=sharing>`__.
5353

5454
There are also generic bears, which can be applied language independently on
5555
your code. Their capabilities and information can be seen
56-
`here <https://github.com/coala/bear-docs/blob/master/README.rst#all>`__.
56+
`here <https://coala.io/#/languages>`__.
5757

5858
How do I get started with coala?
5959
--------------------------------

Users/Tutorial.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Installation instructions can be found `here <https://coala.io/install>`_.
1414

1515
Here's a list of our
1616
`supported languages
17-
<https://github.com/coala/bear-docs/blob/master/README.rst>`__.
17+
<https://coala.io/#/languages>`__.
1818

1919

2020
Get Some Code
@@ -226,7 +226,7 @@ sequentially.
226226
.. note::
227227

228228
For a list of configuration options for the bears, take a look at our
229-
`bear-docs <https://github.com/coala/bear-docs>`_ documentation.
229+
`coala languages <https://coala.io/#/languages>`_ directory.
230230

231231
Auto-applying Results
232232
---------------------

index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,12 @@ popular languages such as **C/C++**, **Python**, **JavaScript**, **CSS**,
6565
**Java** and many more, in addition to some generic language independent
6666
algorithms. To learn more about the different languages supported and the
6767
bears themselves,
68-
`click here. <https://github.com/coala/bear-docs/blob/master/README.rst>`__
68+
`click here. <https://coala.io/#/languages>`__
6969

7070
.. note::
7171

7272
To see what coala can do for you and your language, take a look at
73-
`our capabilities listing <https://github.com/coala/bear-docs/blob/master/README.rst>`__.
73+
`our capabilities listing <https://coala.io/#/languages>`__.
7474

7575
If you are here to use coala for your own projects, take a look at our
7676
:doc:`installation guide<Users/Install>`.

0 commit comments

Comments
 (0)