We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dee10a commit 8da8070Copy full SHA for 8da8070
layouts/partials/navbar.html.twig
@@ -38,7 +38,7 @@
38
<a class="dropdown-item" href="{{ anchor_base_url }}#features">Features</a>
39
<a class="dropdown-item" href="{{ anchor_base_url }}#examples">Examples</a>
40
<div class="dropdown-divider"></div>
41
- <a class="dropdown-item" href="{{ site.urls.docs }}>All Documentation</a>
+ <a class="dropdown-item" href="{{ site.urls.docs }}">All Documentation</a>
42
43
<a class="dropdown-item" href="{{ site.urls.docs }}/libimobiledevice/latest">libimobiledevice <span class="badge badge-info">API</span></a>
44
<a class="dropdown-item" href="{{ site.urls.docs }}/libplist/latest">libplist <span class="badge badge-info">API</span></a>
0 commit comments