diff --git a/1-01-08-configuration.md b/1-01-08-configuration.md
index 0fe718e969b53d6f4ebe018b2b42a4834a501cf9..7053a5b1c7a927bf5b6095bdeee747a09a2a70e8 100644
--- a/1-01-08-configuration.md
+++ b/1-01-08-configuration.md
@@ -4,14 +4,6 @@
 
 Now that you've gotten yourself a feel for Common Lisp, you'll want to spend a little time configuring your development environment so that you can dive right into the code.  A lot of configuration choices are a matter of personal taste, but as long as you feel comfortable, and nothing interferes with your ability to learn and hack in Lisp, you can't really go wrong.
 
-### The In-Browser REPL
-
-(Deprecated)
-
-You can start hacking in Lisp right away with the in-browser, javascript-powered REPL under the "Try Lisp" section of this site, listed in the navigation bar at the top of each page.  It takes you through a quick tour of Common Lisp so you can get your feet wet without installing anything.
-
-To continue with this book, however, you will need to install Common Lisp on your computer.  Not all the exercises in this book will run in the in-browser REPL, so make sure you get SBCL installed and working correctly before moving on to the next exercise.
-
 ### Installing SBCL
 
 Steel Bank Common Lisp is one of the easiest Lisp implementations to get up and running—it has out of the box support for a wide selection of platforms, and is considered to be the most robust implementation available.  Since it automatically compiles everything you enter at the REPL, your running Lisp processes also benefit from a major speed-boost over other Lisps.
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e47786db91c2a30034180b0cc8aca51f9c41216a..ee4fd2cdb1356e03db1a5ee32df5f4935a71471e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,7 @@
 
 - Exercise 1.1.8, "Configuring Your Development Environment"
     - Clean-up inline hints
+    - Remove deprecated section about the in-browser REPL
 
 ## 2022-08-24