From f60cc371ec33e58fb891628869aca92d60c2a519 Mon Sep 17 00:00:00 2001 From: yuetloo Date: Fri, 18 Aug 2023 11:04:18 -0400 Subject: [PATCH 1/2] update ipfs url --- docs/tally-verify.md | 2 +- vue-app/src/components/IpfsCopyWidget.vue | 3 ++- vue-app/src/views/JoinView.vue | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/tally-verify.md b/docs/tally-verify.md index 07ef68724..c8b50142b 100644 --- a/docs/tally-verify.md +++ b/docs/tally-verify.md @@ -98,7 +98,7 @@ The Ethereum private key (`eth-private-key`) can be any private key that control The process may take several hours. Results can be found in `tally.json` file, which must then be published via IPFS. -Finally, the [CID](https://ipfs.io/ipns/docs.ipfs.io/concepts/content-addressing/) of tally file must be submitted to `FundingRound` contract: +Finally, the [CID](https://docs.ipfs.tech/concepts/content-addressing/) of tally file must be submitted to `FundingRound` contract: ``` await fundingRound.publishTallyHash('') diff --git a/vue-app/src/components/IpfsCopyWidget.vue b/vue-app/src/components/IpfsCopyWidget.vue index eab9fb5df..7941ada74 100644 --- a/vue-app/src/components/IpfsCopyWidget.vue +++ b/vue-app/src/components/IpfsCopyWidget.vue @@ -15,6 +15,7 @@