From 7cc706ed98563ac82e0328dfaa993aaa230a4abe Mon Sep 17 00:00:00 2001 From: orkunkl Date: Sun, 26 Jul 2020 13:09:54 +0300 Subject: [PATCH] faucet: refer to cosmjs/faucet in index --- packages/faucet/src/api/webserver.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/faucet/src/api/webserver.ts b/packages/faucet/src/api/webserver.ts index 844c1496..12f4ccfc 100644 --- a/packages/faucet/src/api/webserver.ts +++ b/packages/faucet/src/api/webserver.ts @@ -30,7 +30,7 @@ export class Webserver { "\n" + "Check the full status via the /status endpoint.\n" + "You can get tokens from here by POSTing to /credit.\n" + - "See https://github.com/iov-one/iov-faucet for all further information.\n"; + "See https://github.com/CosmWasm/cosmjs/tree/master/packages/faucet for all further information.\n"; break; case "/status": { const [holder, ...distributors] = await faucet.loadAccounts();