From e19abfc5598fd939e1d705f6af78e639be87e8f5 Mon Sep 17 00:00:00 2001 From: Balaji Sivaraman Date: Fri, 29 Jan 2016 20:34:46 +0530 Subject: [PATCH] Fix/delete dead references to HOWTOs.org file --- README.md | 1 - doc/QUICK_START.org | 2 +- .../local/helm-spacemacs-help/helm-spacemacs-help.el | 2 -- .../local/ivy-spacemacs-help/ivy-spacemacs-help.el | 2 -- 4 files changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index 0d9c58c1e..cbafa7732 100644 --- a/README.md +++ b/README.md @@ -364,7 +364,6 @@ Thank you! [DOCUMENTATION.org]: doc/DOCUMENTATION.org [QUICK_START.org]: doc/QUICK_START.org [FAQ.org]: doc/FAQ.org -[HOWTOs.org]: doc/HOWTOs.org [VIMUSERS.org]: doc/VIMUSERS.org [dotfile]: doc/DOCUMENTATION.org#dotfile-configuration [troubleshoot]: doc/DOCUMENTATION.org#troubleshoot diff --git a/doc/QUICK_START.org b/doc/QUICK_START.org index 50b5a57f5..79035176b 100644 --- a/doc/QUICK_START.org +++ b/doc/QUICK_START.org @@ -159,4 +159,4 @@ about functions, variables, modes etc. These commands are bound thusly: | ~SPC h d v~ | describe-variable | * How-To's -Some quick =how-to's= are compiled in the [[file:HOWTOs.org][HOWTOs.org]] file. +Some quick =how-to's= are compiled in the [[file:FAQ.org::How%20do%20I...][FAQ.org]] file. diff --git a/layers/+completion/spacemacs-helm/local/helm-spacemacs-help/helm-spacemacs-help.el b/layers/+completion/spacemacs-helm/local/helm-spacemacs-help/helm-spacemacs-help.el index 18dc0a6d8..e7479a58c 100644 --- a/layers/+completion/spacemacs-helm/local/helm-spacemacs-help/helm-spacemacs-help.el +++ b/layers/+completion/spacemacs-helm/local/helm-spacemacs-help/helm-spacemacs-help.el @@ -156,8 +156,6 @@ `("Spacemacs documentation" . ,r)) ((string-equal r "FAQ.org") `("Spacemacs FAQ" . ,r)) - ((string-equal r "HOWTOs.org") - `("Quick HOW-TOs for Spacemacs" . ,r)) ((string-equal r "LAYERS.org") `("Tips on writing layers for Spacemacs" . ,r)) ((string-equal r "QUICK_START.org") diff --git a/layers/+completion/spacemacs-ivy/local/ivy-spacemacs-help/ivy-spacemacs-help.el b/layers/+completion/spacemacs-ivy/local/ivy-spacemacs-help/ivy-spacemacs-help.el index 681dcd546..6fc0b4002 100644 --- a/layers/+completion/spacemacs-ivy/local/ivy-spacemacs-help/ivy-spacemacs-help.el +++ b/layers/+completion/spacemacs-ivy/local/ivy-spacemacs-help/ivy-spacemacs-help.el @@ -79,8 +79,6 @@ `("Spacemacs documentation" . ,r)) ((string-equal r "FAQ.org") `("Spacemacs FAQ" . ,r)) - ((string-equal r "HOWTOs.org") - `("Quick HOW-TOs for Spacemacs" . ,r)) ((string-equal r "LAYERS.org") `("Tips on writing layers for Spacemacs" . ,r)) ((string-equal r "QUICK_START.org")