diff --git a/README.md b/README.md index d9035a2..8ac6e5c 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/apheleia.el b/apheleia.el index 10f59d2..033fe1a 100644 --- a/apheleia.el +++ b/apheleia.el @@ -4,7 +4,7 @@ ;; Author: Radian LLC ;; 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 diff --git a/test/formatters/run-func.bash b/test/formatters/run-func.bash index 83ef348..9eff543 100755 --- a/test/formatters/run-func.bash +++ b/test/formatters/run-func.bash @@ -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)"