From a1101eb38f9094fbcaca44ddd4ea1fb35b0470e8 Mon Sep 17 00:00:00 2001 From: JAremko Date: Fri, 18 Aug 2017 22:07:43 +0300 Subject: [PATCH] fix links --- doc/CONVENTIONS.org | 2 +- .../spacemacs-docker/deps-install/README.org | 22 +++++++++---------- layers/+email/mu4e/README.org | 2 +- layers/+lang/emacs-lisp/README.org | 2 +- layers/+lang/javascript/README.org | 2 +- layers/+lang/latex/README.org | 2 +- layers/+lang/markdown/README.org | 2 +- layers/+lang/scala/README.org | 4 ++-- 8 files changed, 19 insertions(+), 19 deletions(-) diff --git a/doc/CONVENTIONS.org b/doc/CONVENTIONS.org index b199662b3..af291c201 100644 --- a/doc/CONVENTIONS.org +++ b/doc/CONVENTIONS.org @@ -119,7 +119,7 @@ To be consistent with the Vim way, ~n~ and ~N~ are favored over Emacs ~n~ and Ideally a transient-state should be provided to smooth the navigation experience. A transient-state allows to repeat key bindings without entering each time the prefix commands. More info on transient-states in the -[[file:DOCUMENTATION.org::Transient-states][documentation]]. +[[https://github.com/syl20bnr/spacemacs/blob/develop/doc/DOCUMENTATION.org#transient-states][documentation]]. *** Code Navigation The prefix for going to something is ~SPC m g~. diff --git a/layers/+distributions/spacemacs-docker/deps-install/README.org b/layers/+distributions/spacemacs-docker/deps-install/README.org index 24a6e439d..7752ce228 100644 --- a/layers/+distributions/spacemacs-docker/deps-install/README.org +++ b/layers/+distributions/spacemacs-docker/deps-install/README.org @@ -10,17 +10,17 @@ Dependency installation scripts for Spacemacs layers in Docker environment. * Supported layers -1. [[./installers/clojure/README.org][Clojure]] -2. [[./installers/dash/README.org][Dash]] -3. [[./installers/fasd/README.org][fasd]] -4. [[./installers/go/README.org][Go]] -5. [[./installers/gtags/README.org][gtags]] -6. [[./installers/html/README.org][html]] -7. [[./installers/javascript/README.org][JavaScript]] -8. [[./installers/pandoc/README.org][pandoc]] -9. [[./installers/pdf-tools/README.org][pdf-tools]] -10. [[./installers/spell-checking/README.org][spell-checking]] -10. [[./installers/python/README.org][python]] +1. [[https://github.com/syl20bnr/spacemacs/blob/develop/layers/%2Bdistributions/spacemacs-docker/deps-install/installers/clojure/README.org][Clojure]] +2. [[https://github.com/syl20bnr/spacemacs/blob/develop/layers/%2Bdistributions/spacemacs-docker/deps-install/installers/dash/README.org][Dash]] +3. [[https://github.com/syl20bnr/spacemacs/blob/develop/layers/%2Bdistributions/spacemacs-docker/deps-install/installers/fasd/README.org][fasd]] +4. [[https://github.com/syl20bnr/spacemacs/blob/develop/layers/%2Bdistributions/spacemacs-docker/deps-install/installers/go/README.org][Go]] +5. [[https://github.com/syl20bnr/spacemacs/blob/develop/layers/%2Bdistributions/spacemacs-docker/deps-install/installers/gtags/README.org][gtags]] +6. [[https://github.com/syl20bnr/spacemacs/blob/develop/layers/%2Bdistributions/spacemacs-docker/deps-install/installers/html/README.org][html]] +7. [[https://github.com/syl20bnr/spacemacs/blob/develop/layers/%2Bdistributions/spacemacs-docker/deps-install/installers/javascript/README.org][JavaScript]] +8. [[https://github.com/syl20bnr/spacemacs/blob/develop/layers/%2Bdistributions/spacemacs-docker/deps-install/installers/pandoc/README.org][pandoc]] +9. [[https://github.com/syl20bnr/spacemacs/blob/develop/layers/%2Bdistributions/spacemacs-docker/deps-install/installers/pdf-tools/README.org][pdf-tools]] +10. [[https://github.com/syl20bnr/spacemacs/blob/develop/layers/%2Bdistributions/spacemacs-docker/deps-install/installers/spell-checking/README.org][spell-checking]] +10. [[https://github.com/syl20bnr/spacemacs/blob/develop/layers/%2Bdistributions/spacemacs-docker/deps-install/installers/python/README.org][python]] * How it works When .spacemacs file contains one of supported layers and its installation diff --git a/layers/+email/mu4e/README.org b/layers/+email/mu4e/README.org index c9583a908..c59bfe12f 100644 --- a/layers/+email/mu4e/README.org +++ b/layers/+email/mu4e/README.org @@ -216,7 +216,7 @@ or use layer variables when you add the layer to #+END_SRC ** Spacemacs layout integration -A [[file:../../../doc/DOCUMENTATION.org::#layouts-and-workspaces][Spacemacs custom layout]] is defined by the layer. The name and the key binding +A [[https://github.com/syl20bnr/spacemacs/blob/develop/doc/DOCUMENTATION.org#layouts-and-workspaces][Spacemacs custom layout]] is defined by the layer. The name and the key binding for it can be customized with the following layer variables: - =mu4e-spacemacs-layout-name= for the layout name, - =mu4e-spacemacs-layout-binding= for the key binding. diff --git a/layers/+lang/emacs-lisp/README.org b/layers/+lang/emacs-lisp/README.org index a6888b3ac..7ecf0d542 100644 --- a/layers/+lang/emacs-lisp/README.org +++ b/layers/+lang/emacs-lisp/README.org @@ -113,7 +113,7 @@ If =smartparens= is used the following additional key bindings are available: | ~SPC m e s~ | evaluate symbol around point | ** Format code -The [[file:../../+emacs/semantic/README.org][semantic]] layer should be installed for these key bindings to become active. +The [[https://github.com/syl20bnr/spacemacs/blob/develop/layers/%2Bemacs/semantic/README.org][semantic]] layer should be installed for these key bindings to become active. | Key Binding | Description | |-------------+-------------------------| diff --git a/layers/+lang/javascript/README.org b/layers/+lang/javascript/README.org index 78d64bc6a..d740c7abb 100644 --- a/layers/+lang/javascript/README.org +++ b/layers/+lang/javascript/README.org @@ -68,7 +68,7 @@ creating multiple =.tern-port= files for each document you have open [[http://te for more details]]): The variables provided below can be set when adding the =javascript= -configuration layer, as detailed in [[file:../../../doc/DOCUMENTATION.org::Setting%20configuration%20layers%20variables][this]] section of the documentation. +configuration layer, as detailed in [[https://github.com/syl20bnr/spacemacs/blob/develop/doc/DOCUMENTATION.org#setting-configuration-layers-variables][this]] section of the documentation. #+BEGIN_SRC emacs-lisp (javascript :variables javascript-disable-tern-port-files nil) diff --git a/layers/+lang/latex/README.org b/layers/+lang/latex/README.org index 5e34bdd82..bd70fa55e 100644 --- a/layers/+lang/latex/README.org +++ b/layers/+lang/latex/README.org @@ -29,7 +29,7 @@ This layer adds support for LaTeX files with [[https://savannah.gnu.org/projects ** BibTeX For more extensive support of BibTeX files than RefTeX provides, have a look at -the [[../bibtex/README.org][BibTeX layer]]. +the [[https://github.com/syl20bnr/spacemacs/blob/develop/layers/%2Blang/bibtex/README.org][BibTeX layer]]. * Install ** Layer diff --git a/layers/+lang/markdown/README.org b/layers/+lang/markdown/README.org index 7ac6c2348..794c7f9e2 100644 --- a/layers/+lang/markdown/README.org +++ b/layers/+lang/markdown/README.org @@ -37,7 +37,7 @@ This layer adds markdown support to Spacemacs. ** BibTeX For more extensive support of references with BibTeX files, have a look at the -[[../bibtex/README.org][BibTeX layer]]. +[[https://github.com/syl20bnr/spacemacs/blob/develop/layers/%2Blang/bibtex/README.org][BibTeX layer]]. * Install To use this configuration layer, add it to your =~/.spacemacs=. You will need to diff --git a/layers/+lang/scala/README.org b/layers/+lang/scala/README.org index a436632fd..375bba348 100644 --- a/layers/+lang/scala/README.org +++ b/layers/+lang/scala/README.org @@ -38,7 +38,7 @@ ENSIME requires a configuration file at the root of each Scala project. It provides an SBT plugin to generate these files. Installation instructions and usage can be found in the =Java= layer -[[file:../java/README.org::#ensime][README.org]]. +[[https://github.com/syl20bnr/spacemacs/tree/develop/layers/%2Blang/java/README.org#ensime][README.org]]. * Scalastyle [[http://www.scalastyle.org/][Scalastyle]] provides style-checking and linting. The Emacs functionality is @@ -119,4 +119,4 @@ with #+END_SRC * Key bindings -All ensime key bindings are listed in the =java= layer [[file:../java/README.org::#ensime-key-bindings][README.org]]. +All ensime key bindings are listed in the =java= layer [[https://github.com/syl20bnr/spacemacs/tree/develop/layers/%2Blang/java/README.org#ensime-key-bindings][README.org]].