From 5401dde00294b6eee61944a83f54abbe1b933d33 Mon Sep 17 00:00:00 2001 From: Tshepang Mbambo Date: Mon, 3 Jul 2023 01:15:54 +0200 Subject: [PATCH] fix link --- src/implementing_new_features.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/implementing_new_features.md b/src/implementing_new_features.md index c7f2aa000..01508889f 100644 --- a/src/implementing_new_features.md +++ b/src/implementing_new_features.md @@ -6,8 +6,8 @@ When you want to implement a new significant feature in the compiler, you need to go through this process to make sure everything goes smoothly. -**NOTE: this section is for *language* features, not *library* features, which use [a different -*process].** +**NOTE: this section is for *language* features, not *library* features, +which use [a different process].** [a different process]: ./stability.md