mitm преди 8 години
родител
ревизия
aed7381711
променени са 2 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 1 1
      src/docs/asciidoc/wiki/atom_editor.adoc
  2. 1 1
      src/docs/asciidoc/wiki/atom_snippets.adoc

+ 1 - 1
src/docs/asciidoc/wiki/atom_editor.adoc

@@ -111,7 +111,7 @@ The Atom AsciiDoc packages add great functionality to the editor, but they do no
 '.source.asciidoc':
   'Internal Cross Reference':
     'prefix': '<<'
-    'body': '<<${1:path-to-wikipage}#,${2:custom label text}>>'
+    'body': '<<${1:path/to/wiki/page}#,${2:custom label text}>>'
 ----
 
 Thereafter just type kbd:[<<]  and hit kbd:[Tab] to insert an Internal Cross Reference link. You can then use the kbd:[Tab] key to cycle through each tab stop when your ready.

+ 1 - 1
src/docs/asciidoc/wiki/atom_snippets.adoc

@@ -36,5 +36,5 @@ Edit this file to add snippets to the snippets.cson file for the link:https://at
 '.source.asciidoc':
   'Internal Cross Reference':
     'prefix': '<<'
-    'body': '<<${1:path-to-wikipage}#,${2:custom label text}>>'
+    'body': '<<${1:path/to/wiki/page}#,${2:custom label text}>>'
 ----