diff options
Diffstat (limited to 'build/nsis.install.nsh')
-rw-r--r-- | build/nsis.install.nsh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build/nsis.install.nsh b/build/nsis.install.nsh index 57ef5a37c..9f8f54b14 100644 --- a/build/nsis.install.nsh +++ b/build/nsis.install.nsh @@ -3,9 +3,9 @@ InstallDir "$InstDir" OutFile "${OUTPUTFILE}" # set through command line arguments # Links for "Add/Remove Programs" -!define HELPURL "https://github.com/ethereum/go-ethereum/issues" -!define UPDATEURL "https://github.com/ethereum/go-ethereum/releases" -!define ABOUTURL "https://github.com/ethereum/go-ethereum#ethereum-go" +!define HELPURL "https://github.com/dexon-foundation/dexon/issues" +!define UPDATEURL "https://github.com/dexon-foundation/dexon/releases" +!define ABOUTURL "https://github.com/dexon-foundation/dexon#ethereum-go" !define /date NOW "%Y%m%d" PageEx license |