diff --git a/Commands/InterviewTemplateCommands.cs b/Commands/InterviewTemplateCommands.cs index 0dc7d84..04fc9dd 100644 --- a/Commands/InterviewTemplateCommands.cs +++ b/Commands/InterviewTemplateCommands.cs @@ -47,7 +47,7 @@ public class InterviewTemplateCommands { Color = DiscordColor.Green, Description = "Upload the json file using the `/interviewtemplate set` command when you are done editing it.\n\n" + - "Click [here](https://github.com/KarlOfDuty/SupportChild/blob/main/docs/InterviewTemplates.md) to learn how to edit interview templates." + "Click [here](https://toastielab.dev/toastie-stuff/SupportChild/src/branch/main/docs/InterviewTemplates.md) to learn how to edit interview templates." }) .AddFile("interview-template-" + category.Id + ".json", stream) .AsEphemeral()); @@ -79,7 +79,7 @@ public class InterviewTemplateCommands Color = DiscordColor.Green, Description = "No interview template found for this category. A default template has been generated.\n\n" + "Upload the json file using the `/interviewtemplate set` command when you are done editing it.\n\n" + - "Click [here](https://github.com/KarlOfDuty/SupportChild/blob/main/docs/InterviewTemplates.md) to learn how to edit interview templates." + "Click [here](https://toastielab.dev/toastie-stuff/SupportChild/src/branch/main/docs/InterviewTemplates.md) to learn how to edit interview templates." }).AddFile("interview-template-" + category.Id + ".json", defStream).AsEphemeral(); await command.RespondAsync(response); }