Skip to content

Commit d367df5

Browse files
author
Andrey Okonetchnikov
committed
component-driven.io -> component-driven.dev
1 parent e62a293 commit d367df5

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

Readme.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This repository contains exercises for the **Design systems for React developers
66

77
_Before attending the workshop, please make sure you can run the code in this repository._
88

9-
**[Try the app](https://cdds.component-driven.io/), [view the style guide](https://cdds.component-driven.io/styleguide/), or [view the slides](https://cdds.component-driven.io/slides/).**
9+
**[Try the app](https://cdds.component-driven.dev/), [view the style guide](https://cdds.component-driven.dev/styleguide/), or [view the slides](https://cdds.component-driven.dev/slides/).**
1010

1111
## Prerequisites
1212

@@ -64,4 +64,10 @@ Or:
6464

6565
[Artem Sapegin](http://sapegin.me), [Andrey Okonetchnikov](http://okonet.ru/) and [contributors](https://github.com/component-driven/component-driven-development/graphs/contributors).
6666

67-
This material is available for private, non-commercial use under the Creative Commons Attribution-NonCommercial 4.0 license. If you would like to use this material to conduct your own workshop, please contact us at hi@component-driven.io.
67+
This material is available for private, non-commercial use under the Creative Commons Attribution-NonCommercial 4.0 license. If you would like to use this material to conduct your own workshop, please contact us at hi@component-driven.dev.
68+
69+
## Credits
70+
71+
Icons: [Ionicons](https://ionicons.com/), [Font Awesome](https://fontawesome.com/), [Ilya Kolbin](https://thenounproject.com/kolbin.ia/), [Denis Sazhin](https://thenounproject.com/iconka/).
72+
73+
Photos: [Unsplash](https://unsplash.com/), [Artem Sapegin](http://morning.photos/).

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.1.0",
44
"private": true,
55
"license": "CC BY-NC 4.0",
6-
"homepage": "https://cdds.component-driven.io",
6+
"homepage": "https://cdds.component-driven.dev",
77
"scripts": {
88
"validate": "node scripts/setup.js",
99
"start": "run-p app exercises styleguide",

slides/cdds.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1325,7 +1325,7 @@ export const Box = styled.div(
13251325
src={'/assets/component-driven.svg'}
13261326
alt="Component-driven Logo"
13271327
caption={
1328-
<a href="https://component-driven.io">https://component-driven.io</a>
1328+
<a href="https://component-driven.dev">https://component-driven.dev</a>
13291329
}
13301330
/>
13311331

0 commit comments

Comments
 (0)