-
Notifications
You must be signed in to change notification settings - Fork 705
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
Fix #1970 #1971
Fix #1970 #1971
Conversation
Updated to use new Gists (URLs changed to dart.dev)
src/_tutorials/web/fetch-data.md
Outdated
@@ -414,7 +414,7 @@ and loads the file. | |||
|
|||
**Try it!** Click **Run** and then click the **Get portmanteaux** button. | |||
|
|||
{% comment %} https://gist.github.com/chalin/6b76bce8d46986e624f4e82925c48287 {% endcomment %} | |||
{% comment %} https://gist.github.com/kwalrath/70bb4db7bea44663206e7a9c111f31d2 {% endcomment %} | |||
<iframe | |||
src="{{site.dartpad-embed-html}}?id=6b76bce8d46986e624f4e82925c48287" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You need to update 6b76bce8d46986e624f4e82925c48287 in this line to be 70bb4db7bea44663206e7a9c111f31d2 instead.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oops Sorry I just saw the comment tag around that. Will update.
src/_tutorials/web/fetch-data.md
Outdated
@@ -470,7 +470,7 @@ and use the [send()][] method to make the request. | |||
This section rewrites the portmanteaux code to explicitly construct | |||
an HttpRequest object. | |||
|
|||
{% comment %} https://gist.github.com/chalin/c387e454cb751ab0632c68ccbbf94d12 {% endcomment %} | |||
{% comment %} https://gist.github.com/kwalrath/f8aa7310e96d359c5f68343c9ccba8ed {% endcomment %} | |||
<iframe | |||
src="{{site.dartpad-embed-html}}?id=c387e454cb751ab0632c68ccbbf94d12" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
c387e454cb751ab0632c68ccbbf94d12 -> f8aa7310e96d359c5f68343c9ccba8ed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
I've confirmed that it works in the staged version: https://kw-staging-dartlang-2.firebaseapp.com/tutorials/web/fetch-data#using-getString-function
Updated to use new Gists (URLs changed to dart.dev)