diff options
author | Paul Duncan <pabs@pablotron.org> | 2022-01-27 22:46:45 -0500 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2022-01-27 22:46:45 -0500 |
commit | b03a2e23b7080730a06cdbdb26ff72f6e5aaff1f (patch) | |
tree | 83912a4401c113a0214ceda4d7d5747c749af810 /content/articles/the-birthday-paradox.md | |
parent | ddaf600c748e0b9f5167db0f075b64b9febfd29c (diff) | |
download | pablotron.org-b03a2e23b7080730a06cdbdb26ff72f6e5aaff1f.tar.bz2 pablotron.org-b03a2e23b7080730a06cdbdb26ff72f6e5aaff1f.zip |
add webp links, update svg links
Diffstat (limited to 'content/articles/the-birthday-paradox.md')
-rw-r--r-- | content/articles/the-birthday-paradox.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/articles/the-birthday-paradox.md b/content/articles/the-birthday-paradox.md index deb3acd..e888c34 100644 --- a/content/articles/the-birthday-paradox.md +++ b/content/articles/the-birthday-paradox.md @@ -112,7 +112,7 @@ from [combinatorics][], [probability][], and [set theory][]: Here's what all the chicanery above looks like visually: {{< figure - src="/files/articles/birthday-paradox/probability-basics.svg" + src="/files/articles/birthday-paradox/probability-basics.min.svg" class="image" width=492 height=556 @@ -269,7 +269,7 @@ end Here are the results of the script from the previous section: {{< figure - src="/files/articles/birthday-paradox/people-vs-probability.svg" + src="/files/articles/birthday-paradox/people-vs-probability.min.svg" class="image" width=614 height=461 |