From dc9f46795707d08337888295b7658916534c26df Mon Sep 17 00:00:00 2001 From: "Elain T." Date: Thu, 9 Jan 2025 15:58:27 -0500 Subject: [PATCH] docs(design): update bad links in markdown files (#3414) --- libs/design/media-gallery/README.md | 4 ++-- libs/design/navbar/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/design/media-gallery/README.md b/libs/design/media-gallery/README.md index 2e580d7bb8..17cb413bc5 100644 --- a/libs/design/media-gallery/README.md +++ b/libs/design/media-gallery/README.md @@ -46,7 +46,7 @@ export class CustomComponentModule { } > This method is deprecated. It's recommended to update all custom components to standalone. ## Thumbnail -`[daffThumbnail]` should be used as a directive with ``. [View Image Documentation](/libs/design/src/atoms/image/README.md) +`[daffThumbnail]` should be used as a directive with ``. [View Image Documentation](/libs/design/image/README.md) It should never be used as a standalone component. The first thumbnail is selected by default and dynamically rendered as the primary image by utilizing the `` component. The selected thumbnail can be controlled by the enduser, and the position of the list of thumbnails is dependent on the screen size. @@ -60,4 +60,4 @@ The thumbnail dimension is set to `80x80` pixels, so the recommended aspect rati ## Accessibility -Accessibility considerations for media gallery is handled by the `DaffImageComponent`. The `alt` attribute must be defined in ``. It specifies an alternate text for an image. An error will appear if it's not defined. This is important because it allows screen readers to describe what's in the image for visually impaired people. [View Image Documentation](/libs/design/src/atoms/image/README.md) \ No newline at end of file +Accessibility considerations for media gallery is handled by the `DaffImageComponent`. The `alt` attribute must be defined in ``. It specifies an alternate text for an image. An error will appear if it's not defined. This is important because it allows screen readers to describe what's in the image for visually impaired people. [View Image Documentation](/libs/design/image/README.md) \ No newline at end of file diff --git a/libs/design/navbar/README.md b/libs/design/navbar/README.md index ea32aab141..b155bddcaa 100644 --- a/libs/design/navbar/README.md +++ b/libs/design/navbar/README.md @@ -56,7 +56,7 @@ Supported colors: `primary | secondary | tertiary | black | white | theme | them ## Contained Navbar -A navbar can be contained to a specific width by using the [Container](/libs/design/src/atoms/container/README.md) component. The layout styles set on the navbar will automatically be passed down to the container. +A navbar can be contained to a specific width by using the [Container](/libs/design/container/README.md) component. The layout styles set on the navbar will automatically be passed down to the container.