Skip to content

Commit 076354e

Browse files
authored
Update lib/phoenix/verified_routes.ex
1 parent 9106169 commit 076354e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/phoenix/verified_routes.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,8 @@ defmodule Phoenix.VerifiedRoutes do
179179
end
180180
181181
Finally, for even more complex use cases, where the whole URL needs to localized,
182-
see projects such as [`routex`](https://github.com/BartOtten/routex) and
183-
[`ex_cldr_routes`](https://github.com/elixir-cldr/cldr_routes).
182+
see projects such as [`routex`](https://hex.pm/packages/routex) and
183+
[`ex_cldr_routes`](https://hex.pm/packages/cldr_routes).
184184
'''
185185
@doc false
186186
defstruct router: nil,

0 commit comments

Comments
 (0)