Skip to content

Commit

Permalink
add to checklinks exclusions
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuef committed Feb 27, 2024
1 parent 38ff36d commit 3c456d7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand Down
8 changes: 4 additions & 4 deletions src/pages/Economy/content.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand All @@ -64,7 +64,7 @@ export default {
},
{
name: "UniSwap V3",
url: "http://tinyurl.com/mrxd9y53",
url: "https://info.uniswap.org/#/pools/0x35593881b7723b39a5bdbcb421e55c1ff1953f4b",
},
],
faqs: {
Expand All @@ -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)",
],
},
{
Expand All @@ -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)",
],
},

Expand Down

0 comments on commit 3c456d7

Please sign in to comment.