Fixed url

This commit is contained in:
Simon Cambier
2023-10-12 21:14:03 +02:00
parent 4a1021f0d9
commit fc6df5d36b

View File

@@ -464,7 +464,7 @@ export class SettingsTab extends PluginSettingTab {
const httpServerDesc = new DocumentFragment() const httpServerDesc = new DocumentFragment()
httpServerDesc.createSpan({}, span => { httpServerDesc.createSpan({}, span => {
span.innerHTML = `Omnisearch can be used through a simple HTTP server (<a href="https://publish.obsidian.md/omnisearch/Public+API+%26+URL+Scheme#HTTP">more information</a>).` span.innerHTML = `Omnisearch can be used through a simple HTTP server (<a href="https://publish.obsidian.md/omnisearch/Public+API+%26+URL+Scheme#HTTP+Server">more information</a>).`
}) })
new Setting(containerEl) new Setting(containerEl)
.setName('API Access Through HTTP') .setName('API Access Through HTTP')