Skip to content

Commit 7e104f7

Browse files
committed
docs: fix ib-to-eb link
1 parent 8e6f890 commit 7e104f7

File tree

2 files changed

+97
-92
lines changed

2 files changed

+97
-92
lines changed

docs/workshop/eb-reference.d2

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -123,24 +123,24 @@ EB0 -> volatile.RB: "Ledger Ref" {
123123

124124
# IB references
125125

126-
IB4 -> EB1: {
127-
class: to_eb_arrow
126+
IB4 -> EB1: "Ledger Ref" {
127+
class: ledger_link
128128
}
129129

130-
IB3 -> EB1: {
131-
class: to_eb_arrow
130+
IB3 -> EB1: "Ledger Ref" {
131+
class: ledger_link
132132
}
133133

134-
IB2 -> EB: {
135-
class: to_eb_arrow
134+
IB2 -> EB: "Ledger Ref" {
135+
class: ledger_link
136136
}
137137

138-
IB1 -> EB: {
139-
class: to_eb_arrow
138+
IB1 -> EB: "Ledger Ref" {
139+
class: ledger_link
140140
}
141141

142-
IB -> EB0: {
143-
class: to_eb_arrow
142+
IB -> EB0: "Ledger Ref" {
143+
class: ledger_link
144144
}
145145

146146
direction: left

0 commit comments

Comments
 (0)