| ... |
... |
@@ -64,8 +64,8 @@ |
| 64 |
64 |
#set ($featureCards = [{ |
| 65 |
65 |
'icon': 'fa fa-pencil', |
| 66 |
66 |
'title': $services.localization.render('help.edit.title'), |
| 67 |
|
- 'description': $services.localization.render('help.edit.description',["<a href='https://www.xwiki.org/xwiki/bin/view/Documentation/UserGuide/Features/PageEditing' class='wikiexternallink'>",'</a>',"<a href='$xwiki.getURL('XWiki.XWikiSyntax')'>"]), |
| 68 |
|
- 'documentation': 'https://www.xwiki.org/xwiki/bin/view/Documentation/UserGuide/Features/PageEditing', |
|
67 |
+ 'description': $services.localization.render('help.edit.description',["<a href='https://platform.xwiki.org/xwiki/bin/view/Features/PageEditing' class='wikiexternallink'>",'</a>',"<a href='$xwiki.getURL('XWiki.XWikiSyntax')'>"]), |
|
68 |
+ 'documentation': 'https://platform.xwiki.org/xwiki/bin/view/Features/PageEditing', |
| 69 |
69 |
'examples': $xwiki.getURL('Sandbox.WebHome', 'edit', 'editor=wysiwyg') |
| 70 |
70 |
}, { |
| 71 |
71 |
'icon': 'fa fa-file-text-o', |
| ... |
... |
@@ -89,19 +89,19 @@ |
| 89 |
89 |
'icon': 'fa fa-sitemap', |
| 90 |
90 |
'title': $services.localization.render('help.organization.title'), |
| 91 |
91 |
'description': $services.localization.render('help.organization.description'), |
| 92 |
|
- 'documentation': 'https://www.xwiki.org/xwiki/bin/view/Documentation/UserGuide/Features/ContentOrganization/', |
|
92 |
+ 'documentation': 'https://platform.xwiki.org/xwiki/bin/view/Features/ContentOrganization/', |
| 93 |
93 |
'examples': $xwiki.getURL('Main.AllDocs', 'view', 'view=tree') |
| 94 |
94 |
}, { |
| 95 |
95 |
'icon': 'fa fa-history', |
| 96 |
96 |
'title': $services.localization.render('help.history.title'), |
| 97 |
97 |
'description': $services.localization.render('help.history.description'), |
| 98 |
|
- 'documentation': 'https://www.xwiki.org/xwiki/bin/view/Documentation/UserGuide/Features/VersionControl', |
|
98 |
+ 'documentation': 'https://platform.xwiki.org/xwiki/bin/view/Features/VersionControl', |
| 99 |
99 |
'examples': $historyURL |
| 100 |
100 |
}, { |
| 101 |
101 |
'icon': 'fa fa-download', |
| 102 |
102 |
'title': $services.localization.render('help.import.title'), |
| 103 |
103 |
'description': $services.localization.render('help.import.description'), |
| 104 |
|
- 'documentation': 'https://www.xwiki.org/xwiki/bin/view/Documentation/UserGuide/Features/Imports' |
|
104 |
+ 'documentation': 'https://platform.xwiki.org/xwiki/bin/view/Features/Imports' |
| 105 |
105 |
}]) |
| 106 |
106 |
{{/velocity}} |
| 107 |
107 |
|