Skip to content

Commit d7a5009

Browse files
authored
Use HTTPS links for XKCD content
See #380 (comment)
1 parent 8cd2552 commit d7a5009

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lessons/intro/async/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,9 @@ Jak to vyřešit?
106106
Jeden standard
107107
--------------
108108

109-
![xkcd 927](http://imgs.xkcd.com/comics/standards.png)
109+
![xkcd 927](https://imgs.xkcd.com/comics/standards.png)
110110

111-
*Komiks [xkcd](https://xkcd.com/927/), © Randall Munroe, [CC-BY-NC](http://creativecommons.org/licenses/by-nc/2.5/)*
111+
*Komiks [xkcd](https://xkcd.com/927/), © Randall Munroe, [CC-BY-NC](https://creativecommons.org/licenses/by-nc/2.5/)*
112112

113113
Podobně jako přístup k různým SQL databázím je v Pythonu standardizovaný
114114
(knihovny pro SQLite, Postgres, MySQL atd. všechny podporují API definované

0 commit comments

Comments
 (0)