Skip to content

Commit 006f7ba

Browse files
Update index.md
adding links
1 parent 1706ff3 commit 006f7ba

File tree

1 file changed

+2
-2
lines changed
  • blog/2025-09-24-temporal-release

1 file changed

+2
-2
lines changed

blog/2025-09-24-temporal-release/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ ago? Well, plenty!
113113
- We moved from a large `TemporalFields` type to "Partial" objects,
114114
which better represent JavaScript property bags.
115115
- A good portion of missing method implementations were added as well.
116-
- Internal utility methods were moved to the Neri-Schneider algorithms.
116+
- Internal utility methods were moved to the [Neri-Schneider algorithms](https://arxiv.org/abs/2102.06959).
117117

118118
In general, the implementation was moving along at a pretty decent pace,
119119
and would continue to do so well into roughly April of 2025 (mostly
@@ -186,7 +186,7 @@ which can be broken down into 4 main groups.
186186
![Temporal dependency graph](./img/temporal-dependencies.png)
187187

188188
Notably, the dependencies that are highlighted in purple come from
189-
ICU4X. ICU4X is a phenomenal Rust project that takes a new approach to
189+
[ICU4X](https://github.com/unicode-org/icu4x). ICU4X is a phenomenal Rust project that takes a new approach to
190190
Unicode's ICU in order to make a new, more modular version of ICU.
191191

192192
While ICU4X provides the majority of the internationalization (i18n),

0 commit comments

Comments
 (0)