Skip to content

Commit

Permalink
core: update home buffer links to point to spacemacs.org
Browse files Browse the repository at this point in the history
  • Loading branch information
syl20bnr committed Jan 6, 2016
1 parent 5ed551c commit 723a792
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/core-spacemacs-buffer.el
Original file line number Diff line number Diff line change
Expand Up @@ -452,14 +452,14 @@ HPADDING is the horizontal spacing betwee the content line and the frame border.
:help-echo "Open the Spacemacs Github page in your browser."
:mouse-face 'highlight
:follow-link "\C-m"
"https://github.com/syl20bnr/spacemacs")
"http://spacemacs.org")
(insert " ")
(widget-create 'url-link
:tag (propertize "Documentation" 'face 'font-lock-keyword-face)
:help-echo "Open the Spacemacs documentation in your browser."
:mouse-face 'highlight
:follow-link "\C-m"
"https://github.com/syl20bnr/spacemacs/blob/master/doc/DOCUMENTATION.org")
"http://spacemacs.org/doc/DOCUMENTATION.html")
(insert " ")
(widget-create 'url-link
:tag (propertize "Gitter Chat" 'face 'font-lock-keyword-face)
Expand Down

0 comments on commit 723a792

Please sign in to comment.