Skip to content

Commit 799e1fa

Browse files
committed
Fix link in CLI arg description
1 parent 2f7a73a commit 799e1fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const COMMON_COMMAND_ARGUMENTS = {
1515
dappAlias: {
1616
type: 'string',
1717
demandOption: true,
18-
describe: 'dApp alias as specified on https://docs.api3.org/dapps/oev-rewards/dapp-alias.html',
18+
describe: 'dApp alias as specified in https://github.com/api3dao/contracts/tree/main/data/dapps',
1919
},
2020
chainId: {
2121
type: 'string',

0 commit comments

Comments
 (0)