Skip to content

Commit

Permalink
Merge pull request #26 from xtian/patch-1
Browse files Browse the repository at this point in the history
Navigation.pushUrl: Fix doc links to Url package
  • Loading branch information
evancz authored Sep 9, 2018
2 parents de28e79 + 25851b9 commit 3b02034
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Browser/Navigation.elm
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,12 @@ type Key = Key
This will add a new entry to the browser history.
Check out the [`elm/url`][url] package for help building URLs. The
[`Url.absolute`][abs] and [`Url.relative`][rel] functions can be particularly
handy!
[`Url.Builder.absolute`][abs] and [`Url.Builder.relative`][rel] functions can
be particularly handy!
[url]: /packages/elm/url/latest
[abs]: /packages/elm/url/latest/Url#absolute
[rel]: /packages/elm/url/latest/Url#relative
[abs]: /packages/elm/url/latest/Url-Builder#absolute
[rel]: /packages/elm/url/latest/Url-Builder#relative
**Note:** If the user has gone `back` a few pages, there will be “future
pages” that the user can go `forward` to. Adding a new URL in that
Expand Down

0 comments on commit 3b02034

Please sign in to comment.