From 2223cc6afce2d18541943b0e0ccb74ce2fcd2c98 Mon Sep 17 00:00:00 2001 From: Jennifer Hasegawa <5481259+jhaaaa@users.noreply.github.com> Date: Thu, 20 Jul 2023 10:22:11 -0700 Subject: [PATCH] docs: update discussion location --- packages/content-type-reaction/README.md | 2 +- packages/content-type-reply/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/content-type-reaction/README.md b/packages/content-type-reaction/README.md index 76831ef..f11cdaa 100644 --- a/packages/content-type-reaction/README.md +++ b/packages/content-type-reaction/README.md @@ -3,7 +3,7 @@ This package provides an XMTP content type to support reactions to messages. > **Open for feedback** -> You are welcome to provide feedback on this implementation by commenting on the [Reaction Content Type XIP](https://github.com/xmtp/XIPs/pull/23) (XMTP Improvement Proposal). +> You are welcome to provide feedback on this implementation by commenting on the [Proposal for emoji reactions content type](https://github.com/orgs/xmtp/discussions/36). ## What’s a reaction? diff --git a/packages/content-type-reply/README.md b/packages/content-type-reply/README.md index ff53de4..e035897 100644 --- a/packages/content-type-reply/README.md +++ b/packages/content-type-reply/README.md @@ -3,7 +3,7 @@ This package provides an XMTP content type to support direct replies to messages. > **Open for feedback** -> You are welcome to provide feedback on this implementation by commenting on the [Reply Content Type XIP](https://github.com/xmtp/XIPs/pull/22) (XMTP Improvement Proposal). +> You are welcome to provide feedback on this implementation by commenting on the [Proposal for Reply content type](https://github.com/orgs/xmtp/discussions/35). ## What’s a reply?