From 3a751f78ae9ef330c575419f749c903f359a7c80 Mon Sep 17 00:00:00 2001 From: Andrew Clayton Date: Thu, 11 Jan 2024 03:31:13 +0000 Subject: CONTRIBUTING.md: Fix a link to the unit-wasm GH issues page Signed-off-by: Andrew Clayton --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'CONTRIBUTING.md') diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 19ead6e..90917bf 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -45,9 +45,9 @@ case showing the expected behavior that doesn't occur. ### Suggest an Enhancement To suggest an enhancement, open an -[issue](https://github.com/nginx/unit/issues/new) on GitHub with the label -`enhancement`. Please do this before implementing a new feature to discuss -the feature first. +[issue](https://github.com/nginx/unit-wasm/issues/new) on GitHub with the +label `enhancement`. Please do this before implementing a new feature to +discuss the feature first. ### Open a Pull Request -- cgit