summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAndrew Clayton <a.clayton@nginx.com>2024-01-11 03:31:13 +0000
committerAndrew Clayton <a.clayton@nginx.com>2024-01-11 03:31:13 +0000
commit3a751f78ae9ef330c575419f749c903f359a7c80 (patch)
tree1d71ff9fa2e7aaded971c6c58080d1f062358b51
parent01c43784ec53aa1ff22aca7e7ae6f18b4591b514 (diff)
downloadunit-wasm-3a751f78ae9ef330c575419f749c903f359a7c80.tar.gz
unit-wasm-3a751f78ae9ef330c575419f749c903f359a7c80.tar.bz2
CONTRIBUTING.md: Fix a link to the unit-wasm GH issues page
Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
-rw-r--r--CONTRIBUTING.md6
1 files changed, 3 insertions, 3 deletions
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