From 6329879fb1472e04eda61c013a9d5660a5797183 Mon Sep 17 00:00:00 2001 From: Simon L Date: Wed, 24 May 2023 17:09:05 +0200 Subject: [PATCH] fix link Signed-off-by: Simon L --- developer_manual/design/layout.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer_manual/design/layout.rst b/developer_manual/design/layout.rst index 1958395de..9004511c6 100644 --- a/developer_manual/design/layout.rst +++ b/developer_manual/design/layout.rst @@ -11,7 +11,7 @@ While deciding how you want your app to look, there are a number of factors to c * Typical interface patterns in other similar apps in the market The `content Vue component `_ wraps your entire app. While the arrangement of components in your app is dependent on what your app does, most Nextcloud apps typically have 3 levels of hierarchy. Some commonly used layouts are: -`Penpot empty template https://design.penpot.app/#/view/db3839da-807b-8052-8002-576401e9a375?page-id=2783d7ad-98f2-804a-8002-750c2585d4f1§ion=interactions&index=5&share-id=11fde340-21f4-802e-8002-8d8d305e7ab5`_ +`Penpot empty template `_ * Navigation → content → sidebar (and a couple of variations of it, e.g. without the sidebar) * Navigation → list → content