Skip to content

Commit 0a58350

Browse files
committed
Fix image URL in Ansible installer README
1 parent bc0610d commit 0a58350

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<h1 align="center">Crunchy Data PostgreSQL Operator</h1>
22
<p align="center">
3-
<img width="150" src="./crunchy_logo.png?raw=true"/>
3+
<img width="150" src="crunchy_logo.png" alt="Crunchy Data"/>
44
</p>
55

66
[![Go Report Card](https://goreportcard.com/badge/github.com/CrunchyData/postgres-operator)](https://goreportcard.com/report/github.com/CrunchyData/postgres-operator)

installers/ansible/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Crunchy Data PostgreSQL Operator Playbook
22

33
<p align="center">
4-
<img src="crunchy_logo.png?raw=false" alt="Mr. Crunchy" width="150"/>
4+
<img width="150" src="../../crunchy_logo.png" alt="Crunchy Data"/>
55
</p>
66

77
Latest Release: 4.3.2

0 commit comments

Comments
 (0)