Skip to content

Commit

Permalink
cleanup docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jjcarstens committed Aug 9, 2021
1 parent 3af068a commit e5d4c06
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Here's what's known:

## Getting started

See the [examples](examples) for the time being.
See the [examples](https://github.com/blue-heron/blue_heron/examples) for the time being.

## Transports

Expand Down
7 changes: 6 additions & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,12 @@ defmodule BlueHeron.MixProject do

defp docs() do
[
extras: ["README.md", "CHANGELOG.md"],
extras: [
"README.md",
"CHANGELOG.md",
NOTICE: [title: "Notice"],
LICENSE: [title: "License"]
],
main: "readme",
source_ref: "v#{@version}",
source_url: @source_url,
Expand Down

0 comments on commit e5d4c06

Please sign in to comment.