Update links

This commit is contained in:
Radon Rosborough 2023-08-26 09:05:35 -07:00
parent 5b287a9426
commit 108176abe5
3 changed files with 9 additions and 8 deletions

View file

@ -47,7 +47,7 @@ The approach is as follows:
Apheleia is available on [MELPA](https://melpa.org/). It is easiest
to install it using
[`straight.el`](https://github.com/raxod502/straight.el):
[`straight.el`](https://github.com/radian-software/straight.el):
(straight-use-package 'apheleia)
@ -228,13 +228,14 @@ Apheleia exposes some hooks for advanced customization:
size greater than 65,536 characters. There is no known workaround
besides disabling `apheleia-mode` for the affected buffer, or
upgrading to a more recent version of Emacs. See
[#20](https://github.com/raxod502/apheleia/issues/20).
[#20](https://github.com/radian-software/apheleia/issues/20).
## Contributing
Please see [the contributor guide for my
projects](https://github.com/raxod502/contributor-guide) for general
information, and the following sections for Apheleia-specific details.
projects](https://github.com/radian-software/contributor-guide) for
general information, and the following sections for Apheleia-specific
details.
There's also a [wiki](https://github.com/radian-software/apheleia/wiki) that could do with additions/clarity. Any
improvement suggestions should be submitted as an issue.

View file

@ -4,7 +4,7 @@
;; Author: Radian LLC <contact+apheleia@radian.codes>
;; Created: 7 Jul 2019
;; Homepage: https://github.com/raxod502/apheleia
;; Homepage: https://github.com/radian-software/apheleia
;; Keywords: tools
;; Package-Requires: ((emacs "26"))
;; SPDX-License-Identifier: MIT
@ -19,7 +19,7 @@
;; maintains the position of point relative to its surrounding text
;; even if the buffer is modified by the reformatting.
;; Please see https://github.com/raxod502/apheleia for more information.
;; Please see https://github.com/radian-software/apheleia for more information.
;;; Code:
@ -28,7 +28,7 @@
(defgroup apheleia nil
"Reformat buffer without moving point."
:group 'external
:link '(url-link :tag "GitHub" "https://github.com/raxod502/apheleia")
:link '(url-link :tag "GitHub" "https://github.com/radian-software/apheleia")
:link '(emacs-commentary-link :tag "Commentary" "apheleia"))
(defcustom apheleia-formatters

View file

@ -3,7 +3,7 @@
set -euo pipefail
# Avoid using git to get project directory, due to
# https://github.com/raxod502/apheleia/pull/89#issuecomment-1107319617
# https://github.com/radian-software/apheleia/pull/89#issuecomment-1107319617
cd "$(dirname "$0")"
repo="$(cd ../.. && pwd)"