diff --git a/README.zh_CN.md b/README.zh_CN.md
index 125dc7219a8..ff0a1e7006f 100644
--- a/README.zh_CN.md
+++ b/README.zh_CN.md
@@ -1,6 +1,6 @@
# Nacos 官方网站
-该项目保留了用于构建 [Nacos](https://github.com/alibaba/nacos)官方网站的所有资源,该网站服务于http://nacos.io。
+该项目保留了用于构建 [Nacos](https://github.com/alibaba/nacos)官方网站的所有资源,该网站服务于[https://nacos.io](https://nacos.io)。
# README.md同时有以下语言的版本
@@ -10,7 +10,7 @@
## 构建指令
1. 在 `npm i` 根目录中运行以安装依赖项。
-2. 在根目录下运行 `npm run dev` 启动本地服务器,您将在“http://localhost:4321/”中看到网站。
+2. 在根目录下运行 `npm run dev` 启动本地服务器,您将在“[http://localhost:4321/](http://localhost:4321/)”中看到网站。
3. 运行 `npm run build` 以构建源代码。
## 版本要求
diff --git a/src/content/docs/latest/en/guide/user/sdk.md b/src/content/docs/latest/en/guide/user/sdk.md
index dcf516ec127..dee966286d0 100644
--- a/src/content/docs/latest/en/guide/user/sdk.md
+++ b/src/content/docs/latest/en/guide/user/sdk.md
@@ -15,7 +15,7 @@ Maven coordinates
com.alibaba.nacos
nacos-client
- ${version}
+ ${NACOS-VERSION}
```
diff --git a/src/content/docs/latest/zh-cn/contribution/contributing.md b/src/content/docs/latest/zh-cn/contribution/contributing.md
index c286342063d..50dbf526c85 100644
--- a/src/content/docs/latest/zh-cn/contribution/contributing.md
+++ b/src/content/docs/latest/zh-cn/contribution/contributing.md
@@ -10,7 +10,7 @@ sidebar:
我们非常欢迎您的贡献和加入,无论是微不足道的清理或大的新功能。我们希望为每个编程语言提供高质量、有良好文档的代码。
-这也不是代码是唯一有贡献项目的方式。我们非常重视文档、与其他项目的集成,并欣然接受这些方面的改进。
+这也不是说代码是唯一有贡献项目的方式。我们非常重视文档、与其他项目的集成,并欣然接受这些方面的改进。
## 联系我们
diff --git a/src/content/docs/latest/zh-cn/guide/user/sdk.md b/src/content/docs/latest/zh-cn/guide/user/sdk.md
index 68ae90fbc32..3902a275ef6 100644
--- a/src/content/docs/latest/zh-cn/guide/user/sdk.md
+++ b/src/content/docs/latest/zh-cn/guide/user/sdk.md
@@ -15,7 +15,7 @@ Maven 坐标
com.alibaba.nacos
nacos-client
- ${version}
+ ${NACOS-VERSION}
```
@@ -654,4 +654,4 @@ String value = properties2.getProperty("global-key1");
|containsKey| key: String | boolean | 判断是否包含指定 key 的值, 包含返回 true 否则 false|
|asProperties| void | Properties | 将 NacosClientProperties 对象转换为 Properties 对象|
|derive| void | NacosClientProperties | 创建一个继承父 NacosClientProperties 所有配置的 NacosClientProperties 对象, 内部包含一个空 Properties |
-|derive| Properties | NacosClientProperties | 创建一个继承父 NacosClientProperties 所有配置的 NacosClientProperties 对象, 内部包含指定的 Properties 对象|
\ No newline at end of file
+|derive| Properties | NacosClientProperties | 创建一个继承父 NacosClientProperties 所有配置的 NacosClientProperties 对象, 内部包含指定的 Properties 对象|
diff --git a/src/content/docs/next/en/guide/user/sdk.md b/src/content/docs/next/en/guide/user/sdk.md
index dcf516ec127..dee966286d0 100644
--- a/src/content/docs/next/en/guide/user/sdk.md
+++ b/src/content/docs/next/en/guide/user/sdk.md
@@ -15,7 +15,7 @@ Maven coordinates
com.alibaba.nacos
nacos-client
- ${version}
+ ${NACOS-VERSION}
```
diff --git a/src/content/docs/next/zh-cn/contribution/contributing.md b/src/content/docs/next/zh-cn/contribution/contributing.md
index c286342063d..50dbf526c85 100644
--- a/src/content/docs/next/zh-cn/contribution/contributing.md
+++ b/src/content/docs/next/zh-cn/contribution/contributing.md
@@ -10,7 +10,7 @@ sidebar:
我们非常欢迎您的贡献和加入,无论是微不足道的清理或大的新功能。我们希望为每个编程语言提供高质量、有良好文档的代码。
-这也不是代码是唯一有贡献项目的方式。我们非常重视文档、与其他项目的集成,并欣然接受这些方面的改进。
+这也不是说代码是唯一有贡献项目的方式。我们非常重视文档、与其他项目的集成,并欣然接受这些方面的改进。
## 联系我们
diff --git a/src/content/docs/next/zh-cn/guide/user/sdk.md b/src/content/docs/next/zh-cn/guide/user/sdk.md
index 68ae90fbc32..3902a275ef6 100644
--- a/src/content/docs/next/zh-cn/guide/user/sdk.md
+++ b/src/content/docs/next/zh-cn/guide/user/sdk.md
@@ -15,7 +15,7 @@ Maven 坐标
com.alibaba.nacos
nacos-client
- ${version}
+ ${NACOS-VERSION}
```
@@ -654,4 +654,4 @@ String value = properties2.getProperty("global-key1");
|containsKey| key: String | boolean | 判断是否包含指定 key 的值, 包含返回 true 否则 false|
|asProperties| void | Properties | 将 NacosClientProperties 对象转换为 Properties 对象|
|derive| void | NacosClientProperties | 创建一个继承父 NacosClientProperties 所有配置的 NacosClientProperties 对象, 内部包含一个空 Properties |
-|derive| Properties | NacosClientProperties | 创建一个继承父 NacosClientProperties 所有配置的 NacosClientProperties 对象, 内部包含指定的 Properties 对象|
\ No newline at end of file
+|derive| Properties | NacosClientProperties | 创建一个继承父 NacosClientProperties 所有配置的 NacosClientProperties 对象, 内部包含指定的 Properties 对象|
diff --git a/src/content/docs/v1/en/sdk.md b/src/content/docs/v1/en/sdk.md
index 9208bf1b171..ff34bb590db 100644
--- a/src/content/docs/v1/en/sdk.md
+++ b/src/content/docs/v1/en/sdk.md
@@ -13,7 +13,7 @@ Maven coordinates
com.alibaba.nacos
nacos-client
- ${version}
+ ${NACOS-VERSION}
```
diff --git a/src/content/docs/v1/zh-cn/contributing.md b/src/content/docs/v1/zh-cn/contributing.md
index 02b4861e84e..7f5cd598bff 100644
--- a/src/content/docs/v1/zh-cn/contributing.md
+++ b/src/content/docs/v1/zh-cn/contributing.md
@@ -8,7 +8,7 @@ description: 我们非常欢迎您的贡献和加入,无论是微不足道的
我们非常欢迎您的贡献和加入,无论是微不足道的清理或大的新功能。我们希望为每个编程语言提供高质量、有良好文档的代码。
-这也不是代码是唯一有贡献项目的方式。我们非常重视文档、与其他项目的集成,并欣然接受这些方面的改进。
+这也不是说代码是唯一有贡献项目的方式。我们非常重视文档、与其他项目的集成,并欣然接受这些方面的改进。
## 联系我们
diff --git a/src/content/docs/v1/zh-cn/sdk.md b/src/content/docs/v1/zh-cn/sdk.md
index c7cb73c7d0a..67e060600ff 100644
--- a/src/content/docs/v1/zh-cn/sdk.md
+++ b/src/content/docs/v1/zh-cn/sdk.md
@@ -13,7 +13,7 @@ Maven 坐标
com.alibaba.nacos
nacos-client
- ${version}
+ ${NACOS-VERSION}
```
diff --git a/src/content/docs/v2/en/guide/user/sdk.md b/src/content/docs/v2/en/guide/user/sdk.md
index dcf516ec127..dee966286d0 100644
--- a/src/content/docs/v2/en/guide/user/sdk.md
+++ b/src/content/docs/v2/en/guide/user/sdk.md
@@ -15,7 +15,7 @@ Maven coordinates
com.alibaba.nacos
nacos-client
- ${version}
+ ${NACOS-VERSION}
```
diff --git a/src/content/docs/v2/zh-cn/contribution/contributing.md b/src/content/docs/v2/zh-cn/contribution/contributing.md
index c286342063d..50dbf526c85 100644
--- a/src/content/docs/v2/zh-cn/contribution/contributing.md
+++ b/src/content/docs/v2/zh-cn/contribution/contributing.md
@@ -10,7 +10,7 @@ sidebar:
我们非常欢迎您的贡献和加入,无论是微不足道的清理或大的新功能。我们希望为每个编程语言提供高质量、有良好文档的代码。
-这也不是代码是唯一有贡献项目的方式。我们非常重视文档、与其他项目的集成,并欣然接受这些方面的改进。
+这也不是说代码是唯一有贡献项目的方式。我们非常重视文档、与其他项目的集成,并欣然接受这些方面的改进。
## 联系我们
diff --git a/src/content/docs/v2/zh-cn/guide/user/sdk.md b/src/content/docs/v2/zh-cn/guide/user/sdk.md
index 68ae90fbc32..3902a275ef6 100644
--- a/src/content/docs/v2/zh-cn/guide/user/sdk.md
+++ b/src/content/docs/v2/zh-cn/guide/user/sdk.md
@@ -15,7 +15,7 @@ Maven 坐标
com.alibaba.nacos
nacos-client
- ${version}
+ ${NACOS-VERSION}
```
@@ -654,4 +654,4 @@ String value = properties2.getProperty("global-key1");
|containsKey| key: String | boolean | 判断是否包含指定 key 的值, 包含返回 true 否则 false|
|asProperties| void | Properties | 将 NacosClientProperties 对象转换为 Properties 对象|
|derive| void | NacosClientProperties | 创建一个继承父 NacosClientProperties 所有配置的 NacosClientProperties 对象, 内部包含一个空 Properties |
-|derive| Properties | NacosClientProperties | 创建一个继承父 NacosClientProperties 所有配置的 NacosClientProperties 对象, 内部包含指定的 Properties 对象|
\ No newline at end of file
+|derive| Properties | NacosClientProperties | 创建一个继承父 NacosClientProperties 所有配置的 NacosClientProperties 对象, 内部包含指定的 Properties 对象|