You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by to...@apache.org on 2021/02/25 00:59:36 UTC

[apisix-ingress-controller] branch master updated: docs: fix SDK doc link broken (#266)

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

tokers pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git


The following commit(s) were added to refs/heads/master by this push:
     new 5e43d78  docs: fix SDK doc link broken (#266)
5e43d78 is described below

commit 5e43d78ae33f6f9a56169ae362732368e961bc7a
Author: Cliff Su <st...@yahoo.com.tw>
AuthorDate: Thu Feb 25 08:59:22 2021 +0800

    docs: fix SDK doc link broken (#266)
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 040619b..72d50ee 100644
--- a/README.md
+++ b/README.md
@@ -98,7 +98,7 @@ Get more [implementation details](./docs/en/latest/design.md).
 ## Documents
 
 * [Usage](./docs/en/latest/usage.md)
-* [SDK doc](./docs/en/latest/develop.md)
+* [SDK doc](./docs/en/latest/development.md)
 * [Design introduction](./docs/en/latest/design.md)
 
 ## FAQ