modify broken link src of ide image (#2079)

This commit is contained in:
tiruka 2024-08-01 01:38:04 +09:00 committed by GitHub
parent eb9e822832
commit bc24bf3c14
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ You may also want to enable debugging by creating a `.vscode/settings.json` file
3. Now you can enable breakpoint on code through IDE and then start debugging the library/binary you want, such as the following example:
<div align="center">
<img src="./assets/debug-options-vscode.png" width="700px"/>
<img src="./contributor-book/src/getting-started/debug-options-vscode.png" width="700px"/>
<div align="left">
4. If you're creating a new library or binary, keep in mind to repeat the step 2 to always keep a fresh list of targets.