From 580f481d2ac4966ddb5fb7be947f21bfef250031 Mon Sep 17 00:00:00 2001 From: sabiwara Date: Thu, 6 Jun 2024 07:58:36 +0900 Subject: [PATCH] Add links to view source in docs --- mix.exs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mix.exs b/mix.exs index 35e453c..b30d695 100644 --- a/mix.exs +++ b/mix.exs @@ -35,6 +35,8 @@ defmodule Waffle.Mixfile do defp docs do [ main: "Waffle", + source_ref: "v#{@version}", + source_url: "https://github.com/elixir-waffle/waffle", extras: [ "documentation/examples/local.md", "documentation/examples/s3.md",