Skip to content

Commit 5930e0b

Browse files
docs: Fix logo in README
PR-377: #377
1 parent 4e73b3e commit 5930e0b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![pypi version](https://img.shields.io/pypi/v/griffe.svg)](https://pypi.org/project/griffe/)
66
[![gitter](https://badges.gitter.im/join%20chat.svg)](https://app.gitter.im/#/room/#mkdocstrings_griffe:gitter.im)
77

8-
<img src="logo.svg" alt="Griffe logo, created by François Rozet &lt;francois.rozet@outlook.com&gt;" style="float: right; max-width: 200px; margin: 0 15px;">
8+
<img src="https://raw.githubusercontent.com/mkdocstrings/griffe/main/logo.svg" alt="Griffe logo, created by François Rozet" width="200" align="right">
99

1010
Signatures for entire Python programs. Extract the structure, the frame, the skeleton of your project, to generate API documentation or find breaking changes in your API.
1111

@@ -73,7 +73,7 @@ Parameter kind was changed:
7373
```
7474

7575
It's also possible to directly **check packages from PyPI.org**
76-
(or other indexes configured through `PIP_INDEX_URL`).
76+
(or other indexes configured through `PIP_INDEX_URL`).
7777
This feature is [available to sponsors only](https://mkdocstrings.github.io/griffe/insiders/)
7878
and requires that you install Griffe with the `pypi` extra:
7979

0 commit comments

Comments
 (0)