From 1aa013ca7a4418498cfcb15b644d2142a0247a0c Mon Sep 17 00:00:00 2001 From: Sergey Sharov Date: Mon, 7 Aug 2017 09:46:34 +0300 Subject: [PATCH] Fixed links in keymap.cson --- dot-atom/keymap.cson | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dot-atom/keymap.cson b/dot-atom/keymap.cson index 01ac18cdc..bfbadea95 100644 --- a/dot-atom/keymap.cson +++ b/dot-atom/keymap.cson @@ -18,7 +18,7 @@ # 'ctrl-p': 'core:move-down' # # You can find more information about keymaps in these guides: -# * http://flight-manual.atom.io/using-atom/sections/basic-customization/#_customizing_keybindings +# * http://flight-manual.atom.io/using-atom/sections/basic-customization/#customizing-keybindings # * http://flight-manual.atom.io/behind-atom/sections/keymaps-in-depth/ # # If you're having trouble with your keybindings not working, try the @@ -29,4 +29,4 @@ # This file uses CoffeeScript Object Notation (CSON). # If you are unfamiliar with CSON, you can read more about it in the # Atom Flight Manual: -# http://flight-manual.atom.io/using-atom/sections/basic-customization/#_cson +# http://flight-manual.atom.io/using-atom/sections/basic-customization/#configuring-with-cson