You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by me...@apache.org on 2022/04/19 04:06:11 UTC

[apisix] branch master updated: docs: we don't use our fork anymore (#6875)

This is an automated email from the ASF dual-hosted git repository.

membphis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git


The following commit(s) were added to refs/heads/master by this push:
     new 0c04da4a9 docs: we don't use our fork anymore (#6875)
0c04da4a9 is described below

commit 0c04da4a949d3a1e98d3062f2caf1c3dfaea66eb
Author: 罗泽轩 <sp...@gmail.com>
AuthorDate: Tue Apr 19 12:06:05 2022 +0800

    docs: we don't use our fork anymore (#6875)
    
    Signed-off-by: spacewander <sp...@gmail.com>
---
 docs/en/latest/internal/testing-framework.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/en/latest/internal/testing-framework.md b/docs/en/latest/internal/testing-framework.md
index 85128d418..36dd31d6e 100644
--- a/docs/en/latest/internal/testing-framework.md
+++ b/docs/en/latest/internal/testing-framework.md
@@ -21,7 +21,7 @@ title: Introducing APISIX's testing framework
 #
 -->
 
-APISIX uses a testing framework based on our fork of test-nginx: https://github.com/openresty/test-nginx.
+APISIX uses a testing framework based on test-nginx: https://github.com/openresty/test-nginx.
 For details, you can check the [documentation](https://metacpan.org/pod/Test::Nginx) of this project.
 
 If you want to test the CLI behavior of APISIX (`./bin/apisix`),