aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-04-21 16:10:34 -0700
committerFuwn <[email protected]>2021-04-21 16:10:34 -0700
commitf2fc70474f95a85976a6aa9a6aa5436356bb96e2 (patch)
tree57c74c64f4428b528d2a800b72e6555c3ea7e752 /src
parentblog: Progress is Progress (diff)
downloadsite-f2fc70474f95a85976a6aa9a6aa5436356bb96e2.tar.xz
site-f2fc70474f95a85976a6aa9a6aa5436356bb96e2.zip
fix: Replace any mentions of Whirl being written in Go
Diffstat (limited to 'src')
-rw-r--r--src/pages/index.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pages/index.js b/src/pages/index.js
index 76df19f..2573ccf 100644
--- a/src/pages/index.js
+++ b/src/pages/index.js
@@ -51,8 +51,8 @@ const features = [
description: (
<div className="card">
<div className="card__footer">
- Much of Whirl has been built in <a href="https://golang.org/">Go</a>,
- a fast, simple, and maintainable modern language. Gone are the days
+ Much of Whirl has been built in <a href="https://www.rust-lang.org/">Rust</a>,
+ a lightning fast, memory-safe, and maintainable modern language. Gone are the days
of having to maintain legacy code or having to keep fixing bugs in
software that wasn't written to be read, and it's all open-source!
</div>