Skip to content

Commit 1ce75da

Browse files
authored
Fix broken stdlib links in regexes article
Turn them from relative to absolute They were broken since articles are now hosted under /articles/
1 parent c54452f commit 1ce75da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/regular-expression.dd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,6 @@ $(D_S $(TITLE),
285285
)
286286
Macros:
287287
DOLLAR = $
288-
STD = $(LINK2 phobos/std_$0.html, std.$0)
288+
STD = $(LINK2 /phobos/std_$0.html, std.$0)
289289
SUBNAV=$(SUBNAV_ARTICLES)
290290
TITLE=Regular Expressions

0 commit comments

Comments
 (0)