Skip to content

Commit

Permalink
Fix source links in docs (#187)
Browse files Browse the repository at this point in the history
Copied this setup and noticed this :)
  • Loading branch information
EddieWhi authored Nov 6, 2023
1 parent fa94e68 commit 12d5e44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ defmodule PrimaAuth0Ex.MixProject do
],
main: "readme",
source_url: @source_url,
source_ref: "v#{@version}",
source_ref: @version,
formatters: ["html"]
]
end
Expand Down

0 comments on commit 12d5e44

Please sign in to comment.