From 5b40e2551dd70f8a8e3fd965e04aacc11ec3b248 Mon Sep 17 00:00:00 2001 From: Khwahish Patel <111347042+Khwahish29@users.noreply.github.com> Date: Fri, 16 May 2025 22:08:49 +0530 Subject: [PATCH] doc: fix discord server link (#609) * fix-discord-server-link --- docs/contributing.rst | 2 +- newsfragments/592.docs.rst | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 newsfragments/592.docs.rst diff --git a/docs/contributing.rst b/docs/contributing.rst index 4738483c..3191d9cc 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -3,7 +3,7 @@ Contributing Thank you for your interest in contributing! We welcome all contributions no matter their size. Please read along to learn how to get started. If you get stuck, feel free -to ask for help in `Ethereum Python Discord server `_. +to ask for help in `Libp2p Discover Server `_. Setting the stage ~~~~~~~~~~~~~~~~~ diff --git a/newsfragments/592.docs.rst b/newsfragments/592.docs.rst new file mode 100644 index 00000000..306045d0 --- /dev/null +++ b/newsfragments/592.docs.rst @@ -0,0 +1 @@ +Fixed the `contributing.rst` file to include the Libp2p Discord Server Link.