You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@skywalking.apache.org by wu...@apache.org on 2018/04/17 10:04:03 UTC

[incubator-skywalking] branch master updated: Fix document error (#1087)

This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking.git


The following commit(s) were added to refs/heads/master by this push:
     new 59c945a  Fix document error (#1087)
59c945a is described below

commit 59c945a2b826f27d719860562f10002fcd253b0d
Author: lican <29...@qq.com>
AuthorDate: Tue Apr 17 18:03:57 2018 +0800

    Fix document error (#1087)
---
 docs/README.md    | 4 ++--
 docs/README_ZH.md | 2 +-
 docs/cn/TLS-CN.md | 5 ++---
 3 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/docs/README.md b/docs/README.md
index 7996d32..da1e139 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -38,8 +38,8 @@
     * [Videos](https://github.com/OpenSkywalking/Community#videos)
     * [Articles](https://github.com/OpenSkywalking/Community#articles)
   * FAQ
-    * [Why only traces in UI?](cn/FAQ/Why-have-traces-no-others.md)
-    * [Too many GRPC logs in the console](cn/FAQ/Too-many-gRPC-logs.md)
+    * [Why only traces in UI?](en/FAQ/Why-have-traces-no-others.md)
+    * [Too many GRPC logs in the console](en/FAQ/Too-many-gRPC-logs.md)
     * [The trace doesn't continue in kafka consumer side](en/FAQ/kafka-plugin.md)
     * [Agent or collector version upgrade](en/FAQ/Upgrade.md)
     
diff --git a/docs/README_ZH.md b/docs/README_ZH.md
index 52522cb..d0462f1 100644
--- a/docs/README_ZH.md
+++ b/docs/README_ZH.md
@@ -21,7 +21,7 @@
       * [log4j2组件](cn/Application-toolkit-log4j-2.x-CN.md)
       * [logback组件](cn/Application-toolkit-logback-1.x-CN.md)
     * [Trace](cn/Application-toolkit-trace-CN.md)
-    * [调用链跨线程传递](cn/Application-toolkit-trace-cross-thread-CN.md) 
+    * [调用链跨线程传递](cn/Application-toolkit-trace-cross-thread-CN.md) 
   * 测试用例
     * [插件测试](https://github.com/SkywalkingTest/agent-integration-test-report)
     * [Java 探针性能测试](https://skywalkingtest.github.io/Agent-Benchmarks/README_zh.html)
diff --git a/docs/cn/TLS-CN.md b/docs/cn/TLS-CN.md
index 0f62e54..3af94d1 100644
--- a/docs/cn/TLS-CN.md
+++ b/docs/cn/TLS-CN.md
@@ -2,7 +2,7 @@
 在通过Internet传输数据时,传输层安全(TLS)是一种非常常见的安全方式
 用户可能会在一些场景下遇到这样的情形:
 
->被监控(部署探针)的应用中部署在同一个私有云(VPC)区域当中,与此同时, SkyWalking 的服务端部署在另一个私有云(VPC)区域中
+> 被监控(部署探针)的应用中部署在同一个私有云(VPC)区域当中,与此同时, SkyWalking 的服务端部署在另一个私有云(VPC)区域中
 > 
 > 在这种情况下,就非常有必要做一些传输安全认证.
 
@@ -16,7 +16,7 @@
 
 ## 认证模式
 仅仅支持 **非双向认证**.
-- 如果你比较熟悉如何生存 key 文件,可以使用 [脚本](../../tools/TLS/tls_key_generate.sh) .
+- 如果你比较熟悉如何生成 key 文件,可以使用 [脚本](../../tools/TLS/tls_key_generate.sh) .
 - 在客户端使用 `ca.crt`文件
 - 在服务端使用 `server.crt` 和 `server.pem`. 
 
@@ -35,7 +35,6 @@
 - `ssl_private_key_file` 配置为 `server.pem`的绝对路径.
 
 ## 避免端口共享
-在大多数情况下,
 在大多数情况下,我们建议在`agent_gRPC / gRPC`和`remote / gRPC`模块中共享所有gRPC服务的端口。
 但是,当你在`agent_gRPC / gRPC`模块中打开TLS时不要这样做,原因就是无论是否开始TLS,你都无法监听端口。
 解决方案, 换一个端口 `remote/gRPC/port`.

-- 
To stop receiving notification emails like this one, please contact
wusheng@apache.org.