You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by mo...@apache.org on 2020/04/02 17:38:55 UTC

[geode-native] branch moleske-patch-2 created (now df791c5)

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

moleske pushed a change to branch moleske-patch-2
in repository https://gitbox.apache.org/repos/asf/geode-native.git.


      at df791c5  Fix broken Geode Image Link

This branch includes the following new commits:

     new df791c5  Fix broken Geode Image Link

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[geode-native] 01/01: Fix broken Geode Image Link

Posted by mo...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

moleske pushed a commit to branch moleske-patch-2
in repository https://gitbox.apache.org/repos/asf/geode-native.git

commit df791c5bfd084b0d8dc307da6346a7b60cefab30
Author: M. Oleske <mo...@users.noreply.github.com>
AuthorDate: Thu Apr 2 10:38:48 2020 -0700

    Fix broken Geode Image Link
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 86256ef..f333bef 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-[<img src="https://geode.apache.org/img/apache_geode_logo.png" align="center"/>](http://geode.apache.org)
+[<img src="https://geode.apache.org/img/Apache_Geode_logo.png" align="center"/>](http://geode.apache.org)
 
 [![Build Status](https://travis-ci.org/apache/geode-native.svg?branch=develop)](https://travis-ci.org/apache/geode-native) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0) [![Total alerts](https://img.shields.io/lgtm/alerts/g/apache/geode-native.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/apache/geode-native/alerts/) [![Language grade: C/C++](https://img.shields.io/lgtm/grade/cpp/g/apache/geode-native.svg?l [...]