Skip to content

Commit bddcf29

Browse files
doc/configuration: fix ubus/sysfs links
Signed-off-by: Bastian Krause <[email protected]>
1 parent 948ad80 commit bddcf29

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

doc/configuration.rst

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -263,8 +263,8 @@ Currently available are:
263263
Controls PoE switches using the PoE SNMP administration MiBs.
264264

265265
``ubus``
266-
Controls *PoE switches* running OpenWrt using the *ubus* interface.
267-
Further information available at <https://openwrt.org/docs/techref/ubus>
266+
Controls *PoE switches* running OpenWrt using the
267+
`ubus interface <https://openwrt.org/docs/techref/ubus>`__,
268268

269269
Used by:
270270
- `NetworkPowerDriver`_
@@ -2231,8 +2231,10 @@ GpioDigitalOutputDriver
22312231
~~~~~~~~~~~~~~~~~~~~~~~
22322232
The :any:`GpioDigitalOutputDriver` writes a digital signal to a GPIO line.
22332233

2234-
This driver configures GPIO lines via `the sysfs kernel interface <https://www.kernel.org/doc/html/latest/gpio/sysfs.html>`.
2235-
While the driver automatically exports the GPIO, it does not configure it in any other way than as an output.
2234+
This driver configures GPIO lines via
2235+
`the sysfs kernel interface <https://www.kernel.org/doc/html/latest/gpio/sysfs.html>`__.
2236+
While the driver automatically exports the GPIO, it does not configure it in
2237+
any other way than as an output.
22362238

22372239
Binds to:
22382240
gpio:

0 commit comments

Comments
 (0)