Skip to content

Commit

Permalink
replace dead link to docs from moderation phases config
Browse files Browse the repository at this point in the history
  • Loading branch information
marcushaddon committed Nov 15, 2023
1 parent b85002d commit 606568a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,15 @@ const ModerationPhasesConfigContainer: FunctionComponent<Props> = ({
id="configure-moderationPhases-description"
elems={{
externalLink: (
<ExternalLink href="https://github.com/coralproject/talk/blob/main/EXTERNAL_MODERATION_PHASES.md#request-signing" />
<ExternalLink href="https://docs.coralproject.net/external-moderation-phases" />
),
}}
>
<FormFieldDescription>
Configure a external moderation phase to automate some moderation
actions. Moderation requests will be JSON encoded and signed. To
learn more about moderation requests, visit our{" "}
<ExternalLink href="https://github.com/coralproject/talk/blob/main/EXTERNAL_MODERATION_PHASES.md#request-signing">
<ExternalLink href="https://docs.coralproject.net/external-moderation-phases">
docs
</ExternalLink>
.
Expand Down

0 comments on commit 606568a

Please sign in to comment.