Skip to content

Commit

Permalink
fix docs link
Browse files Browse the repository at this point in the history
  • Loading branch information
haouarihk committed Nov 7, 2023
1 parent 0897420 commit e88e23f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/settings/settings-page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export default class TextGeneratorSettingTab extends PluginSettingTab {
});
el.createEl("a", {
text: " Documentation \u{1F4D6}",
href: "https://bit.ly/tg-docs",
href: "https://bit.ly/tg_docs",
cls: "tag",
});
el.createEl("a", {
Expand Down

0 comments on commit e88e23f

Please sign in to comment.