From e96fa7e7766f92500923237fcf9b9c9579de3678 Mon Sep 17 00:00:00 2001 From: Stephen Wade Date: Fri, 3 Feb 2023 08:21:50 -0500 Subject: 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 --- lib/jsonfeed/Cargo.toml | 2 +- lib/jsonfeed/README.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/jsonfeed') 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 ", "Xe Iaso "] -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. -- cgit v1.2.3