Skip to content

Commit

Permalink
Update lib/phoenix/verified_routes.ex
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim authored Feb 1, 2025
1 parent ac0cb24 commit b0ff724
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/phoenix/verified_routes.ex
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,8 @@ defmodule Phoenix.VerifiedRoutes do
end
Finally, for even more complex use cases, where the whole URL needs to localized,
see projects such as [Routex](https://github.com/BartOtten/routex) and
[CLDR.Routes](https://github.com/elixir-cldr/cldr_routes).
see projects such as [`routex`](https://github.com/BartOtten/routex) and
[`ex_cldr_routes`](https://github.com/elixir-cldr/cldr_routes).
'''
@doc false
defstruct router: nil,
Expand Down

0 comments on commit b0ff724

Please sign in to comment.