From 3c16e00fc1b7ca4d34d90c00003b7ea3785d9099 Mon Sep 17 00:00:00 2001 From: Joshua Suskalo Date: Fri, 4 Oct 2024 16:15:36 -0400 Subject: [PATCH] Actually use url schemes for website links in the readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c50f506..ec8fce4 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,8 @@ doesn't remove the ability to write systems which minimize the cost of marshaling data and optimize for performance, to make use of the low-level access the FF&M API gives us. -- [Getting Started](igjoshua.github.io/coffi/01-Getting-Started.html) -- [API Documentation](igjoshua.github.io/coffi/) +- [Getting Started](https://igjoshua.github.io/coffi/01-Getting-Started.html) +- [API Documentation](https://igjoshua.github.io/coffi/) - [Recent Changes](CHANGELOG.md) ## Installation