Skip to content

Commit 30d58a7

Browse files
Fix the book sizing in the documentation (#9926)
1 parent 6f03b79 commit 30d58a7

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

docs/community/tutorials-and-resources.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,13 @@ There are a wide range of resources available for learning and using Django REST
66

77
<div class="book-covers">
88
<a class="book-cover" href="https://hellowebapp.com/order/">
9-
<img src="../../img/books/hwa-cover.png"/>
9+
<img src="../../img/books/hwa-cover.png" style="height: 300px"/>
1010
</a>
1111
<a class="book-cover" href="https://www.twoscoopspress.com/products/two-scoops-of-django-1-11">
12-
<img src="../../img/books/tsd-cover.png"/>
12+
<img src="../../img/books/tsd-cover.png" style="height: 300px"/>
1313
</a>
1414
<a class="book-cover" href="https://djangoforapis.com">
15-
<img src="../../img/books/dfa-40-cover.jpg"/>
16-
</a>
17-
<a class="book-cover" href="https://books.agiliq.com/projects/django-api-polls-tutorial/en/latest/">
18-
<img src="../../img/books/bda-cover.png"/>
15+
<img src="../../img/books/dfa-40-cover.jpg" style="height: 300px"/>
1916
</a>
2017
</div>
2118

@@ -43,7 +40,7 @@ There are a wide range of resources available for learning and using Django REST
4340
* [Django Polls Tutorial API][django-polls-api]
4441
* [Django REST Framework Tutorial: Todo API][django-rest-framework-todo-api]
4542
* [Tutorial: Django REST with React (Django 2.0)][django-rest-react-valentinog]
46-
43+
* [Building APIs with Django and Django REST framework](https://books.agiliq.com/projects/django-api-polls-tutorial/en/latest/)
4744

4845
## Videos
4946

@@ -137,4 +134,4 @@ Want your Django REST Framework talk/tutorial/article to be added to our website
137134
[django-rest-react-valentinog]: https://www.valentinog.com/blog/tutorial-api-django-rest-react/
138135
[doordash-implementing-rest-apis]: https://doordash.engineering/2013/10/07/implementing-rest-apis-with-embedded-privacy/
139136
[developing-restful-apis-with-django-rest-framework]: https://testdriven.io/courses/django-rest-framework/
140-
[django-con-2018]: https://youtu.be/pY-oje5b5Qk?si=AOU6tLi0IL1_pVzq
137+
[django-con-2018]: https://youtu.be/pY-oje5b5Qk?si=AOU6tLi0IL1_pVzq

0 commit comments

Comments
 (0)