Merge pull request #175 from anthonylavado/link-fix

Update the translation help link
This commit is contained in:
Vasily
2019-03-12 22:29:39 +03:00
committed by GitHub
+1 -1
View File
@@ -18,7 +18,7 @@
<div class="fieldDescription">
<div>${LabelPreferredDisplayLanguageHelp}</div>
<div style="margin-top: .25em;">
<a is="emby-linkbutton" class="button-link" href="https://jellyfin.readthedocs.io/en/latest/developer-docs/contributing/" target="_blank">${LabelReadHowYouCanContribute}</a>
<a is="emby-linkbutton" class="button-link" href="https://jellyfin.readthedocs.io/en/latest/contributor-docs/contributing/" target="_blank">${LabelReadHowYouCanContribute}</a>
</div>
</div>
</div>