diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-08-17 15:53:39 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-08-17 15:53:39 +0000 |
commit | 1e28f7758f2dcade85900217605b01b3b2b07490 (patch) | |
tree | faa34a9a15a569cb1cbfe56b80b74821df11c2bc /config | |
parent | f601d5fb9e02af31db77cec5139e2ec17b240ce2 (diff) | |
download | redmine-1e28f7758f2dcade85900217605b01b3b2b07490.tar.gz redmine-1e28f7758f2dcade85900217605b01b3b2b07490.zip |
Added wiki syntax to online help.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@655 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config')
-rw-r--r-- | config/help.yml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/config/help.yml b/config/help.yml index 0315aad24..80559cbd7 100644 --- a/config/help.yml +++ b/config/help.yml @@ -57,13 +57,13 @@ pages: list_issues: ch02s03.html
add_news: ch02s06.html
list_news: ch02s06.html
- add_file: ch02s08.html
- list_files: ch02s08.html
+ add_file: ch02s11.html
+ list_files: ch02s11.html
changelog: ch02s05.html
issues:
index: ch02s03.html
documents:
- index: ch02s07.html
+ index: ch02s09.html
news:
index: ch02s06.html
versions:
@@ -80,4 +80,5 @@ pages: lost_password: ch03s03.html
register: ch03s04.html
wiki:
+ index: ch02s10.html
syntax: wiki_syntax.html
\ No newline at end of file |