Skip to content

Commit 1ac7bfe

Browse files
committed
fix: links path
1 parent c2b3088 commit 1ac7bfe

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
UX Patterns for Developers is a free collection of UX patterns towards developers who want to understand how to build effective UI components accessible and usable.
44

5-
![Screenshot of the homepage ofUX Patterns for Devs](./public/img/ux-patterns-developers.webp)
5+
![Screenshot of the homepage ofUX Patterns for Devs](https://raw.githubusercontent.com/thedaviddias/ux-patterns-for-developers/refs/heads/main/public/img/ux-patterns-developers.webp)
66

77
> [!NOTE]
88
> This project is a work in progress. New content and updates should be expected regularly.
@@ -73,7 +73,7 @@ pnpm run generate
7373

7474
## ✨ Contributors
7575

76-
You are welcome to contribute to this project! Please read the [CONTRIBUTING.md](https://github.com/thedaviddias/ux-patterns-for-developers/blob/main/.github/CONTRIBUTING.md).
76+
You are welcome to contribute to this project! Please read the [CONTRIBUTING](https://github.com/thedaviddias/ux-patterns-for-developers/blob/main/.github/CONTRIBUTING.md).
7777

7878
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
7979
<!-- prettier-ignore-start -->

content/en/blog/announcing-ux-patterns-launch.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ We welcome contributions from the community! Whether you want to:
6464
- Fix bugs
6565
- Suggest improvements
6666

67-
Visit our [GitHub repository](https://github.com/thedaviddias/ux-patterns-for-developers/blob/main/.github/CONTRIBUTING) to learn how to contribute.
67+
Visit our [GitHub repository](https://github.com/thedaviddias/ux-patterns-for-developers/blob/main/.github/CONTRIBUTING.md) to learn how to contribute.
6868

6969
## What's Next
7070

lychee.toml

+7-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,10 @@ scheme = ["https"]
1717

1818
############################# Exclusions ##########################
1919
base = "https://github.com/thedaviddias/ux-patterns-for-developers/"
20-
exclude = ["https://caniuse.com"]
20+
exclude = [
21+
"https://caniuse.com",
22+
"../../../public/*",
23+
"/patterns/*",
24+
"https://github.com/public/*",
25+
" https://github.com/patterns/*"
26+
]

0 commit comments

Comments
 (0)