Skip to content

Commit d2af1ad

Browse files
committed
Fix broken links
1 parent ca35dee commit d2af1ad

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Common/src/main/resources/assets/hexdebug/lang/en_us.flatten.json5

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,12 @@
7070
debugging: {
7171
"": "Debugging",
7272
page: {
73-
"const/debugging": "Adds $(thing)True/$ to the top of the stack if executed by a $(l:items/debugging#debugger)$(item)Debugger/$, or $(thing)False/$ otherwise.",
73+
"const/debugging": "Adds $(thing)True/$ to the top of the stack if executed by a $(l:hexdebug:items/debugging#debugger)$(item)Debugger/$, or $(thing)False/$ otherwise.",
7474
"breakpoint/": {
75-
before: "Pauses the $(l:items/debugging#debugger)$(item)Debugger/$ before executing this pattern.",
76-
after: "Pauses the $(l:items/debugging#debugger)$(item)Debugger/$ after executing this pattern (ie. before executing the next pattern).",
75+
before: "Pauses the $(l:hexdebug:items/debugging#debugger)$(item)Debugger/$ before executing this pattern.",
76+
after: "Pauses the $(l:hexdebug:items/debugging#debugger)$(item)Debugger/$ after executing this pattern (ie. before executing the next pattern).",
7777
},
78-
"craft/debugger": "Creates a $(l:items/debugging#debugger)$(item)Debugger/$ that casts a _Hex, similar to $(l:patterns/spells/hexcasting)certain other patterns/$ I've used in the past.$(br2)Costs about ten $(l:items/amethyst)$(item)Charged Amethyst/$.",
78+
"craft/debugger": "Creates a $(l:hexdebug:items/debugging#debugger)$(item)Debugger/$ that casts a _Hex, similar to $(l:patterns/spells/hexcasting)certain other patterns/$ I've used in the past.$(br2)Costs about ten $(l:items/amethyst)$(item)Charged Amethyst/$.",
7979
},
8080
},
8181
},

0 commit comments

Comments
 (0)