From e18b70666bdac81a9445912dcd9ff92f7d4e571e Mon Sep 17 00:00:00 2001 From: arulm <47856951+arulconsultant@users.noreply.github.com> Date: Mon, 16 Sep 2024 17:30:35 +0530 Subject: [PATCH] Fixed the link redirect error on dateformatter and lookup_PR_by_LastCommitId (#1981) --- .../Version 3 (and later)/readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SampleTemplates/XplatGenerateReleaseNotes (Node based)/Version 3 (and later)/readme.md b/SampleTemplates/XplatGenerateReleaseNotes (Node based)/Version 3 (and later)/readme.md index f442730af..36faf2c25 100644 --- a/SampleTemplates/XplatGenerateReleaseNotes (Node based)/Version 3 (and later)/readme.md +++ b/SampleTemplates/XplatGenerateReleaseNotes (Node based)/Version 3 (and later)/readme.md @@ -65,5 +65,5 @@ It is possible that your extension might require the loading of other JavaScript - [GitFlow](gitflow-readme.md) - a template and helper to assist in report generation when using GitFlow - [replace_text.js](replace_text.js) - a helper to replace some text value with another - [return_parents_only.js](return_parents_only.js) - a helper to list just the parents of associated workitems -- [lookup_PR_by_LastCommitId](lookup_PR_by_LastCommitId) - a helper to lookup a PR from an array based on it's last commit Id -- [date_formatter](date_formatter) - a helper to convert a date to the current locality value +- [lookup_PR_by_LastCommitId](lookup_PR_by_LastCommitId.js) - a helper to lookup a PR from an array based on it's last commit Id +- [date_formatter](date_formatter.js) - a helper to convert a date to the current locality value