From ff1500d15d141b63f9c54d37a217d10956273f1e Mon Sep 17 00:00:00 2001 From: Rodolphe Breard Date: Fri, 12 Jun 2020 12:28:32 +0200 Subject: [PATCH] Fix issue link --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c516665..6d5ab9b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -21,7 +21,7 @@ An improvement that would be appreciable is to add Curve 25519 support to the [o ### Find or create a good template engine -As reported in issue #8, there is currently no perfect template engine. A good way to help improve ACMEd would be to find or create one that supports all the listed requirements. +As reported in [issue #8](https://github.com/breard-r/acmed/issues/8), there is currently no perfect template engine. A good way to help improve ACMEd would be to find or create one that supports all the listed requirements. ## Improving the code