Skip to content

Commit f90d89d

Browse files
committed
removed 'v' from link generation
1 parent b10e4ad commit f90d89d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ defmodule Mongodb.Mixfile do
5050
defp docs() do
5151
[main: "readme",
5252
extras: ["README.md"],
53-
source_ref: "v#{@version}",
53+
source_ref: "#{@version}",
5454
source_url: "https://github.com/zookzook/elixir-mongodb-driver"]
5555
end
5656

0 commit comments

Comments
 (0)