Skip to content

Commit

Permalink
docs: update links
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Jun 15, 2020
1 parent dea6797 commit ec80c62
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/components/pages/home/explore.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const children = [
CodeSandbox
</Link>{' '}
/{' '}
<Link icon href='https://react.microlink.io'>
<Link icon href='https://sdk-react.microlink.io'>
Storybook
</Link>
</Text>
Expand All @@ -62,7 +62,7 @@ const children = [
CodeSandbox
</Link>{' '}
/{' '}
<Link icon href='https://vue.microlink.io'>
<Link icon href='https://sdk-vue.microlink.io'>
Storybook
</Link>
</Text>
Expand Down
2 changes: 1 addition & 1 deletion src/components/pages/meta/template.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ const Sdk = ({ domain, data }) => {
<Caps fontSize={0} children='Explore Docs' />
</Button>

<Link ml={3} href='https://storybook.microlink.io' icon>
<Link ml={3} href='https://sdk-react.microlink.io' icon>
<Caps fontWeight='regular' fontSize={0} children='See Examples' />
</Link>
</Box>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/blog/product-brief-3.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Also thanks to the [Puppeteer community](https://github.com/GoogleChrome/puppete
<Link href='/docs' children='Microlink SDK' /> now supports video
previsualizations.{' '}
<Link
href='https://storybook.microlink.io/?selectedKind=Normal&selectedStory=with%20video%20media&full=0&addons=1&stories=1&panelRight=0&addonPanel=kadira%2Fjsx%2Fpanel'
href='https://sdk-react.microlink.io/?selectedKind=Normal&selectedStory=with%20video%20media&full=0&addons=1&stories=1&panelRight=0&addonPanel=kadira%2Fjsx%2Fpanel'
children='Explore'
/>{' '}
the rest!
Expand Down

0 comments on commit ec80c62

Please sign in to comment.