diff options
| author | Stephen Wade <stephen@stephenwade.me> | 2023-01-25 22:05:22 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-25 22:05:22 -0500 |
| commit | 16f4d5e0d7706b1538124d9579e3a4fc353dc624 (patch) | |
| tree | e8a56ff8bde28d12b2362e411d77647774f0c245 /dhall | |
| parent | 59d396fcbd1c736877cdd7ad3b677bf1d81d7b72 (diff) | |
| download | xesite-16f4d5e0d7706b1538124d9579e3a4fc353dc624.tar.xz xesite-16f4d5e0d7706b1538124d9579e3a4fc353dc624.zip | |
Broken links (#597)
* Fix broken links to cloudinit.readthedocs.io
* Fix broken links to github.com/Xe/site
* Replace broken link to pronoun.is with link to /pronouns
* Fix broken links to github.com/Xe/olin
* Remove broken link to home.cetacean.club
* Fix broken link to github.com/ziglang/zig
* Fix broken link to when-then-zen.christine.website
* Fix broken links to github.com/Xe/when-then-zen
* Fix broken links to /js/pageview_timer.js
* Remove broken link to tulpaforce.xyz
* Fix broken link to github.com/Xe/x
* Fix broken links to github.com/vlang/v
* Replace broken link to jrl.ninja with the Wayback Machine
* Fix broken links to github.com/Xe/x
* Fix broken link to /css/snow.css
* Fix broken link to github.com/Xe/olin
* Fix broken Markdown in link to linux.die.net
* Remove broken link to github.com/Xe/arrival
* Remove broken link to /api/blog/post
* Remove broken link to vector.im
* Remove broken link to hidduc-posmeg.urbit.org
* Fix broken link to github.com/Xe/site
* Replace broken link to deviantart.com with the Wayback Machine
* Remove broken link to blog.golang.org
* Fix broken link to dokku.viewdocs.io
* Replace broken link to thegirlpowercode.com with the Wayback Machine
* Fix broken link to elemental-ircd.com
* Fix broken link to reddit.com
* Try to fix broken links to "nixos" series
* Try to fix broken links to "short-story" series
* Try to fix broken links to "rust" series
* empty commit to trigger CI
Diffstat (limited to 'dhall')
| -rw-r--r-- | dhall/seriesDescriptions.dhall | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dhall/seriesDescriptions.dhall b/dhall/seriesDescriptions.dhall index 17c0505..da108ee 100644 --- a/dhall/seriesDescriptions.dhall +++ b/dhall/seriesDescriptions.dhall @@ -65,6 +65,7 @@ let descriptions , details = "Instructions on how to use Nix flakes, a new way to use Nix in a more reproducible way." } + , Desc::{ name = "nixos", details = "Nix." } , Desc::{ , name = "olin" , details = "My attempts at running WebAssembly on the server." @@ -88,8 +89,9 @@ let descriptions , name = "revueBackup" , details = "My revue posts converted to xesite posts." } + , Desc::{ name = "rust", details = "Rust." } , Desc::{ - , name = "short-stories" + , name = "short-story" , details = "Flash fiction stories I've written over the years" } , Desc::{ |
