aboutsummaryrefslogtreecommitdiff
path: root/doc/fuzzing.md
diff options
context:
space:
mode:
authorSuriyaa Sundararuban <github@suriyaa.tk>2022-12-29 19:09:22 +0100
committerSuriyaa Sundararuban <github@suriyaa.tk>2022-12-31 16:54:13 +0100
commitf84e445dee5f4c5d65cb702958701ff7b38ebdce (patch)
tree5c06c1c14406923499decaa64f8922649339ccae /doc/fuzzing.md
parent3b6e0f0345a5e7b437881f651d9b4e0881f7fd5e (diff)
downloadbitcoin-f84e445dee5f4c5d65cb702958701ff7b38ebdce.tar.xz
doc: Correct linked Microsoft URLs
Diffstat (limited to 'doc/fuzzing.md')
-rw-r--r--doc/fuzzing.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/fuzzing.md b/doc/fuzzing.md
index 9abfbc9213..b498f2f41b 100644
--- a/doc/fuzzing.md
+++ b/doc/fuzzing.md
@@ -283,8 +283,8 @@ $ sudo apt-get install libtool libtool-bin wget automake autoconf bison gdb
```
At this point, you must install the .NET core. The process differs, depending on your Linux distribution.
-See [this link](https://docs.microsoft.com/en-us/dotnet/core/install/linux) for details.
-On ubuntu 20.04, the following should work:
+See [this link](https://learn.microsoft.com/en-us/dotnet/core/install/linux) for details.
+On Ubuntu 20.04, the following should work:
```sh
$ wget -q https://packages.microsoft.com/config/ubuntu/20.04/packages-microsoft-prod.deb