Skip to content

Commit

Permalink
fix(neuron-ui): remove www from docs.nervos.org
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith-CY committed Nov 28, 2019
1 parent 6b68ab6 commit 3fc8154
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/neuron-ui/src/utils/const.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ export const SHANNON_CKB_RATIO = 1e8
export const MEDIUM_FEE_RATE = 6000
export const WITHDRAW_EPOCHS = 180

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

Expand Down

0 comments on commit 3fc8154

Please sign in to comment.