summaryrefslogtreecommitdiff
path: root/edge/test
diff options
context:
space:
mode:
authorXiang Dai <long0dai@foxmail.com>2020-07-20 17:10:25 +0800
committerXiang Dai <long0dai@foxmail.com>2020-07-20 17:10:25 +0800
commitd6203be4f658c4d7f6225aae37409c37627e729d (patch)
tree6333ab628822b0e179cadd2547092faeb5edec71 /edge/test
parentMerge pull request #1838 from XJangel/rotation (diff)
downloadkubeedge-d6203be4f658c4d7f6225aae37409c37627e729d.tar.gz
Docs: fix all dead links
Signed-off-by: Xiang Dai <long0dai@foxmail.com>
Diffstat (limited to 'edge/test')
-rw-r--r--edge/test/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/edge/test/README.md b/edge/test/README.md
index 8ea0cb27a..f8d3c100a 100644
--- a/edge/test/README.md
+++ b/edge/test/README.md
@@ -49,7 +49,7 @@ make edgecore
##### in `modules.yaml` (add the `testManager`)
-Kubeedge uses [beehive](https://github.com/kubeedge/kubeedge/blob/master/docs/modules/beehive.md) framework as the inter-module communication, all modules in the kubeedge need to register with beehive.
+Kubeedge uses [beehive](../../docs/components/beehive.md) framework as the inter-module communication, all modules in the kubeedge need to register with beehive.
`testManager` is a module like other KubeEdge modules. So, it has to be configured as shown below.
```yaml