aboutsummaryrefslogtreecommitdiff
path: root/content/posts/2021-12-31-tiny-binaries.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/posts/2021-12-31-tiny-binaries.md')
-rw-r--r--content/posts/2021-12-31-tiny-binaries.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/posts/2021-12-31-tiny-binaries.md b/content/posts/2021-12-31-tiny-binaries.md
index 75e16a5..a79b760 100644
--- a/content/posts/2021-12-31-tiny-binaries.md
+++ b/content/posts/2021-12-31-tiny-binaries.md
@@ -17,7 +17,7 @@ combinations of optimizations and build options.
Here's a plot of the results (**note:** [log scale][] X axis):
{{< figure
- src="/files/posts/tiny-binaries/sizes-all.svg"
+ src="/files/posts/tiny-binaries/sizes-all.min.svg"
class=image
caption="All Static Binary Sizes"
>}}
@@ -26,7 +26,7 @@ Here's a plot of the smallest static binary sizes (<1k, linear scale X
axis):
{{< figure
- src="/files/posts/tiny-binaries/sizes-tiny.svg"
+ src="/files/posts/tiny-binaries/sizes-tiny.min.svg"
class=image
caption="Tiny Static Binary Sizes (<1k)"
>}}