branch: master commit eaaec309b19ea704dddb265bcd3d9e09c9996265 Author: Александар Симић <asi...@gmail.com> Commit: Noam Postavsky <github.10.npost...@spamgourmet.com>
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 --- CONTRIBUTING.md | 2 +- NEWS | 4 ++-- README.mdown | 14 +++++++------- doc/index.org | 2 +- doc/nav-menu.html.inc | 2 +- yasnippet.el | 6 +++--- 6 files changed, 15 insertions(+), 15 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7e2ce47..81c0a1f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -26,4 +26,4 @@ there is no separate Changelog file. For trivial changes, a message consisting of just the changelog entry (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 diff --git a/NEWS b/NEWS index 7f4dec6..8984062 100644 --- a/NEWS +++ b/NEWS @@ -114,7 +114,7 @@ good enough. See issue #497. *** Documentation rewritten in org-mode and updated. 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 live in Andrea Crotti's @@ -122,7 +122,7 @@ Snippets live in Andrea Crotti's for more details. *** 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. *** `yas-snippet-dirs' now allows symbols as aliases to directories. diff --git a/README.mdown b/README.mdown index a3062ea..f4e0594 100644 --- a/README.mdown +++ b/README.mdown @@ -20,7 +20,7 @@ YASnippet. Watch [a demo on YouTube][youtube-demo]. Clone this repository somewhere $ 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: @@ -117,14 +117,14 @@ a way to reproduce the problem exactly like it happened to you. To do this, we need to rule out interference from external factors like other Emacs extensions or your own customisations. -Here's an example report that "sandboxes" an Emacs session just for +Here's an example report that "sandboxes" an Emacs session just for reproducing a bug. ``` $ emacs --version Emacs 24.3 $ 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 $ git log -1 --oneline 6053db0 Closes #527: Unbreak case where yas-fallback-behaviour is a list @@ -138,11 +138,11 @@ OR When loading yasnippet I see "Error: failed to frobnicate"! ``` -Using `emacs -Q` or temporarily moving your `.emacs` init file to the side +Using `emacs -Q` or temporarily moving your `.emacs` init file to the side is another way to achieve good reproducibility. 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 and speedy resolution. @@ -162,10 +162,10 @@ request). Finally, thank you very much for using 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 [forum]: http://groups.google.com/group/smart-snippet [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 [yasnippet-snippets]: http://github.com/AndreaCrotti/yasnippet-snippets diff --git a/doc/index.org b/doc/index.org index f99b3f7..c5e0be3 100644 --- a/doc/index.org +++ b/doc/index.org @@ -3,7 +3,7 @@ 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 notes. diff --git a/doc/nav-menu.html.inc b/doc/nav-menu.html.inc index b31ec94..2a3f0a1 100644 --- a/doc/nav-menu.html.inc +++ b/doc/nav-menu.html.inc @@ -1,7 +1,7 @@ <nav> <ul class="center"> <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> <li class="center">Snippet <ul> diff --git a/yasnippet.el b/yasnippet.el index 3f9660e..830984d 100644 --- a/yasnippet.el +++ b/yasnippet.el @@ -6,9 +6,9 @@ ;; Noam Postavsky <npost...@gmail.com> ;; Maintainer: Noam Postavsky <npost...@gmail.com> ;; Version: 0.10.0 -;; X-URL: http://github.com/capitaomorte/yasnippet +;; X-URL: http://github.com/joaotavora/yasnippet ;; Keywords: convenience, emulation -;; URL: http://github.com/capitaomorte/yasnippet +;; URL: http://github.com/joaotavora/yasnippet ;; Package-Requires: ((cl-lib "0.5")) ;; EmacsWiki: YaSnippetMode @@ -127,7 +127,7 @@ ;; `custom-set-variables' is executed in your .emacs file. ;; ;; For more information and detailed usage, refer to the project page: -;; http://github.com/capitaomorte/yasnippet +;; http://github.com/joaotavora/yasnippet ;;; Code: