From c77c30b1d5a46dc12dcec16af6d30d81ab7b13d4 Mon Sep 17 00:00:00 2001 From: Keith Cirkel Date: Wed, 12 Oct 2022 15:12:28 +0100 Subject: [PATCH] fix permalink for conventions v2 guide --- docs/_guide/conventions-2.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/_guide/conventions-2.md b/docs/_guide/conventions-2.md index 3ad6b25b..3dd30ca6 100644 --- a/docs/_guide/conventions-2.md +++ b/docs/_guide/conventions-2.md @@ -3,6 +3,7 @@ version: 2 chapter: 13 title: Conventions subtitle: Common naming and patterns +permalink: /guide-v2/conventions --- Catalyst strives for convention over code. Here are a few conventions we recommend when writing Catalyst code: