From 2fbbdc97b463d05cd573e00006bc85ffbaa169b6 Mon Sep 17 00:00:00 2001 From: "the Phoeron\" Colin J.E. Lupton" <thephoeron@protonmail.com> Date: Wed, 31 Aug 2022 09:39:53 -0400 Subject: [PATCH] Update README.md to point to LLTHW project hosted fork of Zed Shaw's LxTHW repo --- CHANGELOG.md | 4 ++++ README.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f24337..5337b97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +## 2022-08-31 + +- Update README.md for the LLTHW source-control repository + ## 2022-08-30 - Chapter 1.4, "Lists and List Operations" diff --git a/README.md b/README.md index 2ece761..c3ea582 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ style of the Learn Code The Hard Way series. A fork of the original gitorious repo can be found at: -https://github.com/laszlocsontos/learn-x-the-hard-way +https://gitlab.common-lisp.net/llthw/learn-x-the-hard-way You can learn more about the Learn Code The Hard Way series at: -- GitLab