Skip to content

Commit 69b0bc3

Browse files
authored
Merge pull request #29 from IBM/workshop-doc-sidebar-typo
workshop doc sidebar typo
2 parents 0ed2475 + 9d2bd18 commit 69b0bc3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/workshop/08_debug.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
## Debug
77

88
* Edit `arcad-example/QRPGLESRC/ORD901.PGM.SQLRPGLE` file.
9-
* Add pre-compile attribute `* %attr DBGVIEW(*SOURCE)` after metadata block at top of the source to make the program debuggable
9+
* Add pre-compile attribute `* %attr DBGVIEW(*SOURCE)` comment after metadata block at top of the source to make the program debuggable (for free-form use `//` comment)
1010

1111
<!-- div:right-panel -->
1212

docs/workshop/sidebar.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
- [Impact Analysis](workshop/04_observer)
88
- [Build](workshop/05_build)
99
- [Convert to Modern RPG](workshop/07_transformer)
10-
- [Debug](workshop/07_debug)
10+
- [Debug](workshop/08_debug)
1111
- CI/CD
1212
- [Usage](workshop/06_cicd)

0 commit comments

Comments
 (0)