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/02/25 06:47:20 UTC

[submarine] branch master updated: Submarine 749. Update links in README.md to submarine website

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 cd86cb8  Submarine 749. Update links in README.md to submarine website
cd86cb8 is described below

commit cd86cb836f8176efad82aaedc37a1c28b894fe2d
Author: Justin Chang <yc...@gmail.com>
AuthorDate: Wed Feb 24 17:08:01 2021 +0800

    Submarine 749. Update links in README.md to submarine website
    
    ### What is this PR for?
    Update links in README.md to submarine website
    
    ### What type of PR is it?
    [Bug Fix]
    
    ### Todos
    
    ### What is the Jira issue?
    * Open an issue on Jira https://issues.apache.org/jira/browse/SUBMARINE-749/
    
    ### How should this be tested?
    click the links in README.md to check whether they work.
    
    ### Screenshots (if appropriate)
    
    ### Questions:
    * Does the licenses files need update? No
    * Is there breaking changes for older versions? No
    * Does this needs documentation? No
    
    Author: Justin Chang <yc...@gmail.com>
    
    Signed-off-by: Kevin <pi...@apache.org>
    
    Closes #523 from yuanchiachang/SUBMARINE-749 and squashes the following commits:
    
    f4414b9f [Justin Chang] SUBMARINE-749. Update links to submarine website
    9c14650f [Justin Chang] SUBMARINE-749. Update links to submarine website
    e419cae7 [Justin Chang] SUBMARINE-749. Update links in README.md
    26d7db28 [Justin Chang] SUBMARINE-749. Update some links in REAME.md
    b4253bd3 [Justin Chang] SUBMARINE-749. Update links in README.md
    df47570a [Justin Chang] SUBMARINE-749. Update some links in REAME.md
---
 README.md | 17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)

diff --git a/README.md b/README.md
index 8ae1f5a..0e1229e 100644
--- a/README.md
+++ b/README.md
@@ -122,7 +122,8 @@ submarine_client.get_log(id)
 submarine_client.list_experiments(status='running')
 ```
 
-For a quick-start, see [Submarine On K8s](docs/userdocs/k8s/README.md)
+
+For a quick-start, see [Submarine On K8s](https://submarine.apache.org/docs/adminDocs/k8s/README)
 
 
 ### Example: Submit a pre-defined experiment template job
@@ -133,25 +134,27 @@ For a quick-start, see [Submarine On K8s](docs/userdocs/k8s/README.md)
 
 ## Architecture, Design and requirements
 
-If you want to know more about Submarine's architecture, components, requirements and design doc, they can be found on [Architecture-and-requirement](docs/design/architecture-and-requirements.md)
+If you want to know more about Submarine's architecture, components, requirements and design doc, they can be found on [Architecture-and-requirement](https://submarine.apache.org/docs/designDocs/architecture-and-requirements)
 
-Detailed design documentation, implementation notes can be found at: [Implementation notes](docs/design/implementation-notes.md)
+Detailed design documentation, implementation notes can be found at: [Implementation notes](https://submarine.apache.org/docs/designDocs/implementation-notes)
 
 ## Apache Submarine Community
 
-Read the [Apache Submarine Community Guide](./docs/community/README.md)
+Read the [Apache Submarine Community Guide](https://submarine.apache.org/docs/community/README)
+
+How to contribute [Contributing Guide](https://submarine.apache.org/docs/community/contributing)
 
-How to contribute [Contributing Guide](./docs/community/contributing.md)
 
 Issue Tracking: https://issues.apache.org/jira/projects/SUBMARINE
 
 ## User Document
 
-See [User Guide Home Page](docs/user-guide-home.md)
+
+See [User Guide Home Page](https://submarine.apache.org/docs/)
 
 ## Developer Document
 
-See [Developer Guide Home Page](docs/development-guide-home.md)
+See [Developer Guide Home Page](https://submarine.apache.org/docs/devDocs/Development/)
 
 ## Roadmap
 


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