Skip to content

Commit c932511

Browse files
Fix missing hostname from doc links (disgoorg#437)
1 parent e2788ce commit c932511

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

discord/channel.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1394,7 +1394,7 @@ type PartialChannel struct {
13941394
Type ChannelType `json:"type"`
13951395
}
13961396

1397-
// VideoQualityMode https://com/developers/docs/resources/channel#channel-object-video-quality-modes
1397+
// VideoQualityMode https://discord.com/developers/docs/resources/channel#channel-object-video-quality-modes
13981398
type VideoQualityMode int
13991399

14001400
const (

discord/message.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ const (
214214
MessageReactionTypeBurst
215215
)
216216

217-
// MessageActivityType is the type of MessageActivity https://com/developers/docs/resources/channel#message-object-message-activity-types
217+
// MessageActivityType is the type of MessageActivity https://discord.com/developers/docs/resources/message#message-object-message-activity-types
218218
type MessageActivityType int
219219

220220
// Constants for MessageActivityType

0 commit comments

Comments
 (0)