From 6f9ddef65966d57d336dd3401c263bbd14387756 Mon Sep 17 00:00:00 2001 From: Amadeo Pellicce Date: Wed, 22 Jun 2022 10:35:01 +0100 Subject: [PATCH] blockchains/polygon: fixing wrong github link (#21148) The previous link pointed to the Celo foundation Github. This replaces it with the correct Polygon network Github account. --- blockchains/polygon/info/info.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blockchains/polygon/info/info.json b/blockchains/polygon/info/info.json index d430af4ca..2eaa4989d 100644 --- a/blockchains/polygon/info/info.json +++ b/blockchains/polygon/info/info.json @@ -12,7 +12,7 @@ "links": [ { "name": "github", - "url": "https://github.com/celo-org/celo-blockchain" + "url": "https://github.com/maticnetwork/" }, { "name": "twitter", @@ -27,4 +27,4 @@ "url": "https://github.com/maticnetwork/whitepaper" } ] -} \ No newline at end of file +}