Skip to content

Commit bdb02aa

Browse files
authored
docs: docs housekeeping (#740)
1 parent 1608f9f commit bdb02aa

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

mix.exs

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,10 @@ defmodule Tesla.Mixfile do
3737
[
3838
maintainers: ["Tymon Tobolski"],
3939
licenses: ["MIT"],
40-
links: %{"GitHub" => "https://github.com/elixir-tesla/tesla"}
40+
links: %{
41+
"GitHub" => @source_url,
42+
"Changelog" => "#{@source_url}/blob/master/CHANGELOG.md"
43+
}
4144
]
4245
end
4346

@@ -101,9 +104,9 @@ defmodule Tesla.Mixfile do
101104
extras:
102105
[
103106
"README.md",
104-
"LICENSE"
107+
LICENSE: [title: "License"]
105108
# TODO: add CHANGELOG.md
106-
# "CHANGELOG.md"
109+
# "CHANGELOG.md": [title: "Changelog"]
107110
] ++ Path.wildcard("guides/**/*.{cheatmd,md}"),
108111
groups_for_extras: [
109112
Explanations: ~r"/explanations/",

0 commit comments

Comments
 (0)