diff options
| author | Stephen Wade <stephen@stephenwade.me> | 2023-02-03 08:21:50 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-03 08:21:50 -0500 |
| commit | e96fa7e7766f92500923237fcf9b9c9579de3678 (patch) | |
| tree | 7e695c4e182133b8e8a0c5f1a3e733c6e3352a04 /src | |
| parent | d335d035c18067c1f54f2c4cffb429ce4f4ddf1d (diff) | |
| download | xesite-e96fa7e7766f92500923237fcf9b9c9579de3678.tar.xz xesite-e96fa7e7766f92500923237fcf9b9c9579de3678.zip | |
Link cleanup (#601)
* http -> https
* golang.org -> go.dev
* 301 twitch.tv -> www.twitch.tv
* 301 patreon.com -> www.patreon.com
---------
Co-authored-by: Xe Iaso <me@christine.website>
Diffstat (limited to 'src')
| -rw-r--r-- | src/tmpl/blog.rs | 2 | ||||
| -rw-r--r-- | src/tmpl/mod.rs | 4 | ||||
| -rw-r--r-- | src/tmpl/nag.rs | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/src/tmpl/blog.rs b/src/tmpl/blog.rs index ebee376..acc7354 100644 --- a/src/tmpl/blog.rs +++ b/src/tmpl/blog.rs @@ -41,7 +41,7 @@ fn twitch_vod(post: &Post) -> Markup { @if let Some(vod) = &post.front_matter.vod { p { "This post was written live on " - a href="https://twitch.tv/princessxen" {"Twitch"} + a href="https://www.twitch.tv/princessxen" {"Twitch"} ". You can check out the stream recording on " a href=(vod.twitch) {"Twitch"} " and on " diff --git a/src/tmpl/mod.rs b/src/tmpl/mod.rs index 8f63867..35f4301 100644 --- a/src/tmpl/mod.rs +++ b/src/tmpl/mod.rs @@ -263,7 +263,7 @@ pub fn patrons(patrons: &Users) -> Markup { p { "These awesome people donate to me on " - a href="https://patreon.com/cadey" {"Patreon"} + a href="https://www.patreon.com/cadey" {"Patreon"} ". If you would like to show up in this list, please donate to me on Patreon. This is refreshed every time the site is deployed." } @@ -373,7 +373,7 @@ pub fn gitea(pkg_name: &str, git_repo: &str, branch: &str) -> Markup { body { p { "Please see" - a href={"https://godoc.org/" (pkg_name)} {"here"} + a href={"https://pkg.go.dev/" (pkg_name)} {"here"} " for documentation on this package." } } diff --git a/src/tmpl/nag.rs b/src/tmpl/nag.rs index b83d8d7..7d5f4d8 100644 --- a/src/tmpl/nag.rs +++ b/src/tmpl/nag.rs @@ -75,7 +75,7 @@ pub fn prerelease(post: &Post) -> Markup { "Hey, this post is set to go live on " (format!("{}", post.detri())) " UTC. Right now you are reading a pre-publication version of this post. Please do not share this on social media. This post will automatically go live for everyone on the intended publication date. If you want access to these posts, please join the " - a href="https://patreon.com/cadey" { "Patreon" } + a href="https://www.patreon.com/cadey" { "Patreon" } ". It helps me afford the copyeditor that I contract for the technical content I write." br; })) |
