diff --git a/README.md b/README.md index f8565c2..d7db112 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ _If you are having problems, view `README_INSTALL.md` for manual instructions._ ```elixir def deps do - [{:thesis, "~> 0.0.27"}] + [{:thesis, "~> 0.0.28"}] end def application do diff --git a/README_INSTALL.md b/README_INSTALL.md index f6c0093..fb40133 100644 --- a/README_INSTALL.md +++ b/README_INSTALL.md @@ -6,7 +6,7 @@ For automatic setup, see `README.md`. ```elixir def deps do - [{:thesis, "~> 0.0.27"}] + [{:thesis, "~> 0.0.28"}] end def application do diff --git a/doc/404.html b/doc/404.html index a7a5240..ed15bdb 100644 --- a/doc/404.html +++ b/doc/404.html @@ -5,9 +5,11 @@ -
Takes a URL and strips unnecessary characters
+Takes a URL and strips unnecessary characters.
+iex> Thesis.Utilities.normalize_url("http://infinite.red//ignite//foo")
+"http://infinite.red/ignite/foo"
+iex> Thesis.Utilities.normalize_url("https://infinite.red/ignite/foo/")
+"https://infinite.red/ignite/foo"
+
+