Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update codesandbox URL #3206

Merged
merged 1 commit into from
Dec 3, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ If you rely heavily on mobile interactions and are looking for a mobile-first UI

[**View the full documentation ▸**](http://blueprintjs.com/docs)

[**Try it out on CodeSandbox ▸**](https://codesandbox.io/s/rypm429574)
[**Try it out on CodeSandbox ▸**](https://codesandbox.io/s/nko3k41y60)

[**Read our FAQ on the wiki ▸**](https://github.com/palantir/blueprint/wiki/Frequently-Asked-Questions)

Expand Down
2 changes: 1 addition & 1 deletion packages/docs-app/src/components/welcome.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export class Welcome extends React.PureComponent {
<div className="blueprint-welcome">
<WelcomeCard href="#blueprint/getting-started" icon="star" title="Getting started" sameTab={true} />
<WelcomeCard href="https://github.com/palantir/blueprint" icon="git-repo" title="palantir/blueprint" />
<WelcomeCard href="https://codesandbox.io/s/rypm429574" icon="code-block" title="Code Sandbox" />
<WelcomeCard href="https://codesandbox.io/s/nko3k41y60" icon="code-block" title="Code Sandbox" />
<WelcomeCard
href="https://github.com/palantir/blueprint#contributing"
icon="git-merge"
Expand Down