From d007966bd0eb4d80e37c7754e6f51f4a4e5d01e3 Mon Sep 17 00:00:00 2001 From: Justin Ahn <46169522+justinquidli@users.noreply.github.com> Date: Thu, 7 Sep 2023 06:42:00 +0200 Subject: [PATCH] fixed broken link for FIP Discussions Currently: https://github.com/farcasterxyz/protocol/discussionsd Should be: https://github.com/farcasterxyz/protocol/discussions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6394a11..ddf021c 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ The specification is maintained as a Markdown file. There are three important se 1. [Overview](/hub/README.md) - A high level overview of the protocol. 2. [Specification](/hub/README.md) - The technical spec for implementing Farcaster. -3. [FIP Discussions](https://github.com/farcasterxyz/protocol/discussionsd) - A forum where new proposals to change the specification are discussed. +3. [FIP Discussions](https://github.com/farcasterxyz/protocol/discussions) - A forum where new proposals to change the specification are discussed. ## Contributing