From 545af776d05bf05b2d3fd406fc3b016cea8fe5c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6?= Date: Fri, 19 Aug 2022 10:02:18 +0200 Subject: [PATCH] Apply suggestions from code review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Christoph Wurst Signed-off-by: John Molakvoæ --- .../app_upgrade_guide/upgrade_to_25.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_25.rst b/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_25.rst index 0174c1f01..e2c988b1a 100644 --- a/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_25.rst +++ b/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_25.rst @@ -23,7 +23,7 @@ SCSS support removal With 25, we removed the support for scss files provided by apps. Please handle your own compilation, move to a vue app or move back to css. -See https://github.com/nextcloud/server/issues/32060 +See `Github issue `_. Front-end changes ----------------- @@ -43,4 +43,4 @@ tbd Removed APIs ^^^^^^^^^^^^ -- Removed SVG colour api +- Removed SVG colour API