You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@submarine.apache.org by pi...@apache.org on 2021/10/20 16:13:15 UTC

[submarine] branch master updated: SUBMARINE-1057. Correct the link in Readme

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

pingsutw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/submarine.git


The following commit(s) were added to refs/heads/master by this push:
     new 1536c73  SUBMARINE-1057. Correct the link in Readme
1536c73 is described below

commit 1536c73c7a5685f753840a4d0122c9fa3aa70e2c
Author: steinsgateted <st...@gmail.com>
AuthorDate: Tue Oct 19 15:13:24 2021 +0800

    SUBMARINE-1057. Correct the link in Readme
    
    ### What is this PR for?
    It shows 404 not found
    https://github.com/apache/submarine/blob/master/README.md?plain=1#L132
    
    should be change to https://submarine.apache.org/docs/gettingStarted/quickstart
    
    ### What type of PR is it?
    [Bug Fix]
    
    ### Todos
    
    ### What is the Jira issue?
    https://issues.apache.org/jira/projects/SUBMARINE/issues/SUBMARINE-1057
    
    ### How should this be tested?
    
    ### Screenshots (if appropriate)
    
    ### Questions:
    * Do the license files need updating? No
    * Are there breaking changes for older versions? No
    * Does this need new documentation? No
    
    Author: steinsgateted <st...@gmail.com>
    
    Signed-off-by: Kevin <pi...@apache.org>
    
    Closes #782 from steinsgateted/SUBMARINE-1057 and squashes the following commits:
    
    00e96280 [steinsgateted] SUBMARINE-1057. Correct the link in Readme
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index c6c1dfe..c443d86 100644
--- a/README.md
+++ b/README.md
@@ -129,7 +129,7 @@ submarine_client.get_log(id)
 submarine_client.list_experiments(status='running')
 ```
 
-For a quick-start, see [Submarine On K8s](https://submarine.apache.org/docs/adminDocs/k8s/README)
+For a quick-start, see [Submarine On K8s](https://submarine.apache.org/docs/gettingStarted/quickstart)
 
 ### Example: Submit a pre-defined experiment template job
 

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@submarine.apache.org
For additional commands, e-mail: dev-help@submarine.apache.org