From ece95c18c08b984c54a564bba930e33f77e64a2e Mon Sep 17 00:00:00 2001 From: Jason S Date: Thu, 6 Jul 2023 13:28:50 -0500 Subject: [PATCH] Update mix.exs This leads to a broken link on hexdocs https://hexdocs.pm/waffle_s3/Waffle%20S3.html --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 2151dc1..96d29e6 100644 --- a/mix.exs +++ b/mix.exs @@ -34,7 +34,7 @@ defmodule Waffle.Storage.S3.Mixfile do defp docs do [ - main: "Waffle S3", + main: "Waffle.Storage.S3", extras: [ "documentation/examples/s3.md" ]