From aee65ba396a42ce9c6b1b4a3ebb05455a3532902 Mon Sep 17 00:00:00 2001 From: QilongZhang Date: Wed, 18 Apr 2018 21:55:59 +0800 Subject: [PATCH] delete unused link --- sofa-ark-samples/sample-ark-plugin/README_EN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sofa-ark-samples/sample-ark-plugin/README_EN.md b/sofa-ark-samples/sample-ark-plugin/README_EN.md index 339b73b3c..171a985a5 100644 --- a/sofa-ark-samples/sample-ark-plugin/README_EN.md +++ b/sofa-ark-samples/sample-ark-plugin/README_EN.md @@ -34,7 +34,7 @@ refer to [doc](https://alipay.github.io/sofastack.github.io/docs/build-ark-plugi This sample project is a standard maven project, it contains two modules: + common module: contains some classes exported. -+ plugin module: contains [plugin activator](./README.md) and [plugin service](./README.md). ++ plugin module: contains `plugin activator` and `plugin service`. One thing should be pointed out that dependencies imported by project also can be exported.