Skip to content

Commit

Permalink
📝 Fix image links for sponsors (#2304)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo authored Nov 5, 2020
1 parent 1660887 commit 5786d2e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ The key features are:

<!-- 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 -->

Expand Down
4 changes: 2 additions & 2 deletions docs/en/data/sponsors.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
gold:
- url: https://www.deta.sh/?ref=fastapi
title: The launchpad for all your (team's) ideas
img: /img/sponsors/deta.svg
img: https://fastapi.tiangolo.com/img/sponsors/deta.svg
silver:
- url: https://testdriven.io/
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

0 comments on commit 5786d2e

Please sign in to comment.