Skip to content

Commit 31ad3c9

Browse files
fix ids
1 parent 30c90ec commit 31ad3c9

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

en/modules/ROOT/pages/contributing.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ To learn the basics and advanced features of this language, visit the https://do
3737
Use https://docs.asciidoctor.org/asciidoc/latest/text/bold/[bold] style to write VI names.
3838

3939
.VI names
40-
[source#vi-names]
40+
[source#vi-names-code]
4141
[source,asciidoc]
4242
----
4343
Start with placing the *Initialize.vi*, and the *Close.vi* on a new Block Diagram.
4444
----
4545

46-
The <<vi-names>> is rendered below.
46+
The <<vi-names-code>> is rendered below.
4747

4848
====
4949
Start with placing the *Initialize.vi*, and the *Close.vi* on a new Block Diagram.
@@ -54,14 +54,14 @@ Start with placing the *Initialize.vi*, and the *Close.vi* on a new Block Diagra
5454
Use the https://docs.asciidoctor.org/asciidoc/latest/macros/ui-macros/#menu-macro-syntax[Menu macro] to display how to select an item in a menu.
5555

5656
.Menu item path
57-
[source#menu-item-path]
57+
[source#menu-item-path-code]
5858
[source,asciidoc]
5959
----
6060
Open the start-up menu and click on menu:Other[Visit LabVIEW Community Training on GitHub].
6161
Go to the LabVIEW menu menu:Tools[Advanced > Masscompile].
6262
----
6363

64-
The <<menu-item-path>> is rendered below.
64+
The <<menu-item-path-code>> is rendered below.
6565

6666
====
6767
Open the start-up menu and click on menu:Other[Visit LabVIEW Community Training on GitHub]. +
@@ -73,13 +73,13 @@ Go to the LabVIEW menu menu:Tools[Advanced > Masscompile].
7373
Use the https://docs.asciidoctor.org/asciidoc/latest/macros/ui-macros/#button-macro-syntax[button macro] syntax to display keystroks used for keyboard shortcuts.
7474

7575
.Keyboard Shortcut
76-
[source#kbd-shortcut]
76+
[source#kbd-shortcut-code]
7777
[source,asciidoc]
7878
----
7979
Press kbd:[Ctrl-H] to bring up the context help window.
8080
----
8181

82-
The <<kbd-shortcut>> is rendered below.
82+
The <<kbd-shortcut-code>> is rendered below.
8383

8484
====
8585
Press kbd:[Ctrl-H] to bring up the context help window.

0 commit comments

Comments
 (0)