1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-24 08:12:24 +02:00

More consistent links

This commit is contained in:
Laurent Cozic 2018-03-09 08:57:34 +00:00
parent 083ab0c788
commit 32791f502e
4 changed files with 3 additions and 3 deletions

View File

@ -313,9 +313,9 @@ async function main() {
selectedDesktop: 'selected',
});
renderFileToHtml(rootDir + '/readme/e2ee.md', rootDir + '/docs/help/e2ee.html', {});
renderFileToHtml(rootDir + '/readme/spec.md', rootDir + '/docs/help/spec.html', {});
renderFileToHtml(rootDir + '/readme/donate.md', rootDir + '/docs/donate.html', {});
renderFileToHtml(rootDir + '/readme/e2ee.md', rootDir + '/docs/help/e2ee/index.html', {});
renderFileToHtml(rootDir + '/readme/spec.md', rootDir + '/docs/help/spec/index.html', {});
renderFileToHtml(rootDir + '/readme/donate.md', rootDir + '/docs/donate/index.html', {});
}