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:
parent
083ab0c788
commit
32791f502e
@ -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', {});
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user