Skip to content

Commit

Permalink
fix version links
Browse files Browse the repository at this point in the history
  • Loading branch information
doughsay committed Oct 15, 2020
1 parent 4ca0c94 commit 909643c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ defmodule IS31FL3733.MixProject do
licenses: ["MIT"],
links: %{
"GitHub" => @source_url,
"Readme" => "#{@source_url}/blob/#{@version}/README.md"
"Readme" => "#{@source_url}/blob/v#{@version}/README.md"
}
]
end

defp docs do
[
source_ref: @version,
source_ref: "v#{@version}",
source_url: @source_url,
extras: [
"README.md": [title: "README"],
Expand Down

0 comments on commit 909643c

Please sign in to comment.