From 19ffe6dc7bbb3bcf4082252846d078cffa258ab4 Mon Sep 17 00:00:00 2001 From: "Tobin C. Harding" Date: Wed, 3 Apr 2024 08:24:20 +1100 Subject: [PATCH] Update repository mention We are now hosting the repository at rust-bitcoin.github.io and have archived the old www.rust-bitcoin.org Update a couple of mentions of the old repository. Close: #10 --- .gitignore | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f1ca7e7..1aeb0ec 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -# .gitignore for www.rust-bitcoin.org +# .gitignore for rust-bitcoin.github.io # web build site/public diff --git a/README.md b/README.md index afb6bb3..71fd2b4 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Website source for `www.rust-bitcoin.org` +# Website source for `https://rust-bitcoin.org` While the website is deployed at rust-bitcoin.org there are still missing parts such as the cookbook. We will be happy to receive contributions adding interesting examples.