Skip to content

Commit

Permalink
fix: update documentation links
Browse files Browse the repository at this point in the history
  • Loading branch information
kelsos committed Aug 20, 2024
1 parent 670cf4c commit 7605db6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion services/botcommands/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const dataDirCommand = {
async execute(interaction: APIInteraction, api: API) {
await api.interactions.reply(interaction.id, interaction.token, {
content:
'You can find the default data directory locations at https://rotki.readthedocs.io/en/stable/usage_guide.html#rotki-data-directory',
'You can find the default data directory locations at https://docs.rotki.com/usage-guides/data-directory.html#rotki-data-directory',
});
},
};
2 changes: 1 addition & 1 deletion services/botcommands/logs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const logsCommand = {
async execute(interaction: APIInteraction, api: API) {
await api.interactions.reply(interaction.id, interaction.token, {
content:
'You can find the default log file locations at https://rotki.readthedocs.io/en/stable/contribute.html#id2 ',
'You can find the default log file locations at https://docs.rotki.com/contribution-guides/#run-rotki-in-debug-mode',
});
},
};

0 comments on commit 7605db6

Please sign in to comment.