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/12 19:27:18 UTC

[submarine] branch master updated: SUBMARINE-735. Fix broken link in docs

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 56d1420  SUBMARINE-735. Fix broken link in docs
56d1420 is described below

commit 56d14208b8174607c7fe0bf22526f734a067f3d6
Author: Kevin Su <pi...@apache.org>
AuthorDate: Sat Feb 13 01:53:12 2021 +0800

    SUBMARINE-735. Fix broken link in docs
    
    ### What is this PR for?
    Some links are broken due to the updates in SUBMARINE-732
    
    ### What type of PR is it?
    [Bug Fix]
    
    ### Todos
    * [ ] - Task
    
    ### What is the Jira issue?
    https://issues.apache.org/jira/browse/SUBMARINE-735
    
    ### How should this be tested?
    https://travis-ci.com/github/pingsutw/hadoop-submarine/jobs/482679003
    
    ### Screenshots (if appropriate)
    ![Screenshot from 2021-02-13 01-58-17](https://user-images.githubusercontent.com/37936015/107804603-07061980-6d9f-11eb-8946-fb208bbe175a.png)
    
    ### Questions:
    * Does the licenses files need update? No
    * Is there breaking changes for older versions? No
    * Does this needs documentation? No
    
    Author: Kevin Su <pi...@apache.org>
    
    Signed-off-by: Kevin <pi...@apache.org>
    
    Closes #511 from pingsutw/SUBMARINE-735 and squashes the following commits:
    
    3ec8eb3c [Kevin Su] SUBMARINE-735. Fix broken link in docs
---
 README.md                    | 2 +-
 website/docusaurus.config.js | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 2980443..8ae1f5a 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@
 
 
 
-![color_logo_with_text](docs/assets/color_logo_with_text.png)
+![color_logo_with_text](website/docs/assets/color_logo_with_text.png)
 
 [![Build Status](https://travis-ci.org/apache/submarine.svg?branch=master)](https://travis-ci.org/apache/submarine) [![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)  [![HitCount](http://hits.dwyl.io/apache/submarine.svg)](http://hits.dwyl.io/apache/submarine) [![PyPI version](https://badge.fury.io/py/apache-submarine.svg)](https://badge.fury.io/py/apache-submarine)
 
diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js
index 356afab..10cc5d3 100644
--- a/website/docusaurus.config.js
+++ b/website/docusaurus.config.js
@@ -32,7 +32,7 @@ module.exports = {
       title: 'Apache Submarine',
       logo: {
         alt: 'Apache Submarine Site Logo',
-        src: 'https://github.com/apache/submarine/blob/master/docs/assets/128-black.png?raw=true',
+        src: 'https://github.com/apache/submarine/blob/master/website/docs/assets/128-black.png?raw=true',
       },
       items: [
         {


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