Skip to content

Commit a51ad18

Browse files
committed
fix broken link in docs
Prior to this commit, the documenation hosted at hexdocs.pm would render the wrong link for the heroicons website because the markup was lacking the protocol scheme, which would cause the link to be interpreted as a relative link to https://hexdocs.pm/heroicons/heroicons.com rather than one out to https://heroicons.com. This commit fixes both the generated `lib/heroicons.ex` and the source `assets/heroicons.exs`.
1 parent afb57ff commit a51ad18

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

assets/heroicons.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
defmodule Heroicons do
22
@moduledoc """
3-
Provides precompiled icon compiles from [heroicons.com v<%= @vsn %>](heroicons.com).
3+
Provides precompiled icon compiles from [heroicons.com v<%= @vsn %>](https://heroicons.com).
44
55
Heroicons are designed by [Steve Schoger](https://twitter.com/steveschoger)
66

lib/heroicons.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
defmodule Heroicons do
22
@moduledoc """
3-
Provides precompiled icon compiles from [heroicons.com v2.1.5](heroicons.com).
3+
Provides precompiled icon compiles from [heroicons.com v2.1.5](https://heroicons.com).
44

55
Heroicons are designed by [Steve Schoger](https://twitter.com/steveschoger)
66

0 commit comments

Comments
 (0)