diff options
| -rw-r--r-- | edge/test/README.md | 2 | ||||
| -rw-r--r-- | mappers/bluetooth_mapper/README.md | 2 | ||||
| -rw-r--r-- | mappers/modbus_mapper/README.md | 2 | ||||
| -rw-r--r-- | tests/e2e/mapper/bluetooth/README.md | 2 |
4 files changed, 4 insertions, 4 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 diff --git a/mappers/bluetooth_mapper/README.md b/mappers/bluetooth_mapper/README.md index 8aa149d43..c473f0740 100644 --- a/mappers/bluetooth_mapper/README.md +++ b/mappers/bluetooth_mapper/README.md @@ -1,4 +1,4 @@ # Bluetooth Mapper -- Click [here](../..//docs/mappers/bluetooth_mapper.md#bluetooth-mapper) for detailed documentation of the bluetooth mapper. +- Click [here](../../docs/components/mappers/bluetooth_mapper.md#bluetooth-mapper) for detailed documentation of the bluetooth mapper. diff --git a/mappers/modbus_mapper/README.md b/mappers/modbus_mapper/README.md index a32c3b283..476e11948 100644 --- a/mappers/modbus_mapper/README.md +++ b/mappers/modbus_mapper/README.md @@ -1,4 +1,4 @@ # Modbus Mapper -- Click [here](../../docs/mappers/modbus_mapper.md#modbus-mapper) for detailed documentation of the modbus mapper. +- Click [here](../../docs/components/mappers/modbus_mapper.md#modbus-mapper) for detailed documentation of the modbus mapper. diff --git a/tests/e2e/mapper/bluetooth/README.md b/tests/e2e/mapper/bluetooth/README.md index 1d57d55a7..07c629303 100644 --- a/tests/e2e/mapper/bluetooth/README.md +++ b/tests/e2e/mapper/bluetooth/README.md @@ -1,3 +1,3 @@ # BLUETOOTH MAPPER E2E -For running e2e tests for bluetooth mapper follow instructions given [here](../../../../docs/guides/bluetooth_mapper_e2e_guide.md)
\ No newline at end of file +For running e2e tests for bluetooth mapper follow instructions given [here](../../../../docs/contributing/bluetooth_mapper_e2e_guide.md) |
