Skip to content

Commit 7babfc3

Browse files
committed
fix(linux): Fix broken links in MMC docs
This fixes broken link in eMMC How-to guides and UG-Memory-K3. Signed-off-by: Judith Mendez <jm@ti.com>
1 parent fc758c5 commit 7babfc3

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

source/linux/Foundational_Components/U-Boot/UG-Memory-K3.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ boot the device.
8383
.. note::
8484

8585
For eMMC, typically, the device ships without a partition table If there is a need to
86-
create a partition in UDA, please go :ref:`here <mmc-create-partitions-in-emmc-uda-from-linux>`
87-
and to format the partition go :ref:`here <mmc-formatting-mmc-partition-from-linux>` before
86+
create a partition in UDA, please go :ref:`here <mmc-create-partitions-in-emmc-linux>`
87+
and to format the partition go :ref:`here <mmc-format-partition-linux>` before
8888
proceeding.
8989

9090
To list disk partitions for any MMC device from u-boot prompt, use the

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)