Skip to content
This repository was archived by the owner on Aug 26, 2024. It is now read-only.

Commit 3294963

Browse files
authored
Fix api3 dao link (#1219)
* Remove staging * Replace api3.eth.link with api3.eth
1 parent afe91d1 commit 3294963

File tree

9 files changed

+9
-16
lines changed

9 files changed

+9
-16
lines changed

.github/workflows/lychee.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ headers = []
5656
exclude = [
5757
"myapi.com",
5858
"mydao.com",
59-
"staging.api3.eth.link",
6059
"infura.io",
6160
"api.coingecko.com/api/v3",
6261
"127.0.0.1",
@@ -69,7 +68,7 @@ exclude = [
6968
"eth-rinkeby.gateway.pokt.network",
7069
"execute-api.us-east-1.amazonaws.com",
7170
"github.com/.*.git",
72-
"api3.eth.link",
71+
"api3.eth",
7372
"config@1.0.0",
7473
"config@0.3",
7574
"config@0.4",

archived/airnode/pre-alpha/members/README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,5 @@ This documentation describes the structure and functionality of the API3 DAO. It
1313
- Participating in API3 governance via proposal creation, voting, and execution
1414

1515
::: tip DAO Dashboard
16-
Access the [DAO Dashboard](https://api3.eth.link/) on **Mainnet**.
16+
Access the [DAO Dashboard](https://api3.eth/) on **Mainnet**.
1717
:::
18-
<!--[staging.api3.eth](https://staging.api3.eth.link/) (Rinkeby Testnet)-->

archived/airnode/pre-alpha/members/governance/proposals.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ Once a proposal is [ready for execution](../contract-architecture/voting.md#key-
4444

4545
You are encouraged to use the [ENS app](https://app.ens.domains/) to register a name and associate it with an Ethereum account. Then, while entering your proposal parameters, you can use this ENS name instead of the account address. Before making the transaction that will create the proposal, the DAO dashboard will look up the address that the ENS name is pointing to, and use the raw address in the proposal. Therefore, changing the address that the ENS name is pointing to after this look up operation **WILL NOT** have an affect on the proposal.
4646

47-
For voters to see your ENS name instead of the raw address on the proposal details page, you will have to use the [ENS app](https://app.ens.domains/) to set a reverse record pointing to your ENS name (i.e., you need to have your raw address point to the ENS name). If your proposal will make a `transfer(address,amount)` call to an ERC20 token contract where `address` is the address of a _multisig_ wallet, you can [set a reverse record with the multisig](https://medium.com/the-ethereum-name-service/you-can-now-manage-ens-names-with-gnosis-safe-9ddcb7e6c4ac) to your ENS name. See Parameters in [this proposal](https://api3.eth.link/#/history/secondary-6) for an example.
47+
For voters to see your ENS name instead of the raw address on the proposal details page, you will have to use the [ENS app](https://app.ens.domains/) to set a reverse record pointing to your ENS name (i.e., you need to have your raw address point to the ENS name). If your proposal will make a `transfer(address,amount)` call to an ERC20 token contract where `address` is the address of a _multisig_ wallet, you can [set a reverse record with the multisig](https://medium.com/the-ethereum-name-service/you-can-now-manage-ens-names-with-gnosis-safe-9ddcb7e6c4ac) to your ENS name. See Parameters in [this proposal](https://api3.eth/#/history/secondary-6) for an example.

archived/airnode/pre-alpha/members/videos.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ title: Dashboard Videos
77
<TocHeader />
88
<TOC class="table-of-contents" :include-level="[2,3]" />
99

10-
Learn how to use the DAO Dashboard by watching these short videos. Access the DAO Dashboard at [DAO Dashboard](https://api3.eth.link/).
10+
Learn how to use the DAO Dashboard by watching these short videos. Access the DAO Dashboard at [DAO Dashboard](https://api3.eth/).
1111

1212
## Deposit and Withdraw
1313

@@ -43,4 +43,4 @@ Create a new proposal if you have the minimum voting power and you have not crea
4343

4444
Vote on active proposals or delegate your voting power to another DAO member.
4545

46-
> <iframe width="560" height="315" src="https://www.youtube.com/embed/K_EZFMjXUPA" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
46+
> <iframe width="560" height="315" src="https://www.youtube.com/embed/K_EZFMjXUPA" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

archived/libs/link-validator-with-monorepo-links.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ async function testLink(url, filePath) {
6060
// START: ignore section
6161
// TODO: This needs to move to an ignore file.
6262
let ignore = [
63-
'https://staging.api3.eth.link/#/',
6463
'https://www.coingecko.com/en/api/documentation',
6564
];
6665
// Some a tags may have javascript:void(0) in href
@@ -85,7 +84,7 @@ async function testLink(url, filePath) {
8584
}
8685

8786
// Sometimes the anchor indicator (#) is in the
88-
// path: https://api3.eth.link/#/history/secondary-6
87+
// path: https://api3.eth/#/history/secondary-6
8988
// This is not an anchor, ignore it.
9089
if (urlAnchor && urlAnchor.indexOf('#/') > -1) {
9190
urlAnchor = null;

docs/dao-members/dashboard/README.md

-4
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@ The DAO dashboard focuses on your interaction with the DAO:
2828

2929
- Access the [DAO Dashboard](https://dao.api3.org) on **Mainnet**.
3030

31-
- Access the [Stage DAO Dashboard](https://staging.api3.eth.link/#/) on Rinkeby.
32-
This is a staging area for beta and other testing. Please note that the
33-
staging area may not be available at certain times.
34-
3531
Connect your wallet by clicking the **Connect Wallet** button in the upper right
3632
hand corner. Select your wallet from the popup. Once connected you can view the
3733
DAO dashboard showing stake and reward status.

docs/dao-members/dashboard/proposals.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ to your ENS name. See Parameters in
257257
[this proposal](https://bafybeice5xg7dk6alljdkkkv4v65r6x5tgy3cpbxti4tlcd4yuyfzsz6mq.ipfs.dweb.link/#/history/secondary-31)
258258
for an example.
259259

260-
<!-- The link above used to be https://api3.eth.link/#/history/secondary-6 -->
260+
<!-- The link above used to be https://api3.eth/#/history/secondary-6 -->
261261

262262
## Using IPFS for Proposals
263263

libs/link-validator-repos.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ async function testLink(url, filePath) {
7171
}
7272

7373
// Sometimes the anchor indicator (#) is in the
74-
// path: https://api3.eth.link/#/history/secondary-6
74+
// path: https://api3.eth/#/history/secondary-6
7575
// This is not an anchor, ignore it.
7676
if (urlAnchor && urlAnchor.indexOf('#/') > -1) {
7777
urlAnchor = null;

libs/link-validator.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ async function testLink(url, filePath, ignoreTimeout) {
9595
}
9696

9797
// Sometimes the anchor indicator (#) is in the
98-
// path: https://api3.eth.link/#/history/secondary-6
98+
// path: https://api3.eth/#/history/secondary-6
9999
// This is not an anchor, ignore it.
100100
if (urlAnchor && urlAnchor.indexOf('#/') > -1) {
101101
urlAnchor = null;

0 commit comments

Comments
 (0)