[ISSUE #789] fix mistakes in dotnet client docs (#790)

* fix mistakes in dotnet client docs

* add link to example code in dotnet docs
diff --git a/community/15-shenyu-client-dotnet-release-guide.md b/community/15-shenyu-client-dotnet-release-guide.md
index ff2f2cf..cb945d3 100644
--- a/community/15-shenyu-client-dotnet-release-guide.md
+++ b/community/15-shenyu-client-dotnet-release-guide.md
@@ -122,6 +122,27 @@
 gpg --send-key 095E0D21BC28CFC7A8B8076DF7DF28D237A8048C
 ```
 
+## Before Release
+
+**1. Publish a new tag**
+
+Download and install [Git](https://git-scm.com/downloads).
+
+Create a new tag called `${PUBLISH.VERSION}`.
+
+```shell
+git clone https://github.com/apache/shenyu-client-dotnet.git ~/shenyu-client-dotnet
+cd ~/shenyu-client-dotnet/
+git checkout main
+git tag -a v${PUBLISH.VERSION} -m "${PUBLISH.VERSION} release shenyu client dotnet"
+```
+
+Push new created tag to github.
+
+```shell
+git push origin v${PUBLISH.VERSION}
+```
+
 ## Publish to SVN dev repository
 
 Install [SVN](https://tortoisesvn.net/downloads.html).
diff --git a/i18n/zh/docusaurus-plugin-content-docs-community/current/15-shenyu-client-dotnet-release-guide.md b/i18n/zh/docusaurus-plugin-content-docs-community/current/15-shenyu-client-dotnet-release-guide.md
index 2c76ca7..1e9dae6 100755
--- a/i18n/zh/docusaurus-plugin-content-docs-community/current/15-shenyu-client-dotnet-release-guide.md
+++ b/i18n/zh/docusaurus-plugin-content-docs-community/current/15-shenyu-client-dotnet-release-guide.md
@@ -131,16 +131,16 @@
 创建并切换到 `${PUBLISH.VERSION}` 标签.
 
 ```shell
-git clone https://github.com/apache/shenyu-client-golang.git ~/shenyu-client-golang
-cd ~/shenyu-client-golang/
-git checkout master
-git tag -a ${PUBLISH.VERSION} -m "${PUBLISH.VERSION} release shenyu client golang"
+git clone https://github.com/apache/shenyu-client-dotnet.git ~/shenyu-client-dotnet
+cd ~/shenyu-client-dotnet/
+git checkout main
+git tag -a v${PUBLISH.VERSION} -m "${PUBLISH.VERSION} release shenyu client dotnet"
 ```
 
 提交更新版本号后的代码和新标签。
 
 ```shell
-git push origin --tags
+git push origin v${PUBLISH.VERSION}
 ```
 
 ## 发布到 SVN 预发仓库
diff --git a/shenyuClientDotnet/consul.md b/shenyuClientDotnet/consul.md
index abbd480..f01d01c 100644
--- a/shenyuClientDotnet/consul.md
+++ b/shenyuClientDotnet/consul.md
@@ -8,7 +8,7 @@
 
 ## ASP.NET Core project
 
-For ASP.NET Core project, we can refer to the example code at `examples/AspNetCoreExample`. What you need to do is quite
+For ASP.NET Core project, we can refer to the example code at [example code](https://github.com/apache/shenyu-client-dotnet/tree/main/examples/AspNetCoreExample). What you need to do is quite
 simple and straightforward.
 
 1. add the Shenyu ASP.NET Core dependency into project.
diff --git a/shenyuClientDotnet/etcd.md b/shenyuClientDotnet/etcd.md
index 7fca245..8810e3a 100644
--- a/shenyuClientDotnet/etcd.md
+++ b/shenyuClientDotnet/etcd.md
@@ -8,7 +8,7 @@
 
 ## ASP.NET Core project
 
-For ASP.NET Core project, we can refer to the example code at `examples/AspNetCoreExample`. What you need to do is quite
+For ASP.NET Core project, we can refer to the example code at [example code](https://github.com/apache/shenyu-client-dotnet/tree/main/examples/AspNetCoreExample). What you need to do is quite
 simple and straightforward.
 
 1. add the Shenyu ASP.NET Core dependency into project.
diff --git a/shenyuClientDotnet/http.md b/shenyuClientDotnet/http.md
index 6ba7a99..679569d 100644
--- a/shenyuClientDotnet/http.md
+++ b/shenyuClientDotnet/http.md
@@ -8,7 +8,7 @@
 
 ## ASP.NET Core project
 
-For ASP.NET Core project, we can refer to the example code at `examples/AspNetCoreExample`. What you need to do is quite
+For ASP.NET Core project, we can refer to the example code at [example code](https://github.com/apache/shenyu-client-dotnet/tree/main/examples/AspNetCoreExample). What you need to do is quite
 simple and straightforward.
 
 1. add the Shenyu ASP.NET Core dependency into project.
diff --git a/shenyuClientDotnet/nacos.md b/shenyuClientDotnet/nacos.md
index fa22324..8a1f1aa 100644
--- a/shenyuClientDotnet/nacos.md
+++ b/shenyuClientDotnet/nacos.md
@@ -8,7 +8,7 @@
 
 ## ASP.NET Core project
 
-For ASP.NET Core project, we can refer to the example code at `examples/AspNetCoreExample`. What you need to do is quite
+For ASP.NET Core project, we can refer to the example code at [example code](https://github.com/apache/shenyu-client-dotnet/tree/main/examples/AspNetCoreExample). What you need to do is quite
 simple and straightforward.
 
 1. add the Shenyu ASP.NET Core dependency into project.
diff --git a/shenyuClientDotnet/zookeeper.md b/shenyuClientDotnet/zookeeper.md
index 4f18798..6cc2a61 100644
--- a/shenyuClientDotnet/zookeeper.md
+++ b/shenyuClientDotnet/zookeeper.md
@@ -8,7 +8,7 @@
 
 ## ASP.NET Core project
 
-For ASP.NET Core project, we can refer to the example code at `examples/AspNetCoreExample`. What you need to do is quite
+For ASP.NET Core project, we can refer to the example code at [example code](https://github.com/apache/shenyu-client-dotnet/tree/main/examples/AspNetCoreExample). What you need to do is quite
 simple and straightforward.
 
 1. add the Shenyu ASP.NET Core dependency into project.