diff options
| author | Xiang Dai <long0dai@foxmail.com> | 2020-07-20 17:10:25 +0800 |
|---|---|---|
| committer | Xiang Dai <long0dai@foxmail.com> | 2020-07-20 17:10:25 +0800 |
| commit | d6203be4f658c4d7f6225aae37409c37627e729d (patch) | |
| tree | 6333ab628822b0e179cadd2547092faeb5edec71 /edge/test | |
| parent | Merge pull request #1838 from XJangel/rotation (diff) | |
| download | kubeedge-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.md | 2 |
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 |
