Skip to content

Commit b0ff724

Browse files
authored
Update lib/phoenix/verified_routes.ex
1 parent ac0cb24 commit b0ff724

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/phoenix/verified_routes.ex

+2-2
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-
[CLDR.Routes](https://github.com/elixir-cldr/cldr_routes).
182+
see projects such as [`routex`](https://github.com/BartOtten/routex) and
183+
[`ex_cldr_routes`](https://github.com/elixir-cldr/cldr_routes).
184184
'''
185185
@doc false
186186
defstruct router: nil,

0 commit comments

Comments
 (0)