Skip to content

Commit 8da8070

Browse files
committed
Fix typo
1 parent 3dee10a commit 8da8070

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/partials/navbar.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<a class="dropdown-item" href="{{ anchor_base_url }}#features">Features</a>
3939
<a class="dropdown-item" href="{{ anchor_base_url }}#examples">Examples</a>
4040
<div class="dropdown-divider"></div>
41-
<a class="dropdown-item" href="{{ site.urls.docs }}>All Documentation</a>
41+
<a class="dropdown-item" href="{{ site.urls.docs }}">All Documentation</a>
4242
<div class="dropdown-divider"></div>
4343
<a class="dropdown-item" href="{{ site.urls.docs }}/libimobiledevice/latest">libimobiledevice <span class="badge badge-info">API</span></a>
4444
<a class="dropdown-item" href="{{ site.urls.docs }}/libplist/latest">libplist <span class="badge badge-info">API</span></a>

0 commit comments

Comments
 (0)