Use proper URL for documentation links

This commit is contained in:
Martin Szulecki
2020-09-27 19:01:46 +02:00
parent ad4b2ad1b0
commit d4f646354d
4 changed files with 7 additions and 3 deletions
+2
View File
@@ -8,6 +8,8 @@ canonicalurl: false
googleanalytics: false
twitter:
username: libimobiledev
urls:
docs: https://docs.libimobiledevice.org
language: en
languages:
- code: en
+2
View File
@@ -8,6 +8,8 @@ canonicalurl: true
googleanalytics: "UA-4831747-7"
twitter:
username: libimobiledev
urls:
docs: https://docs.libimobiledevice.org
language: en
languages:
- code: en
@@ -4,5 +4,5 @@ date: 2020-06-16 20:00 CEST
author: https://github.com/FunkyM
image: img/news/new-api-css.png
---
The [API Documentation](https://libimobiledevice.org/docs/libimobiledevice/latest) for libimobiledevice has been updated.
A refresh of this website is planned next.
The [API Documentation](https://docs.libimobiledevice.org/libimobiledevice/latest) for libimobiledevice has been updated.
A refresh of this website is planned next.
+1 -1
View File
@@ -38,7 +38,7 @@
<a class="dropdown-item" href="{{ anchor_base_url }}#features">Features</a>
<a class="dropdown-item" href="{{ anchor_base_url }}#examples">Examples</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="https://docs.libimobiledevice.org/libimobiledevice/latest">libimobiledevice <span class="badge badge-info">API</span></a>
<a class="dropdown-item" href="{{ site.urls.docs }}/libimobiledevice/latest">libimobiledevice <span class="badge badge-info">API</span></a>
<a class="dropdown-item disabled" href="#" title="Oh noe. Sorry, that one is not available yet.">libideviceactivation <span class="badge badge-muted">API</span></a>
<a class="dropdown-item disabled" href="#" title="Oh noe. Sorry, that one is not available yet.">libusbmuxd <span class="badge badge-muted">API</span></a>
<a class="dropdown-item disabled" href="#" title="Oh noe. Sorry, that one is not available yet.">libplist <span class="badge badge-muted">API</span></a>