From dd8f69edc824280285441c23820aba609bea8b2b Mon Sep 17 00:00:00 2001 From: Ben Welsh Date: Mon, 17 Jan 2022 13:53:54 -0800 Subject: [PATCH 1/2] Cut Gemfile link that's throwing errors --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1100a82c..f3b577fa 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ To stop serving the website, press **`Ctrl`**-`C` in your terminal ### Build the site manually -To build the site manually, you'll need Ruby, Jekyll, and the packages that Jekyll uses to build the site (these are defined in [`Gemfile`](Gemfile)). +To build the site manually, you'll need Ruby, Jekyll, and the packages that Jekyll uses to build the site (these are defined in `Gemfile`). Follow these steps: From 8e6be4cf485cb89957c9d0b1c1222693b1fc3d10 Mon Sep 17 00:00:00 2001 From: Ben Welsh Date: Mon, 17 Jan 2022 14:16:14 -0800 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f3b577fa..51a6fcee 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ Follow these steps: ```console $ gem install jekyll bundler ``` -2. **Install the site's build dependencies**. These are specified in [`Gemfile`](Gemfile). +2. **Install the site's build dependencies**. These are specified in `Gemfile`. ```console $ bundle install