]> git.xonotic.org Git - xonotic/xonotic.wiki.git/commitdiff
editing guide
authorMartin Taibr <taibr.martin@gmail.com>
Thu, 2 Mar 2017 07:26:35 +0000 (07:26 +0000)
committerMartin Taibr <taibr.martin@gmail.com>
Thu, 2 Mar 2017 07:26:35 +0000 (07:26 +0000)
Editing.md

index 6efd1b1912f9c368c5415dd2ca588600ee4b0251..d0fee9b63cafdbb21edd33bb0d8b7a7d1a58ec7d 100644 (file)
@@ -7,7 +7,7 @@ Filenames
 
 Use dashes in page names, not underscores - dashes get converted to spaces in page titles so we have a nice title on every page
 
-Interestingly, spaces in filenames and links seem to work fine for both GitHub and GitLab but I am sure they'd break *something somewhere* so let's stick to dashes.
+Interestingly, spaces in filenames and links seem to work fine for both GitHub and GitLab, not sure if they break somewhere else.
 
 Subdirectories
 --------------
@@ -21,7 +21,7 @@ Don't use for pages (the `.md` files) - GitHub doesn't support them properly (it
 Links to pages
 -------------
 
-Use standard markdown links: `[Text](link)` (e.g. `[Back to index](Home)` to get [Back to index](Home))
+Use standard markdown links: `[Text](link)` (e.g. `[Back to main page](Home)` to get [Back to main page](Home))
 
  - Don't prefix `link` with either `../link` or `/link` - both break on GitHub. Using `./link` seems to work ok but is unnecessary since we have to put everything in root anyway.