emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master fb3f38b 182/215: A few more link updates (+ small edits in


From: Rocky Bernstein
Subject: [elpa] master fb3f38b 182/215: A few more link updates (+ small edits in Commentary)
Date: Sat, 30 Jul 2016 14:49:04 +0000 (UTC)

branch: master
commit fb3f38b4a7fce689c569b0989bd2fcc85404fe07
Author: Clément Pit--Claudel <address@hidden>
Commit: Clément Pit--Claudel <address@hidden>

    A few more link updates (+ small edits in Commentary)
---
 INSTALL    |    2 +-
 README.md  |    6 +++---
 realgud.el |   16 +++++++++-------
 3 files changed, 13 insertions(+), 11 deletions(-)

diff --git a/INSTALL b/INSTALL
index 8101860..0ea147f 100644
--- a/INSTALL
+++ b/INSTALL
@@ -18,7 +18,7 @@ the package. However on some systems you may need root 
privileges, you
 may have to use `sudo make install' or perhaps `su root' beforehand.
 
 
-   See http://wiki.github.com/rocky/emacs-dbgr/how-to-install for more
+   See http://wiki.github.com/realgud/realgud/how-to-install for more
 detail as to how to install this package.
 
 Generic Information
diff --git a/README.md b/README.md
index b9f2fd0..19549d1 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@ M-x package-refresh-contents RET      (to refresh your 
package database)
 M-x package-install RET realgud RET   (to install and compile `realgud` and 
its dependencies)
 ```
 
-Alternatively, you can install RealGUD using 
[el-get](http://www.emacswiki.org/emacs/el-get) or from source directly. See 
[this article](https://github.com/rocky/emacs-dbgr/wiki/How-to-Install) in our 
wiki for more info.
+Alternatively, you can install RealGUD using 
[el-get](http://www.emacswiki.org/emacs/el-get) or from source directly. See 
[this article](https://github.com/realgud/realgud/wiki/How-to-Install) in our 
wiki for more info.
 
 # Quick start
 
@@ -76,7 +76,7 @@ Here is a quick rundown of the most useful commands. “🐁” 
indicates mouse
 
 # Supported debuggers
 
-RealGUD supports [many external 
debuggers](https://github.com/rocky/emacs-dbgr/wiki/Debuggers-Supported).  Help 
us [support even 
more](https://github.com/rocky/emacs-dbgr/wiki/How-to-add-a-new-debugger)!
+RealGUD supports [many external 
debuggers](https://github.com/realgud/realgud/wiki/Debuggers-Supported).  Help 
us [support even 
more](https://github.com/realgud/realgud/wiki/How-to-add-a-new-debugger)!
 
 # Advanced topics
 
@@ -99,7 +99,7 @@ Use `M-x realgud-track-mode` inside an existing 
[shell](http://www.gnu.org/softw
 
 ### RealGUD's wiki
 
-Browse the [wiki](http://wiki.github.com/rocky/emacs-dbgr/) for more 
information about [setting 
up](http://wiki.github.com/rocky/emacs-dbgr/how-to-install), [using 
realgud](http://wiki.github.com/rocky/emacs-dbgr/how-to-use), [exploring 
features](https://github.com/rocky/emacs-dbgr/wiki/Features), and lots more.
+Browse the [wiki](http://wiki.github.com/realgud/realgud/) for more 
information about [setting 
up](http://wiki.github.com/realgud/realgud/how-to-install), [using 
realgud](http://wiki.github.com/realgud/realgud/how-to-use), [exploring 
features](https://github.com/realgud/realgud/wiki/Features), and lots more.
 
 [travis-image]: https://img.shields.io/travis/rocky/emacs-dbgr.svg
 [travis-url]: https://travis-ci.org/rocky/emacs-dbgr
diff --git a/realgud.el b/realgud.el
index f14eced..96289a0 100644
--- a/realgud.el
+++ b/realgud.el
@@ -3,7 +3,7 @@
 ;; Author: Rocky Bernstein
 ;; Version: 1.3.1
 ;; Package-Requires: ((load-relative "1.0") (list-utils "0.4.2") (loc-changes 
"1.1") (test-simple  "1.0"))
-;; URL: http://github.com/rocky/emacs-dbgr
+;; URL: http://github.com/realgud/realgud/
 ;; Compatibility: GNU Emacs 24.x
 
 ;; Copyright (C) 2015, 2016 Free Software Foundation, Inc
@@ -25,6 +25,14 @@
 
 ;;; Commentary:
 
+;; A modular GNU Emacs front-end for interacting with external debuggers.
+;;
+;; Quick start: https://github.com/realgud/realgud/
+;;
+;; See URL `https://github.com/realgud/realgud/wiki/Features' for features, and
+;; URL `https://github.com/realgud/realgud/wiki/Debuggers-Supported' for
+;; debuggers we can handle.
+;;
 ;; Once upon a time in an Emacs far far away and a programming-style
 ;; deservedly banished, there was a monolithic Cathederal-like
 ;; debugger front-end called gub.  This interfaced with a number of
@@ -40,12 +48,6 @@
 ;;
 ;; Oh, and because global variables are largely banned, we can support
 ;; several simultaneous debug sessions.
-;;
-;; See URL `https://github.com/realgud/realgud/wiki/Features' for
-;; features.
-
-;; See URL `https://github.com/realgud/realgud/wiki/Debuggers-Supported' for
-;; debuggers we can handle.
 
 ;; If you don't see your favorite debugger, see URL
 ;; `https://github.com/realgud/realgud/wiki/How-to-add-a-new-debugger/'



reply via email to

[Prev in Thread] Current Thread [Next in Thread]