Skip to content

Commit

Permalink
Merge pull request #6 from stephenmoloney/fix/docs
Browse files Browse the repository at this point in the history
Fix for links in hex docs
  • Loading branch information
stephenmoloney authored Feb 11, 2019
2 parents 1584f89 + 5d9cbcd commit 367fe15
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v2.0.1

- Fix broken links on hex docs

## v2.0.0

- Relax the requirements for `scrivener_ecto` to allow 1.x and 2.x
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Scrivener.List [![Build Status](https://travis-ci.org/stephenmoloney/scrivener_list.svg)](https://travis-ci.org/stephenmoloney/scrivener_list) [![Hex Version](http://img.shields.io/hexpm/v/scrivener_list.svg?style=flat)](https://hex.pm/packages/scrivener_list) [![Hex docs](http://img.shields.io/badge/hex.pm-docs-green.svg?style=flat)](https://hexdocs.pm/scrivener_list)
# Scrivener.List
[![Build Status](https://travis-ci.org/stephenmoloney/scrivener_list.svg)](https://travis-ci.org/stephenmoloney/scrivener_list)
[![Hex Version](http://img.shields.io/hexpm/v/scrivener_list.svg?style=flat)](https://hex.pm/packages/scrivener_list)
[![Hex docs](http://img.shields.io/badge/hex.pm-docs-green.svg?style=flat)](https://hexdocs.pm/scrivener_list)

[Scrivener.List](https://hex.pm/packages/scrivener_list) is a Scrivener compatible extension that
allows the pagination of a list of elements.
Expand Down
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
defmodule Scrivener.List.Mixfile do
use Mix.Project
@version "2.0.0"
@version "2.0.1"
@name "Scrivener.List"
@source_url "https://github.com/stephenmoloney/scrivener_list"
@homepage_url "https://hexdocs.pm/scrivener_list"
Expand Down Expand Up @@ -59,7 +59,7 @@ defmodule Scrivener.List.Mixfile do

defp docs do
[
main: "README.md",
main: "readme",
extra_section: "Scrivener.List",
extras: [
"README.md": [path: "README.md", title: "Scrivener.List"]
Expand Down

0 comments on commit 367fe15

Please sign in to comment.