diff --git a/docs/en/docs/A-Ops/deploying-aops.md b/docs/en/docs/A-Ops/deploying-aops.md index f7f2cb8d867ab915bf51bcdf7b002a172936a01e..e7634bbdd62a5e522a9b9e431062bc9306c37f53 100644 --- a/docs/en/docs/A-Ops/deploying-aops.md +++ b/docs/en/docs/A-Ops/deploying-aops.md @@ -43,7 +43,7 @@ yum install aops-tools Use the **aops-basedatabase** script installed during aops-tools installation to install MySQL. ``` -cd /opt/aops/aops_tools +cd /opt/aops/scripts ./aops-basedatabase mysql ``` diff --git "a/docs/zh/docs/A-Ops/gala-gopher\344\275\277\347\224\250\346\211\213\345\206\214.md" "b/docs/zh/docs/A-Ops/gala-gopher\344\275\277\347\224\250\346\211\213\345\206\214.md" index 571247a8b5e055c944220a812eaabc044e824527..06c3555a062246ac41673705873266c2e2867f71 100644 --- "a/docs/zh/docs/A-Ops/gala-gopher\344\275\277\347\224\250\346\211\213\345\206\214.md" +++ "b/docs/zh/docs/A-Ops/gala-gopher\344\275\277\347\224\250\346\211\213\345\206\214.md" @@ -11,14 +11,14 @@ gala-gopher作为数据采集模块提供OS级的监控能力,支持动态加 ```basic [oe-2309] # openEuler 2309 官方发布源 name=oe2309 -baseurl=http://119.3.219.20:82/openEuler:/23.09/standard_x86_64 +baseurl=https://repo.openeuler.org/openEuler-23.09/OS/x86_64/ enabled=1 gpgcheck=0 priority=1 [oe-2309:Epol] # openEuler 2309:Epol 官方发布源 name=oe2309_epol -baseurl=http://119.3.219.20:82/openEuler:/23.09:/Epol/standard_x86_64/ +baseurl=https://repo.openeuler.org/openEuler-23.09/EPOL/main/x86_64/ enabled=1 gpgcheck=0 priority=1 diff --git "a/docs/zh/docs/KubeEdge/KubeEdge\344\275\277\347\224\250\346\226\207\346\241\243.md" "b/docs/zh/docs/KubeEdge/KubeEdge\344\275\277\347\224\250\346\226\207\346\241\243.md" index 3fcb029e67790128c688c757cc5afdbe1fdef689..ce0fccbf42a3dd3a225c3051035a889e95489b0b 100644 --- "a/docs/zh/docs/KubeEdge/KubeEdge\344\275\277\347\224\250\346\226\207\346\241\243.md" +++ "b/docs/zh/docs/KubeEdge/KubeEdge\344\275\277\347\224\250\346\226\207\346\241\243.md" @@ -204,7 +204,7 @@ kubeedge-pi-counter-c69698d6-rb4xz 1/1 Running 0 2m 192 |Name | Description | |---|---| - |[LED-RaspBerry-Pi](led-raspberrypi/README.md) |Controlling a LED light with Raspberry Pi using KubeEdge platform.| + |[LED-RaspBerry-Pi](https://github.com/kubeedge/examples/blob/master/led-raspberrypi/README.md) |Controlling a LED light with Raspberry Pi using KubeEdge platform.| |[Data Analysis @ Edge](apache-beam-analysis/README.md) | Analyzing data at edge by using Apache Beam and KubeEdge.| |[Security@Edge](security-demo/README.md) | Security at edge using SPIRE for identity management.| |[ Bluetooth-CC2650-demo](bluetooth-CC2650-demo/README.md) |Controlling a CC2650 SensorTag bluetooth device using KubeEdge platform.|