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 /lib | |
| 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 'lib')
| -rw-r--r-- | lib/jsonfeed/Cargo.toml | 2 | ||||
| -rw-r--r-- | lib/jsonfeed/README.adoc | 2 | ||||
| -rw-r--r-- | lib/xesite_templates/src/lib.rs | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/jsonfeed/Cargo.toml b/lib/jsonfeed/Cargo.toml index ad17ccd..a99aa47 100644 --- a/lib/jsonfeed/Cargo.toml +++ b/lib/jsonfeed/Cargo.toml @@ -1,6 +1,6 @@ [package] authors = ["Paul Woolcock <paul@woolcock.us>", "Xe Iaso <me@xeiaso.net>"] -description = "Parser for the JSONFeed (http://jsonfeed.org) specification" +description = "Parser for the JSONFeed (https://jsonfeed.org) specification" documentation = "https://docs.rs/xe_jsonfeed" homepage = "https://github.com/Xe/site" license = "MIT/Apache-2.0" diff --git a/lib/jsonfeed/README.adoc b/lib/jsonfeed/README.adoc index 581bf3d..ead4fc6 100644 --- a/lib/jsonfeed/README.adoc +++ b/lib/jsonfeed/README.adoc @@ -3,7 +3,7 @@ [link=https://github.com/pwoolcoc/jsonfeed] image::https://img.shields.io/crates/v/jsonfeed.svg[JSON Feed crate version] -This is a http://jsonfeed.org[JSON Feed] parser in Rust. Just a thin layer on top of `serde`, but it +This is a https://jsonfeed.org[JSON Feed] parser in Rust. Just a thin layer on top of `serde`, but it provides serialization & deserialization, along with a Builder API for constructing feeds. Note that this is alpha, I still need to add a lot of tests and a couple more features. diff --git a/lib/xesite_templates/src/lib.rs b/lib/xesite_templates/src/lib.rs index a0070f1..413aa90 100644 --- a/lib/xesite_templates/src/lib.rs +++ b/lib/xesite_templates/src/lib.rs @@ -159,7 +159,7 @@ pub fn advertiser_nag(nag: Option<Markup>) -> Markup { "Hello! Thank you for visiting my website. You seem to be using an ad-blocker. I understand why you do this, but I'd really appreciate if it you would turn it off for my website. These ads help pay for running the website and are done by " a href="https://www.ethicalads.io/" { "Ethical Ads" } ". I do not receive detailed analytics on the ads and from what I understand neither does Ethical Ads. If you don't want to disable your ad blocker, please consider donating on " - a href="https://patreon.com/cadey" { "Patreon" } + a href="https://www.patreon.com/cadey" { "Patreon" } " or sending some extra cash to " code { "xeiaso.eth" } " or " |
