From 7696e6e0b4b1bfc7d12a5e209897b4a92765c4f7 Mon Sep 17 00:00:00 2001 From: Roman Pushkin Date: Mon, 15 Mar 2021 08:38:06 -0700 Subject: [PATCH] Fix broken link --- manuscript/010.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manuscript/010.txt b/manuscript/010.txt index ef520d7..3492ad5 100644 --- a/manuscript/010.txt +++ b/manuscript/010.txt @@ -22,4 +22,4 @@ X> Calculate the number of _seconds_ in a day, inside of a REPL without using `p Principle of a least surprise says that to exit REPL you should type `exit`. Let's do it... And it works! -We would like to point out that authors rarely use default `irb` as a REPL. There is a better alternative called [Pry](http://pryrepl.org/). It has the same functionality, but offers more flexibility and configuration (to be discussed later in this book). \ No newline at end of file +We would like to point out that authors rarely use default `irb` as a REPL. There is a better alternative called [Pry](http://pry.github.io/). It has the same functionality, but offers more flexibility and configuration (to be discussed later in this book). \ No newline at end of file