Skip to content

Commit

Permalink
Merge pull request #131 from henrythebuilder/docs
Browse files Browse the repository at this point in the history
Fix documentation url
  • Loading branch information
mattdeboard committed Oct 5, 2014
2 parents 272e937 + d88a5f9 commit a2db2d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions elixir-mode.el
Expand Up @@ -532,13 +532,13 @@ Optional argument ARGS-P ."
(defun elixir-mode-open-docs-master ()
"Elixir mode go to master documentation."
(interactive)
(browse-url (concat elixir-mode--website-url "/docs/master")))
(browse-url (concat elixir-mode--website-url "/docs/master/elixir")))

;;;###autoload
(defun elixir-mode-open-docs-stable ()
"Elixir mode go to stable documentation."
(interactive)
(browse-url (concat elixir-mode--website-url "/docs/stable")))
(browse-url (concat elixir-mode--website-url "/docs/stable/elixir")))

;;;###autoload
(defun elixir-mode-show-version ()
Expand Down

0 comments on commit a2db2d4

Please sign in to comment.