4
0
mirror of https://github.com/AzuraCast/AzuraCast.git synced 2024-06-14 13:16:37 +00:00

Fixing out of date URL (#2429)

* Fixing out of date URL

Fixed a out of date URL from the website overhaul.

* Update login.phtml
This commit is contained in:
Mitch 2020-02-23 17:39:11 +00:00 committed by GitHub
parent d0ecc88aac
commit e6df33371b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ $this->layout('minimal', [
</button>
</form>
<p class="text-center"><?=__('Please log in to continue.') ?> <?=sprintf(__('<a href="%s" target="_blank">Forgot your password?</a>'), 'https://www.azuracast.com/help/faq_docker.html#reset-an-account-password') ?></p>
<p class="text-center"><?=__('Please log in to continue.') ?> <?=sprintf(__('<a href="%s" target="_blank">Forgot your password?</a>'), 'https://www.azuracast.com/help/docker/#reset-an-account-password') ?></p>
</div>
</div>
</div>

View File

@ -55,7 +55,7 @@ $assets->load('station_streamers')
</dl>
<p><?=sprintf(__('Setup instructions for broadcasting software are available <a href="%s" target="_blank">on the AzuraCast Wiki</a>.'),
'https://www.azuracast.com/help/streaming_software.html')?></p>
'https://www.azuracast.com/station-management/djs/streaming_software.html')?></p>
</div>
</div>
</div>