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

fix the broken links for the guide of tasks #720

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
4 changes: 2 additions & 2 deletions src/pages/blog/announce/0.15.elm
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ has a code base that is easier to refactor and debug!

[port]: http://guide.elm-lang.org/interop/javascript.html

To learn more about tasks, check out [the tutorial](/guide/reactivity#tasks) and then
To learn more about tasks, check out [the tutorial](https://guide.elm-lang.org/error_handling/task.html) and then
the [zip codes](/examples/zip-codes) and
[flickr](/examples/flickr) examples!

Expand Down Expand Up @@ -300,7 +300,7 @@ You provide an address and a value to send, creating a task. When that task is
performed, that value shows up at the corresponding mailbox. It’s kinda
like real mailboxes!

Check out [the task tutorial](/guide/reactivity#tasks) for more examples and
Check out [the task tutorial](https://guide.elm-lang.org/error_handling/task.html) for more examples and
explanation of mailboxes. For those of you with 0.14 code to upgrade, first
take a look at [the whole API][mailbox] to get a feel for it. The core concepts
are pretty much the same, so the changes are mostly find and replace:
Expand Down