docs: fix GDB/MI link
authorSerhan Tutar <randomnoise@users.noreply.github.com>
Wed, 30 Aug 2023 08:23:54 +0000 (11:23 +0300)
committerGleb Balykov/Advanced System SW Lab /SRR/Staff Engineer/Samsung Electronics <g.balykov@samsung.com>
Wed, 13 Sep 2023 11:49:49 +0000 (20:49 +0900)
Current GDB/MI link gives an HTTP 404 error.

Also, this fixes a small typo.

README.md

index 19f45ba2396f78f5dfff08e58eb14fb1086d045d..847cab0f8c382bb13b70fe9d5a1c3d960c4999ee 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 # Debugger for .NET Core runtime
 
-The debugger provides [GDB/MI](https://sourceware.org/gdb/current/onlinedocs/gdb/GDB_002fMI.html)
-and [VSCode Debug Adapterprotocol](https://microsoft.github.io/debug-adapter-protocol/)
+The debugger provides [GDB/MI](https://sourceware.org/gdb/onlinedocs/gdb/GDB_002fMI.html)
+and [VSCode Debug Adapter Protocol](https://microsoft.github.io/debug-adapter-protocol/)
 and allows to debug .NET apps under .NET Core runtime.  Also debugger allows debugging from
 command line (like as GDB).