diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index ed71a5ba6a..16d31085ff 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -21,7 +21,7 @@ about: Create a report to help us improve orbit-components ## Steps to Reproduce - + 1. 2. 3. 4. diff --git a/docs/src/documentation/01-getting-started/02-for-developers.mdx b/docs/src/documentation/01-getting-started/02-for-developers.mdx index 2cdaeb866e..861114c9ea 100644 --- a/docs/src/documentation/01-getting-started/02-for-developers.mdx +++ b/docs/src/documentation/01-getting-started/02-for-developers.mdx @@ -57,7 +57,7 @@ See [more info about the Orbit provider](/utilities/orbit-provider/). For a live preview, check out our [Storybook](https://kiwicom.github.io/orbit/) or [orbit.kiwi](https://orbit.kiwi). -You can also try `orbit-components` live on [CodeSandbox](https://codesandbox.io/s/github/designkiwicom/orbit-sandbox). +You can also try `orbit-components` directly on our [Playground](https://orbit.kiwi/playground/). ## Typescript diff --git a/packages/orbit-components/README.md b/packages/orbit-components/README.md index 9fd89b9f24..22dc796967 100644 --- a/packages/orbit-components/README.md +++ b/packages/orbit-components/README.md @@ -42,7 +42,7 @@ or do so with [Yarn](https://yarnpkg.com/): For a live preview, check out our [Storybook](https://kiwicom.github.io/orbit/) or [orbit.kiwi](https://orbit.kiwi). -You can also try `orbit-components` live on [CodeSandbox](https://codesandbox.io/s/github/designkiwicom/orbit-sandbox). +You can also try `orbit-components` directly on our [Playground](https://orbit.kiwi/playground/). ## Contributing diff --git a/readme.md b/readme.md index d4abfc50b8..57432c15d1 100644 --- a/readme.md +++ b/readme.md @@ -63,7 +63,7 @@ If you want to use custom theme inside your project, it's necessary to wrap your For live preview check out [Storybook](https://kiwicom.github.io/orbit/) or [orbit.kiwi](https://orbit.kiwi). -You can also try `orbit-components` live on [CodeSandbox](https://codesandbox.io/s/github/designkiwicom/orbit-sandbox). +You can also try `orbit-components` directly on our [Playground](https://orbit.kiwi/playground/). ## Documentation