From 3c456d7955d3af6239bbb1d40c34c01137171521 Mon Sep 17 00:00:00 2001 From: Josh Wilson Date: Tue, 27 Feb 2024 17:19:11 +0100 Subject: [PATCH] add to checklinks exclusions --- netlify.toml | 4 ++++ src/pages/Economy/content.js | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/netlify.toml b/netlify.toml index f0fd116..021902d 100644 --- a/netlify.toml +++ b/netlify.toml @@ -2,6 +2,9 @@ from = "/timeline/" to = "/roadmap/" +[[plugins]] +package = "netlify-plugin-checklinks" + [plugins.inputs] # An array of glob patterns for pages on your site # Recursive traversal will start from these @@ -22,6 +25,7 @@ skipPatterns = [ "https://riot.im/app/#/room/#safenetwork:matrix.org", "https://twitter.com/safenetworktech", "https://global.bittrex.com/Market/Index?MarketName=BTC-MAID", + "https://info.uniswap.org/#/pools/0x35593881b7723b39a5bdbcb421e55c1ff1953f4b", ] # You can mark some check as todo, which will execute the check, but allow failures. diff --git a/src/pages/Economy/content.js b/src/pages/Economy/content.js index eb9bd9e..8d56a73 100644 --- a/src/pages/Economy/content.js +++ b/src/pages/Economy/content.js @@ -54,7 +54,7 @@ export default { textBlock6: { title: "Buying MaidSafeCoin (EMAID)", para: [ - "MaidSafeCoin (EMAID) is available on the [Bitmart](https://www.bitmart.com/trade/en-US?symbol=EMAID_USDT) exchange and on [UniSwap V3](http://tinyurl.com/mrxd9y53)", + "MaidSafeCoin (EMAID) is available on the [Bitmart](https://www.bitmart.com/trade/en-US?symbol=EMAID_USDT) exchange and on [UniSwap V3](https://info.uniswap.org/#/pools/0x35593881b7723b39a5bdbcb421e55c1ff1953f4b)", ], }, exchanges: [ @@ -64,7 +64,7 @@ export default { }, { name: "UniSwap V3", - url: "http://tinyurl.com/mrxd9y53", + url: "https://info.uniswap.org/#/pools/0x35593881b7723b39a5bdbcb421e55c1ff1953f4b", }, ], faqs: { @@ -78,7 +78,7 @@ export default { `Safe Network Tokens won’t be issued until the Network goes live so they cannot be purchased at the moment. Currently you can buy MaidSafeCoin which will be swapped on a 1-to-1 basis for Safe Network Tokens when released.`, "You can buy MaidSafeCoin from:", "[Bitmart](https://www.bitmart.com/trade/en-US?symbol=EMAID_USDT)", - "[UniSwap V3](http://tinyurl.com/mrxd9y53)", + "[UniSwap V3](https://info.uniswap.org/#/pools/0x35593881b7723b39a5bdbcb421e55c1ff1953f4b)", ], }, { @@ -94,7 +94,7 @@ export default { answer: [ "You can buy MaidSafeCoin from:", "[Bitmart](https://www.bitmart.com/trade/en-US?symbol=EMAID_USDT)", - "[UniSwap V3](http://tinyurl.com/mrxd9y53)", + "[UniSwap V3](https://info.uniswap.org/#/pools/0x35593881b7723b39a5bdbcb421e55c1ff1953f4b)", ], },