diff --git a/src/pages/blog/announce/0.15.elm b/src/pages/blog/announce/0.15.elm index b3dd2e6ff..325050681 100644 --- a/src/pages/blog/announce/0.15.elm +++ b/src/pages/blog/announce/0.15.elm @@ -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! @@ -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: