Skip to content

Commit e430dd2

Browse files
author
Stephen Gutekanst
committed
fix some broken links
Signed-off-by: Stephen Gutekanst <[email protected]>
1 parent 3d81e19 commit e430dd2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/2021/I-write-code-100-hours-a-week.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,4 +124,4 @@ Please send your hate to [@slimsag](https://twitter.com/slimsag) on Twitter or t
124124

125125
If you liked this, you might also like:
126126

127-
* [My game development journey & why I'm increasing my contribution to Zig to $200/mo](2021-04-10-increasing-my-contribution-to-zig-to-200-a-month.md)
127+
* [My game development journey & why I'm increasing my contribution to Zig to $200/mo](/2021/increasing-my-contribution-to-zig-to-200-a-month)

content/2021/unicode-data-file-compression.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ I don't personally have any prior experience working with the lower level detail
3737

3838
## Problem
3939

40-
As I stumbled into the wondrous world that is Unicode text sorting (see also my article: [Unicode sorting is hard & why browsers added special emoji matching to regexp](2021-06-27-unicode-sorting-why-browsers-added-special-emoji-matching.md)) and began using Ziglyph, I came across an issue: the standard Unicode collation algorithm, which Ziglyph implements, depends on some large Unicode data tables for normalization and sort keys - even gzipped these were fairly large:
40+
As I stumbled into the wondrous world that is Unicode text sorting (see also my article: [Unicode sorting is hard & why browsers added special emoji matching to regexp](/2021/unicode-sorting-why-browsers-added-special-emoji-matching)) and began using Ziglyph, I came across an issue: the standard Unicode collation algorithm, which Ziglyph implements, depends on some large Unicode data tables for normalization and sort keys - even gzipped these were fairly large:
4141

4242
```sh
4343
hexops-mac:zorex slimsag$ du -sh asset/*

0 commit comments

Comments
 (0)