diff --git a/app/en/blogs/RDMA/RDMA_Network_Guide.md b/app/en/blogs/RDMA/RDMA_Network_Guide.md
index 6454a7783c36373acf15d5b2f987541a4112f571..31a6cd7b5ed4b9de1c56e18a89b1d8e8e9275aeb 100644
--- a/app/en/blogs/RDMA/RDMA_Network_Guide.md
+++ b/app/en/blogs/RDMA/RDMA_Network_Guide.md
@@ -119,7 +119,7 @@ Command output:
ofed_info -s
```
- If the queried driver version is the same as the version installed in [Installing the MLNX Driver](#EN-US_TOPIC_0000001745738900), the driver version is correct.
+ If the queried driver version is the same as the version installed in [Installing the MLNX Driver](#installing-the-mlnx-driver), the driver version is correct.
3. Load the MST tool.
@@ -352,7 +352,6 @@ Command output:
**Table 1** Common IB commands
-
Command
|
Description
diff --git a/app/en/blogs/weak-modules/Modification_of_the_weak-modules_Script_for_OS_Compatibility.md b/app/en/blogs/weak-modules/Modification_of_the_weak-modules_Script_for_OS_Compatibility.md
index eff9a7569b5f710b5038dac31d1af89f7827d9b6..1db778417d8a1ed8f0e3bffd62132d0ba4e4396d 100644
--- a/app/en/blogs/weak-modules/Modification_of_the_weak-modules_Script_for_OS_Compatibility.md
+++ b/app/en/blogs/weak-modules/Modification_of_the_weak-modules_Script_for_OS_Compatibility.md
@@ -132,15 +132,15 @@ The **weak-modules** script checks OS compatibility as follows:
5. Check whether all symbols in **S-target** can be matched in **S-all**.
- If all symbols in **S-target** can be found in **S-all**, the .ko file is determined as compatible. In this case, the symbolic link of the .ko file is created in **/lib/modules/$\(uname -r\)/weak-updates/**.
-- If any symbol in **S-target** cannot be found in **S-all**, the .ko file is considered incompatible and an error is reported. For details about error handling, see [Solution](#EN-US_TOPIC_0000001745579444).
+- If any symbol in **S-target** cannot be found in **S-all**, the .ko file is considered incompatible and an error is reported. For details about error handling, see [Solution](#Solution).
# Precautions and Recommendations
Before installing the RPM packages, check whether the minor kernel version used for urma compilation matches the minor version of the OS. If they match, install the RPM packages.
-If not, refer to [Solution](#EN-US_TOPIC_0000001745579444).
+If not, refer to [Solution](#Solution).
-# Solution
+# Solution
Add the .ko files that have been installed using RPM to **S-all** to determine symbol dependency.
diff --git a/app/zh/blogs/RDMA/RDMA.md b/app/zh/blogs/RDMA/RDMA.md
index c4e75aaad9f268d2109ad09903c18ad7fcdd1a8f..4baff774566e1a50c1a153bffd38fb22da07ca38 100644
--- a/app/zh/blogs/RDMA/RDMA.md
+++ b/app/zh/blogs/RDMA/RDMA.md
@@ -121,7 +121,7 @@ lspci |grep Mellanox
ofed_info -s
```
- 回显驱动版本与安装MLNX驱动版本一致则版本无误。
+ 回显驱动版本与[安装MLNX驱动](#安装mlnx驱动)版本一致则版本无误。
3. 加载MST工具。
@@ -354,7 +354,6 @@ lspci |grep Mellanox
**表 1** 常用IB命令
-
命令
|
含义
diff --git "a/app/zh/blogs/weak-modules/OS\345\205\274\345\256\271\346\200\247weak-modules\350\204\232\346\234\254\344\277\256\346\224\271\346\226\271\346\263\225.md" "b/app/zh/blogs/weak-modules/OS\345\205\274\345\256\271\346\200\247weak-modules\350\204\232\346\234\254\344\277\256\346\224\271\346\226\271\346\263\225.md"
index f0d4d680699ae826a364765a7cc4b59601900eb9..0c798f7f88938a9a90766ad68c7d609290202f88 100644
--- "a/app/zh/blogs/weak-modules/OS\345\205\274\345\256\271\346\200\247weak-modules\350\204\232\346\234\254\344\277\256\346\224\271\346\226\271\346\263\225.md"
+++ "b/app/zh/blogs/weak-modules/OS\345\205\274\345\256\271\346\200\247weak-modules\350\204\232\346\234\254\344\277\256\346\224\271\346\226\271\346\263\225.md"
@@ -132,15 +132,15 @@ weak-modules脚本判断是否兼容流程:
5. 检查**S-target**中的所有符号是否能在**S-all**中找到匹配。
- 如果**S-target**中的所有符号都能在**S-all**中找到,那么兼容性就判断为可兼容,则在“/lib/modules/$\(uname -r\)/weak-updates/“中创建原ko文件的符号链接。
-- 如果**S-target**中有符号不能在**S-all**中找到,那么兼容性将判断为不兼容,将会直接报错。处理方法请参见[解决方法](#ZH-CN_TOPIC_0000001745579444)。
+- 如果**S-target**中有符号不能在**S-all**中找到,那么兼容性将判断为不兼容,将会直接报错。处理方法请参见[解决方法](#解决方法)。
# 预防措施和规范建议
在安装RPM包之前,先检查urma编译使用的内核小版本和实际的系统小版本,版本匹配后再进行安装操作。
-如果不匹配,亦可参见[解决方法](#ZH-CN_TOPIC_0000001745579444)处理。
+如果不匹配,亦可参见[解决方法](#解决方法)处理。
-# 解决方法
+# 解决方法
将当前已RPM安装的ko文件加入**S-all**中进行符号依赖的判断。
|
---|
|
---|