Skip to content

Commit 9146001

Browse files
committed
fix broken links to modes.md
1 parent 2612c13 commit 9146001

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

build_docs.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ doc_files=(
2121
'Buzzer.md'
2222
'Sonar.md'
2323
'Profiles.md'
24-
'Modes.md'
2524
'Inflight Adjustments.md'
2625
'Controls.md'
2726
'Gtune.md'
@@ -49,7 +48,7 @@ if which gimli >/dev/null; then
4948
done
5049
rm -f ${filename}.pdf
5150
gimli -f ${filename}.md -stylesheet override.css \
52-
-w '--toc --title "Cleanflight Manual" --footer-right "[page]" --toc-depth 1'
51+
-w '--toc --title "INAV Manual" --footer-right "[page]" --toc-depth 1'
5352
rm ${filename}.md
5453
popd >/dev/null
5554
else

docs/API/MSP_extensions.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Unassigned slots have rangeStartStep == rangeEndStep. Each element contains the
2323

2424
| Data | Type | Notes |
2525
|------|------|-------|
26-
| permanentId | uint8 | See Modes.md for a definition of the permanent ids |
26+
| permanentId | uint8 | See [Modes in the wiki](https://github.com/iNavFlight/inav/wiki/Modes) for a definition of the permanent ids |
2727
| auxChannelIndex | uint8 | The Aux switch number (indexed from 0) |
2828
| rangeStartStep | uint8 | The start value for this element in 'blocks' of 25 where 0 == 900 and 48 == 2100 |
2929
| rangeEndStep | uint8 | The end value for this element in 'blocks' of 25 where 0 == 900 and 48 == 2100 |
@@ -45,7 +45,7 @@ sending this message for all auxiliary slots.
4545
| Data | Type | Notes |
4646
|------|------|-------|
4747
| sequence id | uint8 | A monotonically increasing ID, from 0 to the number of slots -1 |
48-
| permanentId | uint8 | See Modes.md for a definition of the permanent ids |
48+
| permanentId | uint8 | See [Modes in the wiki](https://github.com/iNavFlight/inav/wiki/Modes) for a definition of the permanent ids |
4949
| auxChannelIndex | uint8 | The Aux channel number (indexed from 0) |
5050
| rangeStartStep | uint8 | The start value for this element in 'blocks' of 25 where 0 == 900 and 48 == 2100 |
5151
| rangeEndStep | uint8 | The end value for this element in 'blocks' of 25 where 0 == 900 and 48 == 2100 |
@@ -157,5 +157,5 @@ INAV.
157157

158158
See also
159159
--------
160-
Modes.md describes the user visible implementation for the INAV
160+
[The wiki](https://github.com/iNavFlight/inav/wiki/Modes) describes the user visible implementation for the INAV
161161
modes extension.

docs/Getting Started.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Now, there are two ways to [configure CF](Configuration.md); via the Configurat
7070
* Verify the range of each channel goes from ~1000 to ~2000. See also [controls](Controls.md). and `rx_min_usec` and `rx_max_usec`.
7171
* You can also set EXPO here instead of your Tx.
7272
* Click Save!
73-
* Modes tab: Setup the desired modes. See the [modes](Modes.md) chapter for what each mode does, but for the beginning you mainly need HORIZON, if any.
73+
* Modes tab: Setup the desired modes. See the [Modes in the wiki](https://github.com/iNavFlight/inav/wiki/Modes) for what each mode does.
7474

7575
* Before finishing this section, you should calibrate the ESCs, install the FC to the frame, and connect the RSSI cable, buzzer and battery if you have chosen to use those.
7676

docs/Safety.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ As many can attest, multirotors and RC models in general can be very dangerous,
66

77
## Before Installing
88

9-
Please consult the [Cli](Cli.md), [Controls](Controls.md), [Failsafe](Failsafe.md) and [Modes](Modes.md)
9+
Please consult the [Cli](Cli.md), [Controls](Controls.md), [Failsafe](Failsafe.md) and [Modes](https://github.com/iNavFlight/inav/wiki/Modes)
1010
pages for further important information.
1111

1212
You are highly advised to use the Receiver tab in the INAV Configurator, making sure your Rx channel

0 commit comments

Comments
 (0)