Skip to content

Commit

Permalink
[docs] Fix 414 HTTP issue (#9635)
Browse files Browse the repository at this point in the history
We have done quite some iteration on this issue.
We should be in a good shape now.
I think that it would be good in the future to add a link
toward a different online editor.

@lukePeavey I haven't ported your image replacement logic.
I couldn't find it. Feel free to submit a pull-request
to add it in the future :).

Closes #9474
  • Loading branch information
oliviertassinari authored Dec 27, 2017
1 parent c40308d commit c770839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/modules/components/Demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ if (rootElement) {
ref={node => {
this.codesandboxForm = node;
}}
method="get"
method="post"
action="https://codesandbox.io/api/v1/sandboxes/define"
target="_blank"
>
Expand Down

1 comment on commit c770839

@lukePeavey
Copy link
Contributor

Choose a reason for hiding this comment

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

@oliviertassinari I'll submit a PR with image replace

Please sign in to comment.