Skip to content

Commit b8e6f3a

Browse files
authored
Update customize-code-maps-by-editing-the-dgml-files.md
Fixed Source attribute values to match Node IDs further up.
1 parent 967a07c commit b8e6f3a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/modeling/customize-code-maps-by-editing-the-dgml-files.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,10 @@ Edit the code map's .dgml file in a text or XML editor. If the map is part of yo
6767

6868
```xml
6969
<Links>
70-
<Link Category="Contains" Source="MyFirstNewGroup" Target="FirstGroupChildOne" />
71-
<Link Category ="Contains" Source="MyFirstNewGroup" Target="FirstGroupChildTwo" />
72-
<Link Category ="Contains" Source="MySecondNewGroup" Target="SecondGroupChildOne" />
73-
<Link Category="Contains" Source="MySecondNewGroup" Target="SecondGroupChildTwo" />
70+
<Link Category="Contains" Source="MyFirstGroup" Target="FirstGroupChildOne" />
71+
<Link Category ="Contains" Source="MyFirstGroup" Target="FirstGroupChildTwo" />
72+
<Link Category ="Contains" Source="MySecondGroup" Target="SecondGroupChildOne" />
73+
<Link Category="Contains" Source="MySecondGroup" Target="SecondGroupChildTwo" />
7474
</Links>
7575
```
7676

0 commit comments

Comments
 (0)