Skip to content

Commit

Permalink
update package links (v1.4 branch) (#592)
Browse files Browse the repository at this point in the history
- add link to v1.4 changelog
- add link to website
- better link name (github -> GitHub)
  • Loading branch information
jlgeering authored and benwilson512 committed Aug 6, 2018
1 parent 45196ac commit 18bab75
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion mix.exs
Expand Up @@ -37,7 +37,11 @@ defmodule Absinthe.Mixfile do
"Ben Wilson"
],
licenses: ["MIT"],
links: %{github: "https://github.com/absinthe-graphql/absinthe"}
links: %{
"Website": "https://absinthe-graphql.org",
"Changelog": "https://github.com/absinthe-graphql/absinthe/blob/v1.4/CHANGELOG.md",
"GitHub": "https://github.com/absinthe-graphql/absinthe"
}
]
end

Expand Down

0 comments on commit 18bab75

Please sign in to comment.