diff --git a/doc/xca.1 b/doc/xca.1 index 045e26dd..3ff976eb 100644 --- a/doc/xca.1 +++ b/doc/xca.1 @@ -65,7 +65,7 @@ from the database .I database in PEM format to .SH SEE ALSO -A more detailed HTML documentation can be found in the doc directory, in the "Help" menu of the application or on http://xca.sf.net +A more detailed HTML documentation can be found in the doc directory, in the "Help" menu of the application or on http://hohnstaedt.de/documentation .SH AUTHOR This manual page was written by Christian Hohnstaedt diff --git a/misc/xca.nsi b/misc/xca.nsi index df05aba7..af7b1fc5 100755 --- a/misc/xca.nsi +++ b/misc/xca.nsi @@ -108,8 +108,8 @@ Section "xca (required)" SecMain WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\xca" "DisplayVersion" "${VERSION}" WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\xca" "Version" "${VERSION}" WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\xca" "URLUpdateInfo" "http://hohnstaedt.de/xca" - WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\xca" "URLInfoAbout" "http://xca.sf.net" - WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\xca" "HelpLink" "http://xca.sf.net" + WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\xca" "URLInfoAbout" "http://hohnstaedt.de/xca" + WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\xca" "HelpLink" "http://hohnstaedt.de/documentation" WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\xca" "Publisher" "Christian Hohnstaedt " WriteRegDWord HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\xca" "NoModify" '1' WriteRegDWord HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\xca" "NoRepair" '1'