Skip to content

Commit 3fc8154

Browse files
committed
fix(neuron-ui): remove www from docs.nervos.org
1 parent 6b68ab6 commit 3fc8154

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

packages/neuron-ui/src/utils/const.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ export const SHANNON_CKB_RATIO = 1e8
1919
export const MEDIUM_FEE_RATE = 6000
2020
export const WITHDRAW_EPOCHS = 180
2121

22-
export const RUN_NODE_GUIDE_URL =
23-
'https://www.docs.nervos.org/references/neuron-wallet-guide.html#1-run-a-ckb-mainnet-node'
22+
export const RUN_NODE_GUIDE_URL = 'https://docs.nervos.org/references/neuron-wallet-guide.html#1-run-a-ckb-mainnet-node'
2423
export const NERVOS_DAO_RFC_URL =
2524
'https://www.github.com/nervosnetwork/rfcs/blob/master/rfcs/0023-dao-deposit-withdraw/0023-dao-deposit-withdraw.md'
2625

0 commit comments

Comments
 (0)