From 53e883beb58be0c59fcda8c4ba6e0957221fe7da Mon Sep 17 00:00:00 2001 From: Karol Lewandowski Date: Fri, 6 Dec 2024 14:53:31 +0100 Subject: [PATCH] creating_live_template_functions.md: Fix topic file name --- .../live_templates/creating_live_template_functions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topics/tutorials/live_templates/creating_live_template_functions.md b/topics/tutorials/live_templates/creating_live_template_functions.md index 8391b6a6c..00a0c1532 100644 --- a/topics/tutorials/live_templates/creating_live_template_functions.md +++ b/topics/tutorials/live_templates/creating_live_template_functions.md @@ -28,7 +28,7 @@ Three `TitleCaseMacro` methods are of particular interest: ## Adding a Live Template -Using the procedures previously discussed for [Template Creation](providing_live_templates.md#template-creation) and [Export the Live Template](providing_live_templates#export-the-live-template), add a Live Template to the [Markdown.xml](%gh-sdk-samples-master%/live_templates/src/main/resources/liveTemplates) file for the plugin. +Using the procedures previously discussed for [Template Creation](providing_live_templates.md#template-creation) and [Export the Live Template](providing_live_templates.md#export-the-live-template), add a Live Template to the [Markdown.xml](%gh-sdk-samples-master%/live_templates/src/main/resources/liveTemplates) file for the plugin. The XML representation of an example Live Template using the new `titleCase` function is listed below. There is only one variable, `TITLE`.