Commit 2e6533bac9073188e55182efa1c9e552d32256b5

Stephen Moloney 2016-06-09T15:12:19

api reference

diff --git a/README.md b/README.md
index 8cd7dd5..fa6e402 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ To use the Openstack components of the OVH API, see [Openstex](https://github.co
 
 ## Documentation
 
-- [See Hex Docs](https://hexdocs.pm/ex_ovh)
+- [See Hex Docs](https://hexdocs.pm/ex_ovh/0.1.1/api-reference.html)
 
 ## Getting started
 
diff --git a/mix.exs b/mix.exs
index c562d16..b894d3c 100644
--- a/mix.exs
+++ b/mix.exs
@@ -56,7 +56,7 @@ defmodule ExOvh.Mixfile do
 
   defp docs() do
     [
-    main: @version <> "/api-reference.html",
+    main: "api-reference",
     extras: [
              "docs/mix_task_advanced.md": [path: "mix_task_advanced.md", title: "Step 1: Generating the OVH application (Optional)"],
              "docs/getting_started_advanced.md": [path: "getting_started_advanced.md", title: "Step 2: Setting up client(s)"]