mirror of https://github.com/tiangolo/fastapi.git
📝 Fix image links for sponsors (#2304)
This commit is contained in:
parent
166088775a
commit
5786d2ef78
|
|
@ -47,7 +47,7 @@ The key features are:
|
||||||
|
|
||||||
<!-- sponsors -->
|
<!-- sponsors -->
|
||||||
|
|
||||||
<a href="https://www.deta.sh/?ref=fastapi" target="_blank" title="The launchpad for all your (team's) ideas"><img src="/img/sponsors/deta.svg"></a>
|
<a href="https://www.deta.sh/?ref=fastapi" target="_blank" title="The launchpad for all your (team's) ideas"><img src="https://fastapi.tiangolo.com/img/sponsors/deta.svg"></a>
|
||||||
|
|
||||||
<!-- /sponsors -->
|
<!-- /sponsors -->
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
gold:
|
gold:
|
||||||
- url: https://www.deta.sh/?ref=fastapi
|
- url: https://www.deta.sh/?ref=fastapi
|
||||||
title: The launchpad for all your (team's) ideas
|
title: The launchpad for all your (team's) ideas
|
||||||
img: /img/sponsors/deta.svg
|
img: https://fastapi.tiangolo.com/img/sponsors/deta.svg
|
||||||
silver:
|
silver:
|
||||||
- url: https://testdriven.io/
|
- url: https://testdriven.io/
|
||||||
title: Learn to build high-quality web apps with best practices
|
title: Learn to build high-quality web apps with best practices
|
||||||
img: /img/sponsors/testdriven.svg
|
img: https://fastapi.tiangolo.com/img/sponsors/testdriven.svg
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue