Skip to content

Commit 108e2fb

Browse files
EricGrillclaude
andauthored
docs: update broken eBook documentation links (#1292)
The gitbooks.io links were using an outdated domain that now redirects. Update all eBook links to use the current gitbook.io domain. - programmingblockchain.gitbooks.io → programmingblockchain.gitbook.io - www.gitbook.com/book/... → programmingblockchain.gitbook.io Closes #1277 Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 6943d66 commit 108e2fb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
NBitcoin is the most complete Bitcoin library for .NET. It implements all most relevant Bitcoin Improvement Proposals (BIPs). It also provides low level access to Bitcoin primitives so you can easily build your application on top of it. Join us in our [mattermost chat room](https://chat.btcpayserver.org/btcpayserver/channels/nbitcoin).
77
It works on Windows, Mac and Linux with Xamarin, Unity, .NET or Framework. (Porting to Unity should not be that hard if you need it)
88

9-
The best documentation available is our [eBook](https://programmingblockchain.gitbooks.io/programmingblockchain/content/), and the excellent unit tests. There are also some more resources below.
9+
The best documentation available is our [eBook](https://programmingblockchain.gitbook.io/programmingblockchain/), and the excellent unit tests. There are also some more resources below.
1010

1111
You can also browse the API easily through [the API reference](https://metacosa.github.io/NBitcoin/api/index.html).
1212

@@ -35,7 +35,7 @@ To compile it by yourself, you can git clone, open the project and hit the compi
3535
# How to get started?
3636

3737
First, you need to understand Bitcoin, for this read:
38-
* [Programming The Blockchain in C#](https://programmingblockchain.gitbooks.io/programmingblockchain/content/)
38+
* [Programming The Blockchain in C#](https://programmingblockchain.gitbook.io/programmingblockchain/)
3939

4040
Once you get familiar with Bitcoin terminology with this book, follow up by reading:
4141

@@ -159,7 +159,7 @@ NBitcoin notably includes:
159159
* Full Bitcoin P2P implementation with SOCKS5 support for connecting through Tor
160160
* [A C# implementation of secp256k1](NBitcoin.Secp256k1/README.md)
161161

162-
Please read our [ebook](https://programmingblockchain.gitbooks.io/programmingblockchain/content/) to understand the capabilities.
162+
Please read our [ebook](https://programmingblockchain.gitbook.io/programmingblockchain/) to understand the capabilities.
163163

164164
NBitcoin is inspired by Bitcoin Core code but provides a simpler object oriented API (e.g., new Key().PubKey.Address.ToString() to generate a key and get the associated address). It relies on the BouncyCastle cryptography library instead of OpenSSL, yet replicates OpenSSL bugs to guarantee compatibility. NBitcoin also ports the integrality of Bitcoin Core unit tests with their original data in order to validate the compatibility of the two implementations.
165165

@@ -213,7 +213,7 @@ node.VersionHandshake();
213213

214214
## Useful doc :
215215

216-
* **Ebook** [Programming The Blockchain in C#](https://www.gitbook.com/book/programmingblockchain/programmingblockchain/details)
216+
* **Ebook** [Programming The Blockchain in C#](https://programmingblockchain.gitbook.io/programmingblockchain/)
217217

218218
* **NBitcoin Github** : [https://github.com/NicolasDorier/NBitcoin](https://github.com/NicolasDorier/NBitcoin "https://github.com/NicolasDorier/NBitcoin")
219219

0 commit comments

Comments
 (0)