Skip to content

Commit 7bf8ffb

Browse files
committed
Update URLs
1 parent 556aff7 commit 7bf8ffb

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

README.org

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Alternatively, you can directly place the following in your init file so that
3737

3838
** From source
3939

40-
After fetching the package's source from [[https://github.com/emacsorphanage/gnuplot][the homepage]], byte-compile
40+
After fetching the package's source from [[https://github.com/emacs-gnuplot/gnuplot][the homepage]], byte-compile
4141
the package's files using the =make= command and move the compiled
4242
=.elc= files to your chosen target directory.
4343

@@ -175,15 +175,15 @@ You currently have two solutions:
175175
(setq gnuplot-program-args "/C /path/to/gnuplot.exe")
176176
#+end_src
177177

178-
has been reported to work (see [[https://github.com/emacsorphanage/gnuplot/pull/33/files][here]] for a reference).
178+
has been reported to work (see [[https://github.com/emacs-gnuplot/gnuplot/pull/33/files][here]] for a reference).
179179

180180
2. Use the simpler [[https://github.com/mkmcc/gnuplot-mode][gnuplot-mode]] package that sends the entire buffer
181181
to gnuplot. Since no =comint= is involved, it should function
182182
correctly, but you lose most features of the =gnuplot.el= package.
183183
We would like to implement a send-buffer without comint as well
184184
eventually.
185185

186-
More information on =gnuplot.el= and Windows can be found on these threads: [[https://github.com/emacsorphanage/gnuplot/issues/15][1]], [[https://github.com/emacsorphanage/gnuplot/pull/33][2]]
186+
More information on =gnuplot.el= and Windows can be found on these threads: [[https://github.com/emacs-gnuplot/gnuplot/issues/15][1]], [[https://github.com/emacs-gnuplot/gnuplot/pull/33][2]]
187187

188188

189189
** Pause Command

gnuplot-context.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
;; Copyright (C) 2012-2013 Jon Oddie <[email protected]>
44

55
;; Author: Jon Oddie <[email protected]>
6-
;; URL: https://github.com/emacsorphanage/gnuplot
6+
;; URL: https://github.com/emacs-gnuplot/gnuplot
77

88
;; This file is not part of GNU Emacs.
99

gnuplot-gui.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
;; Copyright (C) 1998-2000 Bruce Ravel
44

55
;; Author: Bruce Ravel <[email protected]>
6-
;; URL: https://github.com/emacsorphanage/gnuplot
6+
;; URL: https://github.com/emacs-gnuplot/gnuplot
77

88
;; This file is not part of GNU Emacs.
99

gnuplot.el

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
;; Created: June 28 1998
1010
;; Version: 0.8.0
1111
;; Keywords: data gnuplot plotting
12-
;; URL: https://github.com/emacsorphanage/gnuplot
12+
;; URL: https://github.com/emacs-gnuplot/gnuplot
1313
;; Package-Requires: ((emacs "24.3"))
1414

1515
;; This file is not part of GNU Emacs.
@@ -95,7 +95,7 @@
9595
:group 'local
9696
:link '(emacs-library-link :tag "Lisp File" "gnuplot.el")
9797
:link '(url-link :tag "Homepage"
98-
"https://github.com/emacsorphanage/gnuplot/")
98+
"https://github.com/emacs-gnuplot/gnuplot/")
9999
:link '(custom-manual "(gnuplot)Top")
100100
:link '(emacs-commentary-link :tag "Commentary" "gnuplot.el"))
101101

@@ -2044,7 +2044,7 @@ shown."
20442044
This was written with version 4.6 of gnuplot in mind, but should
20452045
work with newer and older versions.
20462046
2047-
Report bugs at https://github.com/emacsorphanage/gnuplot/issues
2047+
Report bugs at https://github.com/emacs-gnuplot/gnuplot/issues
20482048
20492049
------O------
20502050
@@ -2058,7 +2058,7 @@ to make a list of keywords.
20582058
20592059
The info file should be installed by default with the Gnuplot
20602060
distribution, or is available at the `gnuplot-mode' web page:
2061-
https://github.com/emacsorphanage/gnuplot/
2061+
https://github.com/emacs-gnuplot/gnuplot/
20622062
20632063
With the new context-sensitive mode active, `gnuplot-mode' can also
20642064
provide function/`eldoc-mode' syntax hints as you type. This requires a

gpelcard.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,13 +169,13 @@
169169
\begin{center}
170170
\footnotesize{Gnuplot-mode homepage} \\
171171
\scriptsize{%%
172-
\texttt{https://github.com/emacsorphanage/gnuplot/}}
172+
\texttt{https://github.com/emacs-gnuplot/gnuplot/}}
173173
\end{center}
174174
\end{Boxedminipage}
175175
\begin{flushleft}
176176
{\footnotesize
177177
This page {\copyright} 1998-2002 Bruce Ravel \hfill revised \revised \\
178-
\texttt{https://github.com/emacsorphanage/gnuplot} \\ %% \hfill printed \today \\
178+
\texttt{https://github.com/emacs-gnuplot/gnuplot} \\ %% \hfill printed \today \\
179179
This page covers version {\version} of gnuplot-mode.
180180

181181
Permission is granted to make and distribute copies of this quick

0 commit comments

Comments
 (0)