Skip to content
This repository has been archived by the owner on Jun 27, 2020. It is now read-only.

Commit

Permalink
feat: update docs links
Browse files Browse the repository at this point in the history
  • Loading branch information
hacdias committed May 12, 2019
1 parent ead7fb4 commit 633579e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/settings/Global.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<h3>{{ $t('settings.branding') }}</h3>

<i18n path="settings.brandingHelp" tag="p" class="small">
<a class="link" target="_blank" href="https://docs.filebrowser.xyz/configuration/custom-branding">{{ $t('settings.documentation') }}</a>
<a class="link" target="_blank" href="https://filebrowser.xyz/configuration/custom-branding">{{ $t('settings.documentation') }}</a>
</i18n>

<p>
Expand Down Expand Up @@ -71,7 +71,7 @@
<i18n path="settings.commandRunnerHelp" tag="p" class="small">
<code>FILE</code>
<code>SCOPE</code>
<a class="link" target="_blank" href="https://docs.filebrowser.xyz/configuration/command-runner">{{ $t('settings.documentation') }}</a>
<a class="link" target="_blank" href="https://filebrowser.xyz/configuration/command-runner">{{ $t('settings.documentation') }}</a>
</i18n>

<div v-for="command in settings.commands" :key="command.name" class="collapsible">
Expand Down

0 comments on commit 633579e

Please sign in to comment.