Skip to content

Fixed the external link to a new tab (LOLIN boards) #5571

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 23, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions docs/source/boards/boards.rst
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ Add here the third party boards, listed by vendors.
LOLIN
*****

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

Generic Vendor
**************
Expand All @@ -110,3 +110,11 @@ Resources
.. _ESP32 Datasheet: https://www.espressif.com/sites/default/files/documentation/esp32_datasheet_en.pdf
.. _ESP32-S2 Datasheet: https://www.espressif.com/sites/default/files/documentation/esp32-s2_datasheet_en.pdf
.. _ESP32-C3 Datasheet: https://www.espressif.com/sites/default/files/documentation/esp32-c3_datasheet_en.pdf

.. |board_lolin_d32| raw:: html

<a href="https://www.wemos.cc/en/latest/d32/d32.html" target="_blank">LOLIN D32</a>

.. |board_lolin_d32_pro| raw:: html

<a href="https://www.wemos.cc/en/latest/d32/d32_pro.html" target="_blank">LOLIN D32 Pro</a>