From 21c3e247a68ba524575eeed39539e654f499bfdf Mon Sep 17 00:00:00 2001 From: Adam Millerchip Date: Wed, 28 Feb 2024 01:04:37 +0900 Subject: [PATCH] Fix docs source links (#330) --- rebar.config | 1 + 1 file changed, 1 insertion(+) diff --git a/rebar.config b/rebar.config index 57b5d57..13dcea9 100644 --- a/rebar.config +++ b/rebar.config @@ -76,6 +76,7 @@ {ex_doc, [ {source_url, <<"https://github.com/gen-smtp/gen_smtp">>}, + {prefix_ref_vsn_with_v, false}, {extras, [ {'README.md', #{title => "Overview"}}, {'LICENSE', #{title => "License"}}