Skip to content

Commit cbc9d58

Browse files
committed
Fix text event doc link
1 parent 28a3e0c commit cbc9d58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addons/dialogic/Modules/Text/event_text.gd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ func _init() -> void:
260260
event_category = "Main"
261261
event_sorting_index = 0
262262
expand_by_default = true
263-
help_page_path = "https://docs.dialogic.pro/writing-text-events.html"
263+
help_page_path = "https://docs.dialogic.pro/writing-texts.html"
264264

265265

266266

0 commit comments

Comments
 (0)