fix links

This commit is contained in:
tree🌴 2024-02-15 01:39:42 +01:00
parent c4ea964110
commit ab94c8f460
3 changed files with 3 additions and 3 deletions

View File

@ -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.
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.

View File

@ -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) |

View File

@ -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' },
],
}
]