Skip to content

Commit 0d70581

Browse files
committed
Fixed the external link to a new tab (LOLIN boards)
Moved links to the botton
1 parent 90c01da commit 0d70581

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

Diff for: docs/source/boards/boards.rst

+10-2
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ Add here the third party boards, listed by vendors.
8484
LOLIN
8585
*****
8686

87-
* `LOLIN D32 <https://www.wemos.cc/en/latest/d32/d32.html>`_
88-
* `LOLIN D32 Pro <https://www.wemos.cc/en/latest/d32/d32_pro.html>`_
87+
* |board_lolin_d32|
88+
* |board_lolin_d32_pro|
8989

9090
Generic Vendor
9191
**************
@@ -110,3 +110,11 @@ Resources
110110
.. _ESP32 Datasheet: https://www.espressif.com/sites/default/files/documentation/esp32_datasheet_en.pdf
111111
.. _ESP32-S2 Datasheet: https://www.espressif.com/sites/default/files/documentation/esp32-s2_datasheet_en.pdf
112112
.. _ESP32-C3 Datasheet: https://www.espressif.com/sites/default/files/documentation/esp32-c3_datasheet_en.pdf
113+
114+
.. |board_lolin_d32| raw:: html
115+
116+
<a href="https://www.wemos.cc/en/latest/d32/d32.html" target="_blank">LOLIN D32</a>
117+
118+
.. |board_lolin_d32_pro| raw:: html
119+
120+
<a href="https://www.wemos.cc/en/latest/d32/d32_pro.html" target="_blank">LOLIN D32 Pro</a>

0 commit comments

Comments
 (0)