From ac6e7d43be647590d911ae3c93ec0899aecfc95e Mon Sep 17 00:00:00 2001 From: Nicolas Berthier Date: Tue, 9 Apr 2024 11:46:14 +0200 Subject: [PATCH] Fix some links in the README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cec5ffa..a930da9 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ An extension to debug or execute GnuCOBOL code. Forked from [COBOL Degub](https: ![Screenshot](screenshot.png) ### Requirements -This extension is meant to work with our COBOL language extension [Superbol VSCode](https://github.com/OCamlPro/superbol-vscode-platform). +This extension is meant to work in combination with the [SuperBOL Studio](https://github.com/OCamlPro/superbol-vscode-platform) extension for COBOL. #### Binaries * GnuCOBOL `cobc` 3.1+ installed. @@ -175,7 +175,7 @@ On Linux you can see the output of the application in Vs Code itself. Add `gdbtt You can also use these options with `gdbtty`: `xterm`, `gnome-terminal`, `konsole` and `xfce4-terminal`. ### Documentation -For a more in depth documentation please check the [Superbol Documentation](https://ocamlpro.com/superbol/) +For a more in depth documentation please check the [SuperBOL Documentation](https://get-superbol.com/studio/) ### Troubleshooting Add `verbose` property to your `launch.json` and start debugging session. In `DEBUG CONSOLE` you will see complete communication log between `gdb` and VS Code. Here's an example: