aboutsummaryrefslogtreecommitdiff
path: root/windows/pandoc.wxs
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-06-09 16:34:56 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2015-06-09 16:34:56 -0700
commit956559b8b845a87a573caa95e94f67e92439bfef (patch)
tree48cebfbedf84d00bd84a9324861babc328b47169 /windows/pandoc.wxs
parentdc0e5c34b711b6d7c3764cc1962acdf2307c698c (diff)
parentc18e93ca6e6b9edeb44d80c9a0f9113d274eeb70 (diff)
downloadpandoc-956559b8b845a87a573caa95e94f67e92439bfef.tar.gz
Merge pull request #2217 from ousia/master
replace old url with pandoc.org
Diffstat (limited to 'windows/pandoc.wxs')
-rw-r--r--windows/pandoc.wxs2
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/pandoc.wxs b/windows/pandoc.wxs
index 3e94c46fe..083c61d32 100644
--- a/windows/pandoc.wxs
+++ b/windows/pandoc.wxs
@@ -15,7 +15,7 @@
Minimum='0.0.0.0' IncludeMinimum='yes'
Maximum="99.0.0.0" IncludeMaximum="no" />
</Upgrade>
- <Property Id="ARPURLINFOABOUT" Value="http://johnmacfarlane.net/pandoc/" />
+ <Property Id="ARPURLINFOABOUT" Value="http://pandoc.org" />
<InstallExecuteSequence>
<RemoveExistingProducts After="InstallFinalize"/>