From 18b195340a24dcab57d45a39904f7f8c81614f18 Mon Sep 17 00:00:00 2001 From: DylanCa Date: Sat, 13 Jan 2024 12:41:47 +0100 Subject: [PATCH] Added <> around URLs --- src/client/ipc.rs | 2 +- src/models/activity.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/client/ipc.rs b/src/client/ipc.rs index 3ef2a26..da53bdb 100644 --- a/src/client/ipc.rs +++ b/src/client/ipc.rs @@ -13,7 +13,7 @@ use crate::models::error::Error::DiscordNotFound; /// Client used to communicate with Discord through IPC. pub struct DiscordClient { - /// ID of Discord Application, see https://discord.com/developers for more info + /// ID of Discord Application, see for more info pub id: String, socket: Option, } diff --git a/src/models/activity.rs b/src/models/activity.rs index b0ed7dd..f40f39c 100644 --- a/src/models/activity.rs +++ b/src/models/activity.rs @@ -5,7 +5,7 @@ use crate::models::activity_data::{ use serde::Serialize; /// Represents a Discord Activity object to be send to Discord application. -/// See https://discord.com/developers/docs/game-sdk/activities#data-models for more information. +/// See for more information. #[derive(Serialize, Debug)] pub struct Activity { /// Name of the Discord Application - Read Only.