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/09/12 09:49:25 UTC

[incubator-skywalking] branch docs updated: Fix few words.

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

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


The following commit(s) were added to refs/heads/docs by this push:
     new 3501c03  Fix few words.
3501c03 is described below

commit 3501c03303eebad8189c64e3c79e59f6123d7b3e
Author: Wu Sheng <wu...@foxmail.com>
AuthorDate: Wed Sep 12 17:49:19 2018 +0800

    Fix few words.
---
 docs/en/setup/backend/backend-setup.md    | 3 +++
 docs/en/setup/backend/backend-ui-setup.md | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/docs/en/setup/backend/backend-setup.md b/docs/en/setup/backend/backend-setup.md
index 50fa387..bb3d045 100644
--- a/docs/en/setup/backend/backend-setup.md
+++ b/docs/en/setup/backend/backend-setup.md
@@ -2,6 +2,9 @@
 First and most important thing is, SkyWalking backend startup behaviours are driven by `config/application.yml`.
 Understood the setting file will help you to read this document.
 
+## Startup script
+Startup scripts are `/bin/oapService.sh`(.bat)
+
 ## application.yml
 The core concept behind this setting file is, SkyWalking collector is based on pure modulization design. 
 End user can switch or assemble the collector features by their own requirements.
diff --git a/docs/en/setup/backend/backend-ui-setup.md b/docs/en/setup/backend/backend-ui-setup.md
index cd04b81..323739a 100644
--- a/docs/en/setup/backend/backend-ui-setup.md
+++ b/docs/en/setup/backend/backend-ui-setup.md
@@ -34,7 +34,7 @@ Before that, you should know how agent/probe, backend, UI communicate with each
 data to backend. Also, jetty service supported in JSON format. 
 - UI uses GraphQL(HTTP) query to access backend also in Jetty service(`core/default/rest*` in `application.yml`).
 
-Now, let's go the backend and UI setting documents.
+Now, let's continue with the backend and UI setting documents.
 - [Backend setup document](backend-setup.md)
 - [UI setup document](ui-setup.md)