From 733ac7c266961bc7d069b68782c73cc482d1828c Mon Sep 17 00:00:00 2001 From: Brian Surowiec Date: Fri, 8 Mar 2019 08:56:19 -0500 Subject: [PATCH] Fix broken links --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 24c925b..31e7468 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Once you've found a home for your forked repository, **[clone it](https://help.g Jekyll is a [Ruby Gem](https://jekyllrb.com/docs/ruby-101/#gems) that can be installed on most systems. 1. Install a full [Ruby development environment](https://jekyllrb.com/docs/installation/) -2. Install Jekyll and [bundler](/docs/ruby-101/#bundler) [gems](/docs/ruby-101/#gems) +2. Install Jekyll and [bundler](https://jekyllrb.com/docs/ruby-101/#bundler) [gems](https://jekyllrb.com/docs/ruby-101/#gems) ``` gem install jekyll bundler ```