From e7e681e60291814ff51178327585a037f8f0cb53 Mon Sep 17 00:00:00 2001 From: Troy McConaghy Date: Wed, 17 Apr 2019 09:47:59 +0200 Subject: [PATCH] Fix two incorrect "localhost" URLs --- content/concepts/wallets.md | 2 +- content/setup/keeper.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/concepts/wallets.md b/content/concepts/wallets.md index 641e0ff6..24b60687 100644 --- a/content/concepts/wallets.md +++ b/content/concepts/wallets.md @@ -36,7 +36,7 @@ Note that unlike traditional pocket wallets, crypto wallets don't actually store ## Tutorials -See the [tutorials about using wallets with Ocean Protocol](http://localhost:8000/tutorials/introduction/). +See the [tutorials about using wallets with Ocean Protocol](/tutorials/introduction/). [1]: https://metamask.io/ [2]: https://trezor.io/ diff --git a/content/setup/keeper.md b/content/setup/keeper.md index 22d968ec..3b1b8e36 100644 --- a/content/setup/keeper.md +++ b/content/setup/keeper.md @@ -10,7 +10,7 @@ If you want to run a [keeper node (keeper)]((/concepts/components/#keeper)), you [Barge](https://github.com/oceanprotocol/barge) uses Docker Compose to run one or more keeper nodes (and other components) in Docker containers on your local machine. - If you use `--local-kovan-node` or `--local-nile-node`, then it will run one local Parity Ethereum node (as a _user node_, i.e. a non-voting node) and it will connect that node to the [Kovan Testnet](/concepts/testnets/#the-kovan-testnet) or [Nile Testnet](/concepts/testnets/#the-nile-testnet), respectively. -- If you use `--local-spree-node` or `--local-ganache-node`, then it will run a strictly-local [Spree Testnet](/concepts/testnets/#a-spree-testnet-for-local-development) or [Ganache-Based Testnet](http://localhost:8000/concepts/testnets/#a-ganache-based-testnet-for-local-development). +- If you use `--local-spree-node` or `--local-ganache-node`, then it will run a strictly-local [Spree Testnet](/concepts/testnets/#a-spree-testnet-for-local-development) or [Ganache-Based Testnet](/concepts/testnets/#a-ganache-based-testnet-for-local-development). Barge deploys the keeper contracts to whatever keeper nodes are deployed locally.