From ab94c8f46095b1e85b49f921d6665d90b4775dde Mon Sep 17 00:00:00 2001 From: tree Date: Thu, 15 Feb 2024 01:39:42 +0100 Subject: [PATCH] fix links --- docs/donate.md | 2 +- docs/git.md | 2 +- docusaurus.config.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/donate.md b/docs/donate.md index d6bba989..82021b2e 100644 --- a/docs/donate.md +++ b/docs/donate.md @@ -13,4 +13,4 @@ Anyone can donate ETH and ERC-20 tokens to the following addresses and networks: ![](./assets/donate-qr.svg) -Funds sent to the above address will be held in the [Web3Privacy Now multisig](/governance/multisig) and used to boost development of our projects. \ No newline at end of file +Funds sent to the above address will be held in the [Web3Privacy Now multisig](/core-team/multisig) and used to boost development of our projects. \ No newline at end of file diff --git a/docs/git.md b/docs/git.md index acf13dd9..4fe17b5e 100644 --- a/docs/git.md +++ b/docs/git.md @@ -10,7 +10,7 @@ All our projects are open-source and distributed across many Git repositories. P | --- | --- | | [@web3privacy/web3privacy](https://github.com/web3privacy/web3privacy) | The original monorepo with research | | [@web3privacy/data](https://github.com/web3privacy/data) | Data repository (Team, Projects, Events..) | -| [@web3privacy/pm](https://github.com/web3privacy/pm) | [Project Management](/governance/pm) repository | +| [@web3privacy/pm](https://github.com/web3privacy/pm) | [Core Team](/core-team) Project Management | | [@web3privacy/docs](https://github.com/web3privacy/docs) | Source code of this documentation | | [@web3privacy/web](https://github.com/web3privacy/web) | Source-code of our website ([web3privacy.info](https://web3privacy.info)) | | [@web3privacy/brand](https://github.com/web3privacy/brand) | Brand assets (logos and other visual) | diff --git a/docusaurus.config.js b/docusaurus.config.js index e9beccaa..466c794b 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -57,7 +57,7 @@ const config = { { redirects: [ { from: '/research/Ethereum Privacy Ecosystem', to: '/research/ethereum-privacy-ecosystem' }, - { from: '/governance/multi-sig', to: '/core-team/multi-sig' }, + { from: '/governance/multisig', to: '/core-team/multisig' }, ], } ]