diff options
author | Andrew Clayton <a.clayton@nginx.com> | 2024-01-11 03:31:13 +0000 |
---|---|---|
committer | Andrew Clayton <a.clayton@nginx.com> | 2024-01-11 03:31:13 +0000 |
commit | 3a751f78ae9ef330c575419f749c903f359a7c80 (patch) | |
tree | 1d71ff9fa2e7aaded971c6c58080d1f062358b51 /CONTRIBUTING.md | |
parent | 01c43784ec53aa1ff22aca7e7ae6f18b4591b514 (diff) | |
download | unit-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>
Diffstat (limited to '')
-rw-r--r-- | CONTRIBUTING.md | 6 |
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 |