Point URLs to the new address.

master
Fanael Linithien 12 years ago
parent 50551159a7
commit 3e538315ae
  1. 2
      README.markdown
  2. 6
      rainbow-delimiters.el

@ -12,7 +12,7 @@ This is the official github repository for rainbow-delimiters.
The latest <b>release</b> of rainbow-delimiters.el is always found here:
<br />
<b>
* [rainbow-delimiters.el](http://github.com/jlr/rainbow-delimiters/raw/master/rainbow-delimiters.el)
* [rainbow-delimiters.el](http://github.com/Fanael/rainbow-delimiters/raw/master/rainbow-delimiters.el)
</b>
Further information is available on the [EmacsWiki page](http://www.emacswiki.org/emacs/RainbowDelimiters):

@ -8,7 +8,7 @@
;; Created: 2010-09-02
;; Version: 1.3.13
;; Keywords: faces, convenience, lisp, tools
;; Homepage: https://github.com/jlr/rainbow-delimiters
;; Homepage: https://github.com/Fanael/rainbow-delimiters
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
@ -40,8 +40,6 @@
;; shouldn't be visually intrusive. Color schemes are always a matter of
;; taste. If you take the time to design a new color scheme, please share
;; (even a simple list of colors works) on the EmacsWiki page or via github.
;; EmacsWiki: http://www.emacswiki.org/emacs/RainbowDelimiters
;; Github: http://github.com/jlr/rainbow-delimiters
;;; Installation:
@ -96,7 +94,7 @@
"Highlight nested parentheses, brackets, and braces according to their depth."
:prefix "rainbow-delimiters-"
:link '(url-link :tag "Website for rainbow-delimiters"
"https://github.com/jlr/rainbow-delimiters")
"https://github.com/Fanael/rainbow-delimiters")
:group 'applications)
(defgroup rainbow-delimiters-faces nil

Loading…
Cancel
Save