Skip to content

Commit bed10e2

Browse files
authored
Fix links to source code from documentation (#241)
The project uses GitHub tags like v1.4.1 for @Version 1.4.1, so correcting the `source_ref` makes for working links. The `v#{@Version}` pattern seems to be used by many projects (from a biased sample of what I happen to have in my disk at the moment).
1 parent 1f5ee7d commit bed10e2

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
],
5151
main: "readme",
5252
source_url: @source_url,
53-
source_ref: @version,
53+
source_ref: "v#{@version}",
5454
formatters: ["html"]
5555
]
5656
end

0 commit comments

Comments
 (0)