Skip to content

Commit f821528

Browse files
committed
update docs links
1 parent d11c720 commit f821528

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

config.development.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ googleanalytics: false
99
twitter:
1010
username: libimobiledev
1111
urls:
12-
docs: https://docs.libimobiledevice.org
12+
docs: https://libimobiledevice.org/docs
1313
language: en
1414
languages:
1515
- code: en

config.production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ googleanalytics: "UA-4831747-7"
99
twitter:
1010
username: libimobiledev
1111
urls:
12-
docs: https://docs.libimobiledevice.org
12+
docs: https://libimobiledevice.org/docs
1313
language: en
1414
languages:
1515
- code: en

layouts/partials/navbar.html.twig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@
3939
<a class="dropdown-item" href="{{ anchor_base_url }}#examples">Examples</a>
4040
<div class="dropdown-divider"></div>
4141
<a class="dropdown-item" href="{{ site.urls.docs }}/libimobiledevice/latest">libimobiledevice <span class="badge badge-info">API</span></a>
42+
<a class="dropdown-item" href="{{ site.urls.docs }}/libplist/latest">libplist <span class="badge badge-muted">API</span></a>
4243
<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>
4344
<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>
44-
<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>
4545
<a class="dropdown-item disabled" href="#" title="Oh noe. Sorry, that one is not available yet.">libirecovery <span class="badge badge-muted">API</span></a>
4646
</div>
4747
</li>
@@ -76,4 +76,4 @@
7676
</ul>
7777

7878
</div>
79-
</nav>
79+
</nav>

0 commit comments

Comments
 (0)