From 38161d81fa979327506a8e2b28e7382ba7c59040 Mon Sep 17 00:00:00 2001 From: Martyn Welch <martyn.welch@collabora.com> Date: Mon, 12 Oct 2020 12:06:12 +0100 Subject: [PATCH] Point to local copy of developer docs We now have a copy of the developer docs on the website, point to them rather than developer.apertis.org (which should soon be redirected). Signed-off-by: Martyn Welch <martyn.welch@collabora.com> --- content/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/_index.md b/content/_index.md index c8ebecbbd..859972e6f 100644 --- a/content/_index.md +++ b/content/_index.md @@ -76,4 +76,4 @@ Apertis provides a number of pre-built images for Intel (64-bit) and ARM (32-bit * [Design documents]( {{< ref "designs" >}} ) * [Concept designs]( {{< ref "concepts" >}} ) * [Supported APIs]( {{< ref "apis.md" >}} ) -* [App developer portal](https://developer.apertis.org) +* [Developer Guide]( {{< ref "developer/_index.md" >}} ) -- GitLab