website related changes (#2230)

* updated in-app links to external websites

* updated link in promo image

* Documentation to troubleshooting page

Co-authored-by: Ronny Wegener <wegener.ronny@gmail.com>
This commit is contained in:
Sheepux 2020-08-29 02:41:46 +02:00 committed by GitHub
parent 4d6f45f72f
commit dc850613fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 10 deletions

Binary file not shown.

View File

@ -172,11 +172,11 @@
<tr>
<td width="1">Help & Info:</td>
<td style="font-size: 1.5em; padding-top: 0.25em;">
<i class="fas fa-fw fa-book button" on-click="openWindow" title="Read User Documentation (GitHub Wiki)" data-href="https://github.com/manga-download/hakuneko/wiki"></i>
<i class="fas fa-fw fa-exclamation-circle button" on-click="openWindow" title="Show Troubleshooting (GitHub Wiki)" data-href="https://github.com/manga-download/hakuneko/wiki/Troubleshooting"></i>
<i class="fas fa-fw fa-bug button" on-click="openWindow" title="Report Problem (GitHub Issues)" data-href$="https://docs.google.com/forms/d/e/1FAIpQLSfHUn92wqncQUKbJAqY-NUYdshOoyyRYGcxHjGGUaqYuyBqCw/viewform?usp=pp_url&entry.535298315=HakuNeko+User&entry.1990156964=[[ version.branch.label ]]@[[ version.revision.label ]]"></i>
<i class="fab fa-fw fa-discord fa-flip-horizontal button" on-click="openWindow" title="Support Channel (Discord)" data-href="https://discordapp.com/invite/A5d3NDf"></i>
<i class="fas fa-fw fa-street-view button" on-click="openWindow" title="IP Geolocation Lookup" data-href="https://ipinfo.io/json"></i>
<i class="fas fa-fw fa-home button" on-click="openWindow" title="Visit the HakuNeko Homepage" data-href="https://hakuneko.download"></i>
<i class="fas fa-fw fa-book button" on-click="openWindow" title="Read the Online Documentation" data-href="https://hakuneko.download/docs/interface/"></i>
<i class="fas fa-fw fa-bug button" on-click="openWindow" title="Open a Ticket on GitHub" data-href="https://hakuneko.download/docs/troubleshoot/"></i>
<i class="fab fa-fw fa-discord fa-flip-horizontal button" on-click="openWindow" title="Login to the Community Support Channel" data-href="https://discordapp.com/invite/A5d3NDf"></i>
<i class="fas fa-fw fa-street-view button" on-click="openWindow" title="Show your external IP and Geolocation" data-href="https://ipinfo.io/json"></i>
</td>
</tr>
</table>

View File

@ -172,11 +172,11 @@
<tr>
<td width="1">Help & Info:</td>
<td style="font-size: 1.5em; padding-top: 0.25em;">
<i class="fas fa-fw fa-book button" on-click="openWindow" title="Read User Documentation (GitHub Wiki)" data-href="https://github.com/manga-download/hakuneko/wiki"></i>
<i class="fas fa-fw fa-exclamation-circle button" on-click="openWindow" title="Show Troubleshooting (GitHub Wiki)" data-href="https://github.com/manga-download/hakuneko/wiki/Troubleshooting"></i>
<i class="fas fa-fw fa-bug button" on-click="openWindow" title="Report Problem (GitHub Issues)" data-href$="https://docs.google.com/forms/d/e/1FAIpQLSfHUn92wqncQUKbJAqY-NUYdshOoyyRYGcxHjGGUaqYuyBqCw/viewform?usp=pp_url&entry.535298315=HakuNeko+User&entry.1990156964=[[ version.branch.label ]]@[[ version.revision.label ]]"></i>
<i class="fab fa-fw fa-discord fa-flip-horizontal button" on-click="openWindow" title="Support Channel (Discord)" data-href="https://discordapp.com/invite/A5d3NDf"></i>
<i class="fas fa-fw fa-street-view button" on-click="openWindow" title="IP Geolocation Lookup" data-href="https://ipinfo.io/json"></i>
<i class="fas fa-fw fa-home button" on-click="openWindow" title="Visit the HakuNeko Homepage" data-href="https://hakuneko.download"></i>
<i class="fas fa-fw fa-book button" on-click="openWindow" title="Read the Online Documentation" data-href="https://hakuneko.download/docs/interface/"></i>
<i class="fas fa-fw fa-bug button" on-click="openWindow" title="Open a Ticket on GitHub" data-href="https://hakuneko.download/docs/troubleshoot/"></i>
<i class="fab fa-fw fa-discord fa-flip-horizontal button" on-click="openWindow" title="Login to the Community Support Channel" data-href="https://discordapp.com/invite/A5d3NDf"></i>
<i class="fas fa-fw fa-street-view button" on-click="openWindow" title="Show your external IP and Geolocation" data-href="https://ipinfo.io/json"></i>
</td>
</tr>
</table>