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/08/26 06:35:39 UTC

[submarine] branch master updated: SUBMARINE-994. Fix broken 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 1eb3048  SUBMARINE-994. Fix broken link in README
1eb3048 is described below

commit 1eb3048f28542e3e288b17d32261e4a25c77d56b
Author: Kevin Su <pi...@apache.org>
AuthorDate: Thu Aug 26 14:31:18 2021 +0800

    SUBMARINE-994. Fix broken link in README
    
    ### What is this PR for?
    <!-- A few sentences describing the overall goals of the pull request's commits.
    First time? Check out the contributing guide - https://submarine.apache.org/contribution/contributions.html
    -->
    Fix broken link in README
    ![Screenshot from 2021-08-26 14-15-45](https://user-images.githubusercontent.com/37936015/130912807-c7b46cdf-fc14-4999-86e4-9d7aae0d8984.png)
    
    ### What type of PR is it?
    [Bug Fix]
    
    ### Todos
    * [ ] - Task
    
    ### What is the Jira issue?
    <!-- * Open an issue on Jira https://issues.apache.org/jira/browse/SUBMARINE/
    * Put link here, and add [SUBMARINE-*Jira number*] in PR title, eg. `SUBMARINE-23. PR title`
    -->
    https://issues.apache.org/jira/browse/SUBMARINE-994
    ### How should this be tested?
    <!--
    * First time? Setup Travis CI as described on https://submarine.apache.org/contribution/contributions.html#continuous-integration
    * Strongly recommended: add automated unit tests for any new or changed behavior
    * Outline any manual steps to test the PR here.
    -->
    ### 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: Kevin Su <pi...@apache.org>
    
    Signed-off-by: Kevin <pi...@apache.org>
    
    Closes #721 from pingsutw/SUBMARINE-994 and squashes the following commits:
    
    49d43a39 [Kevin Su] Fix broken link
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 741b184..ae22918 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@
 
 <div align="center">
 
-![Colored_logo_with_text](website/docs/assets/color_logo_with_text.png)
+![Colored_logo_with_text](website/static/img/icons/color_logo_with_text.png)
 
 ![Submarine workflow](https://github.com/apache/submarine/actions/workflows/master.yml/badge.svg?branch=master) ![python-sdk workflow](https://github.com/apache/submarine/actions/workflows/python.yml/badge.svg?branch=master) [![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html) [![PyPI version](https://badge.fury.io/py/apache-submarine.svg)](https://badge.fury.io/py/apache-submarine)
 

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