chore: fix url to documentation in templates (#1231)
This commit is contained in:
parent
6914063853
commit
8cea2f75b3
|
@ -23,7 +23,7 @@
|
||||||
<h3>{{ $t('settings.branding') }}</h3>
|
<h3>{{ $t('settings.branding') }}</h3>
|
||||||
|
|
||||||
<i18n path="settings.brandingHelp" tag="p" class="small">
|
<i18n path="settings.brandingHelp" tag="p" class="small">
|
||||||
<a class="link" target="_blank" href="https://filebrowser.xyz/configuration/custom-branding">{{ $t('settings.documentation') }}</a>
|
<a class="link" target="_blank" href="https://filebrowser.org/configuration/custom-branding">{{ $t('settings.documentation') }}</a>
|
||||||
</i18n>
|
</i18n>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
@ -78,7 +78,7 @@
|
||||||
<i18n path="settings.commandRunnerHelp" tag="p" class="small">
|
<i18n path="settings.commandRunnerHelp" tag="p" class="small">
|
||||||
<code>FILE</code>
|
<code>FILE</code>
|
||||||
<code>SCOPE</code>
|
<code>SCOPE</code>
|
||||||
<a class="link" target="_blank" href="https://filebrowser.xyz/configuration/command-runner">{{ $t('settings.documentation') }}</a>
|
<a class="link" target="_blank" href="https://filebrowser.org/configuration/command-runner">{{ $t('settings.documentation') }}</a>
|
||||||
</i18n>
|
</i18n>
|
||||||
|
|
||||||
<div v-for="command in settings.commands" :key="command.name" class="collapsible">
|
<div v-for="command in settings.commands" :key="command.name" class="collapsible">
|
||||||
|
|
Loading…
Reference in New Issue