diff --git a/src/IDF/templates/idf/wiki/wiki-default-page.mdtext b/src/IDF/templates/idf/wiki/wiki-default-page.mdtext index 097a4df..48632a1 100644 --- a/src/IDF/templates/idf/wiki/wiki-default-page.mdtext +++ b/src/IDF/templates/idf/wiki/wiki-default-page.mdtext @@ -1,6 +1,6 @@ -{aurl 'syntax_url', 'IDF_Views_Wiki::view', array($project.shortname, 'markdown-help')} +{aurl 'syntax_url', 'IDF_Views_Wiki::view', array($project.shortname, 'IndeferoMarkdownHelp')} {aurl 'wiki_add', 'IDF_Views_Wiki::create', array($project.shortname)} -{aurl 'wiki_update', 'IDF_Views_Wiki::update', array($project.shortname, 'summary-default')} +{aurl 'wiki_update', 'IDF_Views_Wiki::update', array($project.shortname, 'IndeferoSummaryDefault')} {aurl 'wiki_admin', 'IDF_Views_Project::adminWiki', array($project.shortname)} {blocktrans} Welcome on the documentation section of the project {$project->name}.