Skip to content

Commit

Permalink
Drop prefix from docs source ref (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcrumm authored Apr 11, 2024
1 parent ac556d6 commit bc02861
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 @@ -69,7 +69,7 @@ defmodule LoggerJSON.Mixfile do
],
main: "readme",
source_url: @source_url,
source_ref: "v#{@version}",
source_ref: @version,
formatters: ["html"]
]
end
Expand Down

0 comments on commit bc02861

Please sign in to comment.