From c3228b426370a6cc5d48cb41e28bbe9f731e8473 Mon Sep 17 00:00:00 2001 From: bdistin Date: Fri, 11 Oct 2019 17:54:02 -0500 Subject: [PATCH] fix(docslink): partialtypes (#3510) --- docs/topics/partials.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/topics/partials.md b/docs/topics/partials.md index 2566f3def..f1f05fe28 100644 --- a/docs/topics/partials.md +++ b/docs/topics/partials.md @@ -6,7 +6,7 @@ discard the event. With partials, you're able to receive the event, with a Messa ## Opting in -Partials are opt-in, and you can enable them in the Client options by specifying [PartialTypes](../typedef/PartialType): +Partials are opt-in, and you can enable them in the Client options by specifying [PartialTypes](/#/docs/main/master/typedef/PartialType): ```js // Accept partial messages and DM channels when emitting events @@ -58,4 +58,4 @@ bot or any bot that relies on still receiving updates to resources you don't hav good example. Currently, the only type of channel that can be uncached is a DM channel, there is no reason why guild channels should -not be cached. \ No newline at end of file +not be cached.