mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2025-01-25 08:28:07 +00:00
Merge pull request #2200 from bookwyrm-social/docs-links
Fixes links to documentation pages
This commit is contained in:
commit
e35ce82052
2 changed files with 2 additions and 2 deletions
|
@ -86,7 +86,7 @@
|
||||||
|
|
||||||
{% if current_version %}
|
{% if current_version %}
|
||||||
<div class="column is-flex">
|
<div class="column is-flex">
|
||||||
<a href="https://docs.joinbookwyrm.com/updating-your-instance.html" class="notification is-block is-warning is-flex-grow-1" target="_blank">
|
<a href="https://docs.joinbookwyrm.com/updating.html" class="notification is-block is-warning is-flex-grow-1" target="_blank">
|
||||||
{% blocktrans trimmed with current=current_version available=available_version %}
|
{% blocktrans trimmed with current=current_version available=available_version %}
|
||||||
An update is available! You're running v{{ current }} and the latest release is {{ available }}.
|
An update is available! You're running v{{ current }} and the latest release is {{ available }}.
|
||||||
{% endblocktrans %}
|
{% endblocktrans %}
|
||||||
|
|
|
@ -144,7 +144,7 @@
|
||||||
{% blocktrans trimmed %}
|
{% blocktrans trimmed %}
|
||||||
You can change your instance settings in the <code>.env</code> file on your server.
|
You can change your instance settings in the <code>.env</code> file on your server.
|
||||||
{% endblocktrans %}
|
{% endblocktrans %}
|
||||||
<a href="https://docs.joinbookwyrm.com/installing-in-production.html" target="_blank">
|
<a href="https://docs.joinbookwyrm.com/install-prod.html" target="_blank">
|
||||||
{% trans "View installation instructions" %}
|
{% trans "View installation instructions" %}
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Reference in a new issue