1
0
Fork 0

docs: Fix references on documents

Signed-off-by: Vasilis Tsiligiannis <acinonyx@openwrt.gr>
merge-requests/355/head
Vasilis Tsiligiannis 2019-03-14 22:49:38 +02:00
parent 6f7e38b888
commit f5be1d784e
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
Satellites
==========
The ``satellites`` method of the :doc:`SatNOGS DB API </db/api>` returns all Satellites currently used for gathering Transmitters data.
The ``satellites`` method of the :doc:`SatNOGS DB API <api>` returns all Satellites currently used for gathering Transmitters data.
Endpoint
--------

View File

@ -1,7 +1,7 @@
Transmitters
============
The ``transmitters`` method of the :doc:`SatNOGS DB API </db/api>` returns all Transmitters data.
The ``transmitters`` method of the :doc:`SatNOGS DB API <api>` returns all Transmitters data.
Endpoint
--------

View File

@ -9,7 +9,7 @@ The below instructions are for software developers who want to work on `satnogs-
Workflow
--------
When you want to start developing for SatNOGS, you should :doc:`follow the installation instructions </db/installation>`, then...
When you want to start developing for SatNOGS, you should :doc:`follow the installation instructions <installation>`, then...
#. Read CONTRIBUTING.md file carefully.