diff --git a/help/nomenclature.md b/help/nomenclature.md index 6c21393..b95cd01 100644 --- a/help/nomenclature.md +++ b/help/nomenclature.md @@ -1 +1,3 @@ # Nomenclature + +Work in Progress diff --git a/help/walkthrough.md b/help/walkthrough.md index d7e552b..f3305ad 100644 --- a/help/walkthrough.md +++ b/help/walkthrough.md @@ -1 +1,3 @@ # Walkthrough + +Work in Progress diff --git a/mix.exs b/mix.exs index cfb6f74..2b27b4a 100644 --- a/mix.exs +++ b/mix.exs @@ -74,8 +74,8 @@ defmodule Rummage.Ecto.Mixfile do source_url: @url, extras: ["README.md", "CHANGELOG.md", - "docs/Nomenclature.md", - "docs/Walkthrough.md"], + "help/nomenclature.md", + "help/walkthrough.md"], source_ref: "v#{@version}" ] end