Skip to content

Commit 5f1a66d

Browse files
authored
Cut Gemfile link that's throwing errors (jupyter#666)
1 parent f1c928b commit 5f1a66d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ To stop serving the website, press **`Ctrl`**-`C` in your terminal
5757

5858
### Build the site manually
5959

60-
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)).
60+
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`).
6161

6262
Follow these steps:
6363

@@ -76,7 +76,7 @@ Follow these steps:
7676
```console
7777
$ gem install jekyll bundler
7878
```
79-
2. **Install the site's build dependencies**. These are specified in [`Gemfile`](Gemfile).
79+
2. **Install the site's build dependencies**. These are specified in `Gemfile`.
8080
8181
```console
8282
$ bundle install

0 commit comments

Comments
 (0)