diff options
author | Suriyaa Sundararuban <github@suriyaa.tk> | 2022-12-29 19:09:22 +0100 |
---|---|---|
committer | Suriyaa Sundararuban <github@suriyaa.tk> | 2022-12-31 16:54:13 +0100 |
commit | f84e445dee5f4c5d65cb702958701ff7b38ebdce (patch) | |
tree | 5c06c1c14406923499decaa64f8922649339ccae /doc/fuzzing.md | |
parent | 3b6e0f0345a5e7b437881f651d9b4e0881f7fd5e (diff) |
doc: Correct linked Microsoft URLs
Diffstat (limited to 'doc/fuzzing.md')
-rw-r--r-- | doc/fuzzing.md | 4 |
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 |