Skip to content

Commit e1f6813

Browse files
committed
fix: Correct broken URL in 'unexpanded template text' message.
1 parent 32b173a commit e1f6813

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/lib/TemplatingPluginTools.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Possible causes:
2424
- Some sample template text was accidentally pasted in to a tasks query,
2525
instead of in to a template file.
2626
27-
See: https://publish.obsidian.md/tasks/Advanced/Instruction+contains+unexpanded+template+text
27+
See: https://publish.obsidian.md/tasks/Advanced/Daily+Agenda#Instruction+contains+unexpanded+template+text
2828
`;
2929
}
3030
}

tests/lib/TemplatingPluginTools.test.TemplatingPluginTools_date_templating_error_sample_for_docs.approved.text

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ Possible causes:
88
- Some sample template text was accidentally pasted in to a tasks query,
99
instead of in to a template file.
1010

11-
See: https://publish.obsidian.md/tasks/Advanced/Instruction+contains+unexpanded+template+text
11+
See: https://publish.obsidian.md/tasks/Advanced/Daily+Agenda#Instruction+contains+unexpanded+template+text

0 commit comments

Comments
 (0)