From be2bb056819102f277f326b1cc6f8e801f7e3341 Mon Sep 17 00:00:00 2001 From: "J. Steven Dodge" <4602669+jsdodge@users.noreply.github.com> Date: Fri, 28 Nov 2025 22:22:07 -0800 Subject: [PATCH] Fix Jekyll framework link in README Original link had the `.org` extension instead of the `.com` extension. The `.org` extension points to a site unrelated to the Jekyll framework. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 18f99d59..448ac443 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ about contributing to our website, our **Python Packaging Guide** and our ## Installation and Development -Have you decided to contribute? We use the [Jekyll framework](https://jekyllrb.org) +Have you decided to contribute? We use the [Jekyll framework](https://jekyllrb.com) for creating this site. To set up a **development environment** and **run the site locally**, follow these steps: 1. Install ruby and bundler on your machine. See [the Jekyll docs](https://jekyllrb.com/docs/installation/) for instructions.