Skip to content

Commit 3d9eb7c

Browse files
committed
fix links
1 parent bfd25d4 commit 3d9eb7c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

class.dd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ $(UL
8484
$(LI $(LINK2 #destructors, Destructors))
8585
$(LI $(LINK2 #StaticConstructor, Static Constructors))
8686
$(LI $(LINK2 #StaticDestructor, Static Destructors))
87-
$(LI $(LINK2 #SharedStaticConstructor, Shared Static Constructors))
88-
$(LI $(LINK2 #SharedStaticDestructor, Shared Static Destructors))
87+
$(LI $(GLINK SharedStaticConstructor)s)
88+
$(LI $(GLINK SharedStaticDestructor)s)
8989
$(LI $(LINK2 #invariants, Class Invariants))
9090
$(LI $(LINK2 unittest.html#unittest, Unit Tests))
9191
$(LI $(LINK2 #allocators, Class Allocators))

struct.dd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,15 +170,15 @@ $(V2
170170
$(YES)
171171
)
172172
$(TR
173-
$(TD $(LINK2 class.html#SharedStaticConstructor, shared static constructors))
173+
$(TD $(GLINK2 class, SharedStaticConstructor)s)
174174
$(YES)
175175
$(YES)
176176
$(NO)
177177
$(NO)
178178
$(NO)
179179
)
180180
$(TR
181-
$(TD $(LINK2 class.html#SharedStaticDestructor, shared static destructors))
181+
$(TD $(GLINK2 class, SharedStaticDestructor)s)
182182
$(YES)
183183
$(YES)
184184
$(NO)

0 commit comments

Comments
 (0)