1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
From: Michael Fladischer <FladischerMichael@fladi.at>
Date: Sun, 21 Oct 2018 19:59:51 +0200
Subject: Use local copy of uvicorn logo.
---
docs/index.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/index.md b/docs/index.md
index d7d02e1..f0a82eb 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -1,5 +1,5 @@
<p align="center">
- <img width="320" height="320" src="https://raw.githubusercontent.com/tomchristie/uvicorn/master/docs/uvicorn.png" alt='uvicorn'>
+ <img width="320" height="320" src="uvicorn.png" alt='uvicorn'>
</p>
<p align="center">
|