Skip to content

Commit 6aa0e0c

Browse files
committed
fix(linux): Fix broken link to MMC u-boot docs
This fixes broken link in eMMC How-to guides for MMC u-boot docs. Signed-off-by: Judith Mendez <jm@ti.com>
1 parent 56be839 commit 6aa0e0c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

source/linux/How_to_Guides/Target/How_to_emmc_boot.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ booting from eMMC boot1.
232232
233233
Where <dev> is MMC device index.
234234

235-
- For more information on these commands, please go `here <https://docs.u-boot.org/en/latest/usage/cmd/mmc.html//>`__.
235+
- For more information on these commands, please go `here <https://docs.u-boot.org/en/latest/usage/cmd/mmc.html>`__.
236236

237237
**Boot from Boot0**
238238

@@ -263,7 +263,7 @@ Where <dev> is MMC device index.
263263
.. warning::
264264

265265
This is a write-once field. For more information, please refer to the u-boot
266-
doc found `here <https://docs.u-boot.org/en/latest/usage/cmd/mmc.html//>`__.
266+
doc found `here <https://docs.u-boot.org/en/latest/usage/cmd/mmc.html>`__.
267267

268268
**U-boot environment**
269269

source/linux/How_to_Guides/Target/How_to_mmcsd_boot_emmc_uda.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Set using the :command:`mmc bootbus` and :command:`mmc partconf` commands. Go to
9191
9292
Where <dev> is MMC device index.
9393

94-
- For more information on these commands, please go `here <https://docs.u-boot.org/en/latest/usage/cmd/mmc.html//>`__.
94+
- For more information on these commands, go `here <https://docs.u-boot.org/en/latest/usage/cmd/mmc.html>`__.
9595

9696
**Boot from UDA**
9797

@@ -115,7 +115,7 @@ Where <dev> is MMC device index.
115115
.. warning::
116116

117117
This is a write-once field. For more information, please refer to the u-boot
118-
doc found `here <https://docs.u-boot.org/en/latest/usage/cmd/mmc.html//>`__.
118+
doc found `here <https://docs.u-boot.org/en/latest/usage/cmd/mmc.html>`__.
119119

120120
**U-boot environment**
121121

0 commit comments

Comments
 (0)