Skip to content

Commit

Permalink
fix obtain api key url (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
glowingjade authored Dec 14, 2024
1 parent 7a1a6a5 commit 65d9281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/settings/SettingTab.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export class SmartCopilotSettingTab extends PluginSettingTab {
apiKeysHeading.descEl.createEl('a', {
text: 'How to obtain API keys',
attr: {
href: 'https://github.com/glowingjade/obsidian-smart-composer/#initial-setup',
href: 'https://github.com/glowingjade/obsidian-smart-composer/wiki/1.2-Initial-Setup#getting-your-api-key',
target: '_blank',
},
})
Expand Down

0 comments on commit 65d9281

Please sign in to comment.