Closed adamu closed 9 months ago
Fix the source links, which are currently broken because rebar3_ex_doc assumes the git tags are prefixed with v by default.
rebar3_ex_doc
Example: https://hexdocs.pm/gen_smtp/1.2.0/readme.html links to: https://github.com/gen-smtp/gen_smtp/blob/v1.2.0/README.md#L1 but it should be: https://github.com/gen-smtp/gen_smtp/blob/1.2.0/README.md#L1.
Thanks!
Fix the source links, which are currently broken because
rebar3_ex_doc
assumes the git tags are prefixed with v by default.Example: https://hexdocs.pm/gen_smtp/1.2.0/readme.html links to: https://github.com/gen-smtp/gen_smtp/blob/v1.2.0/README.md#L1 but it should be: https://github.com/gen-smtp/gen_smtp/blob/1.2.0/README.md#L1.