Use proper URL for documentation links
This commit is contained in:
@@ -8,6 +8,8 @@ canonicalurl: false
|
||||
googleanalytics: false
|
||||
twitter:
|
||||
username: libimobiledev
|
||||
urls:
|
||||
docs: https://docs.libimobiledevice.org
|
||||
language: en
|
||||
languages:
|
||||
- code: en
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user