From 7d6caaa09203f520eafa748d1ea7fa5fbc322dcc Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 22 Sep 2022 17:27:25 -0500 Subject: [PATCH] make links prettier --- src/reference/usefulLinks.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/reference/usefulLinks.md b/src/reference/usefulLinks.md index 8189f98..ef4f913 100644 --- a/src/reference/usefulLinks.md +++ b/src/reference/usefulLinks.md @@ -4,11 +4,11 @@ Below are a variety of useful links to tools and information in the Wormhole eco ### Design Documents -Wormhole's component design specifications can be found at [https://github.com/certusone/wormhole/tree/dev.v2/whitepapers](https://github.com/certusone/wormhole/tree/dev.v2/whitepapers). These outline the reasoning behind design decisions with added technical depth. +Wormhole's component design specifications can be found [here](https://github.com/certusone/wormhole/tree/dev.v2/whitepapers). These outline the reasoning behind design decisions with added technical depth. ### Testnet -Wormhole has deployed Core Bridge, Token Bridge and NFT Bridge contracts on various testnets of the chains connected by Wormhole. You can see the deployed addresses at [./contracts.md](./contracts.md). There's only a single Guardian that oversees the testnets, so you might get a higher rate of missed VAAs than you would on mainnet. +Wormhole has deployed Core Bridge, Token Bridge and NFT Bridge contracts on various testnets of the chains connected by Wormhole. You can see the deployed addresses [here](./contracts.md). There's only a single Guardian that oversees the testnets, so you might get a higher rate of missed VAAs than you would on mainnet. ### Testnet Bridge UI @@ -16,7 +16,7 @@ If you'd like to try out bridging tokens on testnet, there's a UI you can use to ### Tilt -Tilt is a Kubernetes-based tool that runs a copy of every chain along side a Guardian node to create a simulated testing environment. To set it up and test against it, start at [../development/tilt/overview.md](../development/tilt/overview.md). +Tilt is a Kubernetes-based tool that runs a copy of every chain along side a Guardian node to create a simulated testing environment. To set it up and test against it, start [here](../development/tilt/overview.md). ### Wormhole Core Repository @@ -24,8 +24,8 @@ The Wormhole core repository can be found at [https://github.com/wormhole-founda ### Wormhole Explorer -Wormhole Explorer is a tool that will help you parse VAAs after they've been picked up the Guardian network. It's available at [https://wormholenetwork.com/en/explorer](https://wormholenetwork.com/en/explorer). +[Wormhole Explorer](https://wormholenetwork.com/en/explorer) is a tool that will help you parse VAAs after they've been picked up the Guardian network. ### Wormhole SDK -The SDK is a set of Javascript tools to help you do Token Bridge transfers, plus fetch and submit VAAs from one chain to another. You can install it via NPM at [https://www.npmjs.com/package/@certusone/wormhole-sdk](https://www.npmjs.com/package/@certusone/wormhole-sdk). \ No newline at end of file +The SDK is a set of Javascript tools to help you do Token Bridge transfers, plus fetch and submit VAAs from one chain to another. You can install it via [NPM](https://www.npmjs.com/package/@certusone/wormhole-sdk). \ No newline at end of file