Skip to content

Commit

Permalink
update sandbox URL (#3206)
Browse files Browse the repository at this point in the history
  • Loading branch information
giladgray committed Dec 3, 2018
1 parent 2f44a73 commit ab2d268
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

1 comment on commit ab2d268

@blueprint-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

update sandbox URL (#3206)

Previews: documentation | landing | table

Please sign in to comment.