You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-08-13 22:12:50 +02:00
More consistent links
This commit is contained in:
@@ -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', {});
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user