From 62217e6606842ab9752fcf8e73954d1eb4a3cf07 Mon Sep 17 00:00:00 2001 From: Joel Ostblom Date: Mon, 16 Dec 2024 08:30:14 -0800 Subject: [PATCH] Correct web page links in readme close #644 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 55a75a57..79450730 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ > -- A research professor speaking about an early version of this material. This repository contains material for a semester-long course on computing skills for researchers. -Please see for the rendered version. +Please see for the rendered version. For contributors, please follow our [contributing guidelines](.github/CONTRIBUTING.md) as well as our [Code of Conduct](CODE_OF_CONDUCT.md). @@ -21,6 +21,6 @@ as well as our [Code of Conduct](CODE_OF_CONDUCT.md). publisher = {CRC Press/Taylor and Francis}, year = {2021}, isbn = {978-0367698348}, - link = {https://merely-useful.tech/py-rse/} + link = {http://third-bit.com/py-rse/} } ```