Skip to content

Commit 72bd515

Browse files
committed
fix docs links
1 parent 01ab149 commit 72bd515

9 files changed

Lines changed: 15 additions & 19 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ HUMAN is a permissionless protocol to facilitate the exchange of HUMAN work, kno
2525

2626
### Documentation
2727

28-
For a more detailed description of the HUMAN Protocol architecture and vision see [here](https://tech-docs.humanprotocol.org/)
28+
For a more detailed description of the HUMAN Protocol architecture and vision see [here](https://docs.humanprotocol.org/)
2929

3030
### Description
3131

@@ -59,7 +59,7 @@ The contribution guidelines are as per the CONTRIBUTING.MD file.
5959
│ │ │ ├── subgraph # Human Protocol Subgraph
6060
```
6161
### Smart contracts
62-
To access comprehensive information about the smart contracts, please visit the following URL: https://tech-docs.humanprotocol.org/contracts. This resource provides detailed documentation that covers various aspects of the smart contracts used within the Human Protocol ecosystem.
62+
To access comprehensive information about the smart contracts, please visit the following URL: https://docs.humanprotocol.org/architecture/contracts/escrow.sol. This resource provides detailed documentation that covers various aspects of the smart contracts used within the Human Protocol ecosystem.
6363

6464
### How To Use This Repo
6565

packages/apps/dashboard/client/.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ VITE_NAVBAR_LINK_LAUNCH_JOBS=https://job-launcher.humanprotocol.org/
1010
VITE_NAVBAR_LINK_WORK_AND_EARN=https://app.humanprotocol.org/
1111

1212
# Link to button on 'Role details' page
13-
VITE_HUMANPROTOCOL_CORE_ARCHITECTURE=https://docs.humanprotocol.org/hub/human-tech-docs/architecture
13+
VITE_HUMANPROTOCOL_CORE_ARCHITECTURE=https://docs.humanprotocol.org/architecture/overview/
1414

1515
# Links to footer socials
1616
VITE_FOOTER_LINK_GITHUB=https://github.com/humanprotocol/human-protocol

packages/apps/fortune/exchange-oracle/server/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ $ yarn migration:show
115115

116116
## 📚 Documentation
117117

118-
For detailed information about the Exchange Oracle, please refer to the [Human Protocol Tech Docs](https://human-protocol.gitbook.io/hub/human-tech-docs/architecture/components/exchange-oracle).
118+
For detailed information about the Exchange Oracle, please refer to the [Human Protocol Tech Docs](https://docs.humanprotocol.org/architecture/exchange_oracle/overview/).
119119

120120
## 📝 License
121121

packages/apps/fortune/recording-oracle/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ $ yarn run test:cov
6666

6767
## 📚 Documentation
6868

69-
For detailed information about the Recording Oracle, please refer to the [Human Protocol Tech Docs](https://human-protocol.gitbook.io/hub/human-tech-docs/architecture/components/recording-oracle).
69+
For detailed information about the Recording Oracle, please refer to the [Human Protocol Tech Docs](https://docs.humanprotocol.org/architecture/recording_oracle/overview/).
7070

7171
## 📝 License
7272

packages/apps/human-app/frontend/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ The Web3 setup is closely tied to contract addresses. The best explanation for t
6363
```
6464
...
6565
## Web3 setup
66-
# set SC addresses according to https://human-protocol.gitbook.io/hub/human-tech-docs/architecture/components/smart-contracts/contract-addresses
66+
# set SC addresses according to https://docs.humanprotocol.org/architecture/contracts/contract_addresses/
6767
6868
## other networks
6969
# if you wish to add new network follow this instruction:

packages/apps/human-app/frontend/src/modules/smart-contracts/contracts.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// this file defines contract addresses
2-
// from https://docs.humanprotocol.org/human-tech-docs/architecture/components/smart-contracts/contract-addresses
2+
// from https://docs.humanprotocol.org/architecture/contracts/contract_addresses/
33

44
import { ChainId } from '@human-protocol/sdk/src/enums';
55
import { NETWORKS } from '@human-protocol/sdk/src/constants';

packages/apps/job-launcher/server/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ $ yarn migration:show
113113

114114
## 📚 Documentation
115115

116-
For detailed information about the Exchange Oracle, please refer to the [Human Protocol Tech Docs](https://human-protocol.gitbook.io/hub/human-tech-docs/architecture/components/job-launcher).
116+
For detailed information about the Exchange Oracle, please refer to the [Human Protocol Tech Docs](https://docs.humanprotocol.org/architecture/job_launcher/overview/).
117117

118118
## 📝 License
119119

packages/apps/reputation-oracle/server/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ $ yarn migration:show
113113

114114
## 📚 Documentation
115115

116-
For detailed information about the Exchange Oracle, please refer to the [Human Protocol Tech Docs](https://human-protocol.gitbook.io/hub/human-tech-docs/architecture/components/reputation-oracle).
116+
For detailed information about the Exchange Oracle, please refer to the [Human Protocol Tech Docs](https://docs.humanprotocol.org/architecture/reputation_oracle/overview/).
117117

118118
### Generate env documentation
119119

packages/core/README.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@
1616

1717
## Documentation
1818

19-
For detailed information about the core contracts, please refer to the [Human Protocol Tech Docs](https://docs.humanprotocol.org/hub/human-tech-docs/architecture/components/smart-contracts).
19+
For detailed information about the core contracts, please refer to the [Human Protocol Tech Docs](https://docs.humanprotocol.org/architecture/contracts/escrow.sol/).
20+
21+
### Governance
22+
23+
For the cross-chain Governance system (Hub + Spokes), deployment, and proposal lifecycle, see the root-level [GOVERNANCE.md](./GOVERNANCE.md). The in-source, detailed reference lives at [`contracts/governance/README.md`](contracts/governance/README.md).
2024

2125
## Deployment
2226

@@ -45,7 +49,7 @@ yarn deploy:proxy --network [NETWORK_NAME]
4549
yarn dlx hardhat verify --network [NETWORK_NAME] [CONTRACT_ADDRESS]
4650
```
4751

48-
5. Request the Human Protocol team to include the new contract address in the document at https://tech-docs.humanprotocol.org/contracts/contract-addresses.
52+
5. Request the Human Protocol team to include the new contract address in the document at https://docs.humanprotocol.org/architecture/contracts/contract_addresses.
4953

5054
### Upgrade contracts with proxy
5155

@@ -79,14 +83,6 @@ yarn upgrade:proxy --network [NETWORK_NAME]
7983
npx hardhat verify --network [NETWORK_NAME] [CONTRACT_ADDRESS]
8084
```
8185

82-
## Documentation
83-
84-
For detailed information about core, please refer to the [Human Protocol Tech Docs](https://human-protocol.gitbook.io/hub/human-tech-docs/architecture/components/smart-contracts).
85-
86-
### Governance
87-
88-
For the cross-chain Governance system (Hub + Spokes), deployment, and proposal lifecycle, see the root-level [GOVERNANCE.md](./GOVERNANCE.md). The in-source, detailed reference lives at [`contracts/governance/README.md`](contracts/governance/README.md).
89-
9086
## License
9187

9288
This project is licensed under the MIT License. See the [LICENSE](https://github.com/humanprotocol/human-protocol/blob/main/LICENSE) file for details.

0 commit comments

Comments
 (0)