From 6c12121cec90585cf5720f8b1b2781eaff2c6bed Mon Sep 17 00:00:00 2001 From: JAremko Date: Mon, 8 Jul 2019 23:53:07 +0300 Subject: [PATCH] fix links --- layers/+intl/keyboard-layout/README.org | 2 +- layers/+lang/clojure/README.org | 2 +- layers/+source-control/github/README.org | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/layers/+intl/keyboard-layout/README.org b/layers/+intl/keyboard-layout/README.org index 7d56dd273..18952420e 100644 --- a/layers/+intl/keyboard-layout/README.org +++ b/layers/+intl/keyboard-layout/README.org @@ -271,7 +271,7 @@ difficult to list them all. For example the key bindings change if: So the price you have to pay is the absence of a key bindings list. * Image sources -- The keyboard-layout layer logo is a modified image from [[https://openclipart.org/detail/202777/keyboard-layout][openclipart.org]], and +- The keyboard-layout layer logo is a modified image from [[https://web.archive.org/web/20170318110408/https://openclipart.org/detail/202777/keyboard-layout][openclipart.org]], and is under the public domain. - The Bepo logo and layout images, are from the official [[http://bepo.fr/][bepo]] website. (the layout image has been modified). diff --git a/layers/+lang/clojure/README.org b/layers/+lang/clojure/README.org index 4c927089b..49169fd7d 100644 --- a/layers/+lang/clojure/README.org +++ b/layers/+lang/clojure/README.org @@ -531,7 +531,7 @@ In general, ~q~ should always quit the popped up buffer. * Development Notes ** Indentation -With a [[https://github.com/clojure-emacs/cider/blob/master/doc/indent_spec.md][new]] functionality of Cider to read the custom indentation rules from the +With a [[https://github.com/clojure-emacs/cider/blob/master/legacy-manual/indent_spec.md][new]] functionality of Cider to read the custom indentation rules from the var's metadata, it is better for consistency reasons to not add the custom indentation rules to Spacemacs, but to add them to the metadata of those specific vars. diff --git a/layers/+source-control/github/README.org b/layers/+source-control/github/README.org index a1b95742a..f941a34f5 100644 --- a/layers/+source-control/github/README.org +++ b/layers/+source-control/github/README.org @@ -35,7 +35,7 @@ add =github= to the existing =dotspacemacs-configuration-layers= list in this file. ** Git configuration -You will need to generate a [[https://github.com/settings/tokens][personal access token]] on GitHub. This token should +You will need to generate a [[https://help.github.com/en/articles/creating-a-personal-access-token-for-the-command-line][personal access token]] on GitHub. This token should have the =gist= and =repo= permissions. Once this token is created, it needs to be added to your =~/.gitconfig=