You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2018/10/01 08:26:34 UTC

[GitHub] wu-sheng closed pull request #1726: Fix broken links to the correct page

wu-sheng closed pull request #1726: Fix broken links to the correct page
URL: https://github.com/apache/incubator-skywalking/pull/1726
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/apm-dist/release-docs/README.txt b/apm-dist/release-docs/README.txt
index d704ef9f8..0fc7799bc 100644
--- a/apm-dist/release-docs/README.txt
+++ b/apm-dist/release-docs/README.txt
@@ -20,10 +20,10 @@ Getting Started
 To help you get started, try the following links:
 
 Getting Started
-    https://github.com/apache/incubator-skywalking/blob/master/docs/en/Quick-start.md
+    https://github.com/apache/incubator-skywalking/blob/master/docs/en/setup/README.md
 
 Building
-    https://github.com/apache/incubator-skywalking/blob/master/docs/en/How-to-build.md
+    https://github.com/apache/incubator-skywalking/blob/master/docs/en/guides/How-to-build.md
 
 We welcome contributions of all kinds, for details of how you can help
     https://github.com/apache/incubator-skywalking/blob/master/CONTRIBUTING.md
@@ -31,10 +31,6 @@ We welcome contributions of all kinds, for details of how you can help
 Find the issue tracker from here
     https://github.com/apache/incubator-skywalking/issues
 
-Find our roadmap
-    https://github.com/apache/incubator-skywalking/blob/master/docs/ROADMAP.md
-
-
 Please help us make Apache SkyWalking better - we appreciate any feedback
 you may have.
 
@@ -46,4 +42,4 @@ Licensing
 ===============================================================================
 
 This software is licensed under the terms you may find in the file
-named "LICENSE" in this directory.
\ No newline at end of file
+named "LICENSE" in this directory.
diff --git a/docs/en/setup/service-agent/java-agent/Quick-start.md b/docs/en/setup/service-agent/java-agent/Quick-start.md
deleted file mode 100644
index f553453b1..000000000
--- a/docs/en/setup/service-agent/java-agent/Quick-start.md
+++ /dev/null
@@ -1,13 +0,0 @@
-# Quick start
-Quick start is for end users to start up the SkyWalking quickly in local.
-
-1. Download releases from Apache official website. [Link](http://skywalking.apache.org/downloads/)
-1. Deploy backend on local. See [collector in standalone mode doc](Deploy-backend-in-standalone-mode.md)
-1. Install Java Agent. [Doc](Deploy-skywalking-agent.md)
-1. Set your OS time(include time zone) correct.
-1. Reboot your applications, and open UI.
-1. Default username/password for the login page is `admin/admin`.
-
-If you want to deploy SkyWalking in server or cloud as a cluster, please following these two documents:
-1. [Install javaagent](Deploy-skywalking-agent.md)
-1. [Deploy backend in cluster mode](Deploy-backend-in-cluster-mode.md)
\ No newline at end of file


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services