Skip to content

Commit 75b6c82

Browse files
committed
website: update contributors url error.
1 parent 9c243b5 commit 75b6c82

File tree

22 files changed

+22
-22
lines changed

22 files changed

+22
-22
lines changed

packages/color-alpha/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ interface PointerProps extends React.HTMLAttributes<HTMLDivElement> {
8888

8989
As always, thanks to our amazing contributors!
9090

91-
<a href="https://uiwjs.github.io/react-color/graphs/contributors">
91+
<a href="https://github.com/uiwjs/react-color/graphs/contributors">
9292
<img src="https://uiwjs.github.io/react-color/coverage/CONTRIBUTORS.svg" />
9393
</a>
9494

packages/color-block/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export default Block;
5959

6060
As always, thanks to our amazing contributors!
6161

62-
<a href="https://uiwjs.github.io/react-color/graphs/contributors">
62+
<a href="https://github.com/uiwjs/react-color/graphs/contributors">
6363
<img src="https://uiwjs.github.io/react-color/coverage/CONTRIBUTORS.svg" />
6464
</a>
6565

packages/color-chrome/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ export default Chrome;
147147

148148
As always, thanks to our amazing contributors!
149149

150-
<a href="https://uiwjs.github.io/react-color/graphs/contributors">
150+
<a href="https://github.com/uiwjs/react-color/graphs/contributors">
151151
<img src="https://uiwjs.github.io/react-color/coverage/CONTRIBUTORS.svg" />
152152
</a>
153153

packages/color-circle/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export default Circle;
8989

9090
As always, thanks to our amazing contributors!
9191

92-
<a href="https://uiwjs.github.io/react-color/graphs/contributors">
92+
<a href="https://github.com/uiwjs/react-color/graphs/contributors">
9393
<img src="https://uiwjs.github.io/react-color/coverage/CONTRIBUTORS.svg" />
9494
</a>
9595

packages/color-colorful/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ export default Colorful;
9696

9797
As always, thanks to our amazing contributors!
9898

99-
<a href="https://uiwjs.github.io/react-color/graphs/contributors">
99+
<a href="https://github.com/uiwjs/react-color/graphs/contributors">
100100
<img src="https://uiwjs.github.io/react-color/coverage/CONTRIBUTORS.svg" />
101101
</a>
102102

packages/color-compact/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ export default Compact;
9191

9292
As always, thanks to our amazing contributors!
9393

94-
<a href="https://uiwjs.github.io/react-color/graphs/contributors">
94+
<a href="https://github.com/uiwjs/react-color/graphs/contributors">
9595
<img src="https://uiwjs.github.io/react-color/coverage/CONTRIBUTORS.svg" />
9696
</a>
9797

packages/color-convert/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ export declare const validHex: (hex: string) => hex is HexColor;
330330

331331
As always, thanks to our amazing contributors!
332332

333-
<a href="https://uiwjs.github.io/react-color/graphs/contributors">
333+
<a href="https://github.com/uiwjs/react-color/graphs/contributors">
334334
<img src="https://uiwjs.github.io/react-color/coverage/CONTRIBUTORS.svg" />
335335
</a>
336336

packages/color-editable-input-hsla/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export default EditableInputHSLA;
5959

6060
As always, thanks to our amazing contributors!
6161

62-
<a href="https://uiwjs.github.io/react-color/graphs/contributors">
62+
<a href="https://github.com/uiwjs/react-color/graphs/contributors">
6363
<img src="https://uiwjs.github.io/react-color/coverage/CONTRIBUTORS.svg" />
6464
</a>
6565

packages/color-editable-input-rgba/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export default EditableInputRGBA;
6464

6565
As always, thanks to our amazing contributors!
6666

67-
<a href="https://uiwjs.github.io/react-color/graphs/contributors">
67+
<a href="https://github.com/uiwjs/react-color/graphs/contributors">
6868
<img src="https://uiwjs.github.io/react-color/coverage/CONTRIBUTORS.svg" />
6969
</a>
7070

packages/color-editable-input/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export default EditableInput;
6060

6161
As always, thanks to our amazing contributors!
6262

63-
<a href="https://uiwjs.github.io/react-color/graphs/contributors">
63+
<a href="https://github.com/uiwjs/react-color/graphs/contributors">
6464
<img src="https://uiwjs.github.io/react-color/coverage/CONTRIBUTORS.svg" />
6565
</a>
6666

0 commit comments

Comments
 (0)