Replace all occurances of `capitaomorte'

* CONTRIBUTING.md:
* NEWS:
* README.mdown:
* doc/index.org:
* doc/nav-menu.html.inc:
* yasnippet.el: Since the new repo destination is now under
`joaotavora', fix all the stale links to point to the new destination.

Copyright-paperwork-exempt: yes
This commit is contained in:
Александар Симић 2016-10-22 14:46:15 +01:00 committed by Noam Postavsky
parent ff6f31ee2c
commit eaaec309b1
6 changed files with 15 additions and 15 deletions

View File

@ -26,4 +26,4 @@ there is no separate Changelog file.
For trivial changes, a message consisting of just the changelog entry For trivial changes, a message consisting of just the changelog entry
(the `* foo.el ...` part) is fine. (the `* foo.el ...` part) is fine.
[bugnote]: https://github.com/capitaomorte/yasnippet#important-note-regarding-bug-reporting [bugnote]: https://github.com/joaotavora/yasnippet#important-note-regarding-bug-reporting

4
NEWS
View File

@ -114,7 +114,7 @@ good enough. See issue #497.
*** Documentation rewritten in org-mode and updated. *** Documentation rewritten in org-mode and updated.
A tremendous effort by Noam Postavsky. Hopefully easier to maintain A tremendous effort by Noam Postavsky. Hopefully easier to maintain
and navigate. Available at <http://capitaomorte.github.io/yasnippet>. and navigate. Available at <http://joaotavora.github.io/yasnippet>.
*** Snippets are now maintained in their own repo. *** Snippets are now maintained in their own repo.
Snippets live in Andrea Crotti's Snippets live in Andrea Crotti's
@ -122,7 +122,7 @@ Snippets live in Andrea Crotti's
for more details. for more details.
*** Textmate snippet importer moved to separate `yasmate' repo. *** Textmate snippet importer moved to separate `yasmate' repo.
URL is <https://github.com/capitaomorte/yasmate>. See README.md for URL is <https://github.com/joaotavora/yasmate>. See README.md for
more details. more details.
*** `yas-snippet-dirs' now allows symbols as aliases to directories. *** `yas-snippet-dirs' now allows symbols as aliases to directories.

View File

@ -20,7 +20,7 @@ YASnippet. Watch [a demo on YouTube][youtube-demo].
Clone this repository somewhere Clone this repository somewhere
$ cd ~/.emacs.d/plugins $ cd ~/.emacs.d/plugins
$ git clone --recursive https://github.com/capitaomorte/yasnippet $ git clone --recursive https://github.com/joaotavora/yasnippet
Add the following in your `.emacs` file: Add the following in your `.emacs` file:
@ -124,7 +124,7 @@ reproducing a bug.
$ emacs --version $ emacs --version
Emacs 24.3 Emacs 24.3
$ cd /tmp/ $ cd /tmp/
$ git clone https://github.com/capitaomorte/yasnippet.git yasnippet-bug $ git clone https://github.com/joaotavora/yasnippet.git yasnippet-bug
$ cd yasnippet-bug $ cd yasnippet-bug
$ git log -1 --oneline $ git log -1 --oneline
6053db0 Closes #527: Unbreak case where yas-fallback-behaviour is a list 6053db0 Closes #527: Unbreak case where yas-fallback-behaviour is a list
@ -142,7 +142,7 @@ Using `emacs -Q` or temporarily moving your `.emacs` init file to the side
is another way to achieve good reproducibility. is another way to achieve good reproducibility.
Here's a Here's a
[another example](https://github.com/capitaomorte/yasnippet/issues/318) [another example](https://github.com/joaotavora/yasnippet/issues/318)
of a bug report. It has everything needed for a successful analysis of a bug report. It has everything needed for a successful analysis
and speedy resolution. and speedy resolution.
@ -162,10 +162,10 @@ request).
Finally, thank you very much for using YASnippet! Finally, thank you very much for using YASnippet!
[docs]: http://joaotavora.github.io/yasnippet/ [docs]: http://joaotavora.github.io/yasnippet/
[issues]: https://github.com/capitaomorte/yasnippet/issues [issues]: https://github.com/joaotavora/yasnippet/issues
[googlecode tracker]: http://code.google.com/p/yasnippet/issues/list [googlecode tracker]: http://code.google.com/p/yasnippet/issues/list
[forum]: http://groups.google.com/group/smart-snippet [forum]: http://groups.google.com/group/smart-snippet
[melpa]: http://melpa.milkbox.net/ [melpa]: http://melpa.milkbox.net/
[yasmate]: http://github.com/capitaomorte/yasmate [yasmate]: http://github.com/joaotavora/yasmate
[textmate-to-yas.el]: https://github.com/mattfidler/textmate-to-yas.el [textmate-to-yas.el]: https://github.com/mattfidler/textmate-to-yas.el
[yasnippet-snippets]: http://github.com/AndreaCrotti/yasnippet-snippets [yasnippet-snippets]: http://github.com/AndreaCrotti/yasnippet-snippets

View File

@ -3,7 +3,7 @@
The YASnippet documentation has been split into separate parts: The YASnippet documentation has been split into separate parts:
0. [[https://github.com/capitaomorte/yasnippet/blob/master/README.mdown][README]] 0. [[https://github.com/joaotavora/yasnippet/blob/master/README.mdown][README]]
Contains an introduction, installation instructions and other important Contains an introduction, installation instructions and other important
notes. notes.

View File

@ -1,7 +1,7 @@
<nav> <nav>
<ul class="center"> <ul class="center">
<li> <a href="index.html">Overview</a> <li> <a href="index.html">Overview</a>
<li> <a href="https://github.com/capitaomorte/yasnippet/blob/master/README.mdown"> <li> <a href="https://github.com/joaotavora/yasnippet/blob/master/README.mdown">
Intro and Tutorial</a> Intro and Tutorial</a>
<li class="center">Snippet <li class="center">Snippet
<ul> <ul>

View File

@ -6,9 +6,9 @@
;; Noam Postavsky <npostavs@gmail.com> ;; Noam Postavsky <npostavs@gmail.com>
;; Maintainer: Noam Postavsky <npostavs@gmail.com> ;; Maintainer: Noam Postavsky <npostavs@gmail.com>
;; Version: 0.10.0 ;; Version: 0.10.0
;; X-URL: http://github.com/capitaomorte/yasnippet ;; X-URL: http://github.com/joaotavora/yasnippet
;; Keywords: convenience, emulation ;; Keywords: convenience, emulation
;; URL: http://github.com/capitaomorte/yasnippet ;; URL: http://github.com/joaotavora/yasnippet
;; Package-Requires: ((cl-lib "0.5")) ;; Package-Requires: ((cl-lib "0.5"))
;; EmacsWiki: YaSnippetMode ;; EmacsWiki: YaSnippetMode
@ -127,7 +127,7 @@
;; `custom-set-variables' is executed in your .emacs file. ;; `custom-set-variables' is executed in your .emacs file.
;; ;;
;; For more information and detailed usage, refer to the project page: ;; For more information and detailed usage, refer to the project page:
;; http://github.com/capitaomorte/yasnippet ;; http://github.com/joaotavora/yasnippet
;;; Code: ;;; Code: