Skip to content

Commit babbe1d

Browse files
authored
Merge pull request #3226 from obsidian-tasks-group/fix-templating-help-url
docs: Fix URL in the help message for unexpanded template text
2 parents 32b173a + ed37347 commit babbe1d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/Advanced/Daily Agenda.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Possible causes:
8787
- Some sample template text was accidentally pasted in to a tasks query,
8888
instead of in to a template file.
8989
90-
See: https://publish.obsidian.md/tasks/Advanced/Instruction+contains+unexpanded+template+text
90+
See: https://publish.obsidian.md/tasks/Advanced/Daily+Agenda#Instruction+contains+unexpanded+template+text
9191
```
9292
<!-- endSnippet -->
9393

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)