Nebo15 / sage

A dependency-free tool to run distributed transactions in Elixir, inspired by Sagas pattern.
MIT License
912 stars 40 forks source link

Docs cannot lead to source #64

Closed lud closed 3 years ago

lud commented 3 years ago

As :source_ref in mix.exs is set to "v#\{@version\}", links to source in hexdocs lead to that kind of URLs: https://github.com/Nebo15/sage/blob/v#{@version}/lib/sage.ex#L229

Now that would be an easy pull request but I guess there is a reason for the escaping.

AndrewDryga commented 3 years ago

@lud this is just copy-pasted issue from somewhere, please go ahead and submit a PR ❤️.

lud commented 3 years ago

Please review: https://github.com/Nebo15/sage/pull/65