Skip to content

Commit a41757a

Browse files
committed
Link to new github home
1 parent b76c7f3 commit a41757a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ versions.
2929

3030
### Installation from Git
3131

32-
- `git clone https://github.com/dysinger/purescript-mode.git` into a
32+
- `git clone https://github.com/purescript-emacs/purescript-mode.git` into a
3333
suitable directory, e.g. `~/lib/emacs/purescript-mode/` where `~`
3434
stands for your home directory.
3535

@@ -67,7 +67,7 @@ manual which can be accessed after installation via
6767
Support
6868
-------
6969
70-
- [Github homepage](https://github.com/purescript/purescript-mode)
70+
- [Github homepage](https://github.com/purescript-emacs/purescript-mode)
7171
7272
Contributing
7373
------------

purescript-mode.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
;; 2003 Dave Love <[email protected]>
1111
;; 2014 Tim Dysinger <[email protected]>
1212
;; Keywords: faces files PureScript
13-
;; URL: https://github.com/purescript/purescript-mode
13+
;; URL: https://github.com/purescript-emacs/purescript-mode
1414

1515
;; This file is not part of GNU Emacs.
1616

purescript-mode.texi

+2-2
Original file line numberDiff line numberDiff line change
@@ -95,14 +95,14 @@ This Info manual is work in progress and incomplete. However, you can find more
9595

9696
@itemize
9797
@item
98-
@uref{https://github.com/purescript/purescript-mode,PureScript Mode's GitHub Home}
98+
@uref{https://github.com/purescript-emacs/purescript-mode,PureScript Mode's GitHub Home}
9999
@item
100100
@uref{http://www.purescript.org/purescriptwiki/PureScript_mode_for_Emacs,PureScript Wiki Emacs Page}
101101
@end itemize
102102

103103
If you have any questions or like to discuss something regarding PureScript Mode, please consider sending an email to the @uref{http://projects.purescript.org/cgi-bin/mailman/listinfo/purescriptmode-emacs, PureScriptmode-emacs mailing list}. The mailing list is also available on @uref{http://gmane.org/, Gmane} via the @uref{http://dir.gmane.org/gmane.comp.lang.purescript.emacs, gmane.comp.lang.purescript.emacs} newsgroup.
104104

105-
If you have discovered a bug or wish to request a new feature, you can @uref{https://github.com/purescript/purescript-mode/issues/new, file a new issue} with PureScript Mode's issue tracker. When filing a bug, please state your currently used software version (@kbd{M-x purescript-version}, @kbd{M-x version}) and what steps to perform in order to reproduce the bug you're experiencing. Finally, if you happen to be proficient in @ref{Top,Emacs Lisp,,elisp} you are welcome to submit patches via @uref{https://help.github.com/articles/using-pull-requests, GitHub Pull Requests}.
105+
If you have discovered a bug or wish to request a new feature, you can @uref{https://github.com/purescript-emacs/purescript-mode/issues/new, file a new issue} with PureScript Mode's issue tracker. When filing a bug, please state your currently used software version (@kbd{M-x purescript-version}, @kbd{M-x version}) and what steps to perform in order to reproduce the bug you're experiencing. Finally, if you happen to be proficient in @ref{Top,Emacs Lisp,,elisp} you are welcome to submit patches via @uref{https://help.github.com/articles/using-pull-requests, GitHub Pull Requests}.
106106

107107
@node Getting Started
108108
@chapter Getting Started

0 commit comments

Comments
 (0)