Skip to content

Commit

Permalink
Link to new github home
Browse files Browse the repository at this point in the history
  • Loading branch information
purcell committed Oct 26, 2018
1 parent b76c7f3 commit a41757a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ versions.

### Installation from Git

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

Expand Down Expand Up @@ -67,7 +67,7 @@ manual which can be accessed after installation via
Support
-------
- [Github homepage](https://github.com/purescript/purescript-mode)
- [Github homepage](https://github.com/purescript-emacs/purescript-mode)
Contributing
------------
Expand Down
2 changes: 1 addition & 1 deletion purescript-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
;; 2003 Dave Love <[email protected]>
;; 2014 Tim Dysinger <[email protected]>
;; Keywords: faces files PureScript
;; URL: https://github.com/purescript/purescript-mode
;; URL: https://github.com/purescript-emacs/purescript-mode

;; This file is not part of GNU Emacs.

Expand Down
4 changes: 2 additions & 2 deletions purescript-mode.texi
Original file line number Diff line number Diff line change
Expand Up @@ -95,14 +95,14 @@ This Info manual is work in progress and incomplete. However, you can find more

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

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.

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}.
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}.

@node Getting Started
@chapter Getting Started
Expand Down

0 comments on commit a41757a

Please sign in to comment.