Skip to content

Commit

Permalink
chore: update setting description
Browse files Browse the repository at this point in the history
  • Loading branch information
Z233 committed Aug 27, 2023
1 parent aded915 commit e1c81a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/setting/settings-tab.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ export class SuperPlanSettingsTab extends PluginSettingTab {
text: 'Requires the ',
})
el.createEl('a', {
text: 'obsidian-dataview',
href: 'https://github.com/blacksmithgu/obsidian-dataview',
text: 'modified version of obsidian-dataview',
href: 'https://github.com/z233/obsidian-dataview-modified',
})
el.appendText(' to be enabled.')

Expand Down

0 comments on commit e1c81a8

Please sign in to comment.