From d4f646354d862032b61ba4c6d6e32ab258af0998 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Sun, 27 Sep 2020 19:01:46 +0200 Subject: [PATCH] Use proper URL for documentation links --- config.development.yml | 2 ++ config.production.yml | 2 ++ content/news/2020-06-16-Fresh Documentation.md | 4 ++-- layouts/partials/navbar.html.twig | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/config.development.yml b/config.development.yml index b5e286c..f9b5b10 100644 --- a/config.development.yml +++ b/config.development.yml @@ -8,6 +8,8 @@ canonicalurl: false googleanalytics: false twitter: username: libimobiledev +urls: + docs: https://docs.libimobiledevice.org language: en languages: - code: en diff --git a/config.production.yml b/config.production.yml index 7bfc2d7..47ae695 100644 --- a/config.production.yml +++ b/config.production.yml @@ -8,6 +8,8 @@ canonicalurl: true googleanalytics: "UA-4831747-7" twitter: username: libimobiledev +urls: + docs: https://docs.libimobiledevice.org language: en languages: - code: en diff --git a/content/news/2020-06-16-Fresh Documentation.md b/content/news/2020-06-16-Fresh Documentation.md index eb4eff8..2064b79 100644 --- a/content/news/2020-06-16-Fresh Documentation.md +++ b/content/news/2020-06-16-Fresh Documentation.md @@ -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. \ No newline at end of file +The [API Documentation](https://docs.libimobiledevice.org/libimobiledevice/latest) for libimobiledevice has been updated. +A refresh of this website is planned next. diff --git a/layouts/partials/navbar.html.twig b/layouts/partials/navbar.html.twig index 6ff3e17..28a4865 100644 --- a/layouts/partials/navbar.html.twig +++ b/layouts/partials/navbar.html.twig @@ -38,7 +38,7 @@ Features Examples - libimobiledevice API + libimobiledevice API libideviceactivation API libusbmuxd API libplist API