From 39416d0810fada52021ee0f0508201477cb4feb3 Mon Sep 17 00:00:00 2001 From: Max Veytsman Date: Wed, 21 Sep 2022 11:42:00 -0400 Subject: [PATCH] Fix link in docs --- lib/heroicons.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/heroicons.ex b/lib/heroicons.ex index a787aae..d4b5395 100644 --- a/lib/heroicons.ex +++ b/lib/heroicons.ex @@ -1,6 +1,6 @@ defmodule Heroicons do @moduledoc """ - Provides precompiled icon compiles from [heroicons.com v2.0.11](heroicons.com). + Provides precompiled icon compiles from [heroicons.com v2.0.11](https://heroicons.com). Heroicons are designed by [Steve Schoger](https://twitter.com/steveschoger)