aboutsummaryrefslogtreecommitdiff
path: root/lib/jsonfeed
diff options
context:
space:
mode:
authorStephen Wade <stephen@stephenwade.me>2023-02-03 08:21:50 -0500
committerGitHub <noreply@github.com>2023-02-03 08:21:50 -0500
commite96fa7e7766f92500923237fcf9b9c9579de3678 (patch)
tree7e695c4e182133b8e8a0c5f1a3e733c6e3352a04 /lib/jsonfeed
parentd335d035c18067c1f54f2c4cffb429ce4f4ddf1d (diff)
downloadxesite-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/jsonfeed')
-rw-r--r--lib/jsonfeed/Cargo.toml2
-rw-r--r--lib/jsonfeed/README.adoc2
2 files changed, 2 insertions, 2 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.