From 03515dee54b48166597b7cf481542cdb406d3ae2 Mon Sep 17 00:00:00 2001 From: crossoverJie Date: Wed, 17 Apr 2024 12:22:16 +0800 Subject: [PATCH] [doc] change e2e path (#1758) Signed-off-by: crossoverJie --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index de0ad689bf4..1d2fd3b9132 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -11,4 +11,4 @@ ## Add or update API -- [ ] I have added the necessary [e2e tests](../e2e) and all cases have passed. +- [ ] I have added the necessary [e2e tests](https://github.com/apache/hertzbeat/tree/master/e2e) and all cases have passed.