diff --git a/src/chm/html/authoring_bundle_package_manifest.htm b/src/chm/html/authoring_bundle_package_manifest.htm
--- a/src/chm/html/authoring_bundle_package_manifest.htm
+++ b/src/chm/html/authoring_bundle_package_manifest.htm
@@ -39,10 +39,10 @@
         &lt;PackageGroup Id=&quot;MyPackage&quot;&gt;

         	&lt;ExePackage 

             SourceFile="[sources]\packages\shared\MyPackage.exe"

-            DownloadURL="http://mywebdomain.com/?mypackage.exe

+            DownloadUrl="http://example.com/?mypackage.exe"

             InstallCommand="/q /ACTION=Install"

             RepairCommand="/q ACTION=Repair /hideconsole"

-            UninstallCommand="/q ACTION=Uninstall /hideconsole /&gt;

+            UninstallCommand="/q ACTION=Uninstall /hideconsole" /&gt;

         &lt;/PackageGroup&gt;

       &lt;/Fragment&gt;

     &lt;/Wix&gt;</pre>

@@ -60,10 +60,10 @@
         &lt;PackageGroup Id=&quot;MyPackage&quot;&gt;

         	&lt;ExePackage 

             SourceFile="[sources]\packages\shared\MyPackage.exe"

-            DownloadURL="http://mywebdomain.com/?mypackage.exe

+            DownloadUrl="http://example.com/?mypackage.exe"

             InstallCommand="/q /ACTION=Install"

             RepairCommand="/q ACTION=Repair /hideconsole"

-            UninstallCommand="/q ACTION=Uninstall /hideconsole 

+            UninstallCommand="/q ACTION=Uninstall /hideconsole"

            <span class="style1"> <strong>InstallCondition=&quot;NOT VersionNT64 AND VersionNT >= v5.1"</strong></span> /&gt;

         &lt;/PackageGroup&gt;

       &lt;/Fragment&gt;


diff --git a/src/chm/html/bundle_author_chain.htm b/src/chm/html/bundle_author_chain.htm
--- a/src/chm/html/bundle_author_chain.htm
+++ b/src/chm/html/bundle_author_chain.htm
@@ -36,7 +36,7 @@
         <strong><span class="style1">&lt;Chain&gt;</span>

 <span class="style1">            &lt;ExePackage </span>

 <span class="style1">            SourceFile="[sources]\packages\shared\MyPackage.exe"</span>

-<span class="style1">            DownloadURL="http://mywebdomain.com/?mypackage.exe</span>

+<span class="style1">            DownloadUrl="http://example.com/?mypackage.exe"</span>

 <span class="style1">            InstallCommand="/q /ACTION=Install"</span>

 <span class="style1">            RepairCommand="/q ACTION=Repair /hideconsole&quot;/&gt;</span>

 <span class="style1">        &lt;/Chain&gt;</span></strong>


diff --git a/src/chm/html/bundle_define_searches.htm b/src/chm/html/bundle_define_searches.htm
--- a/src/chm/html/bundle_define_searches.htm
+++ b/src/chm/html/bundle_define_searches.htm
@@ -77,10 +77,10 @@
         &lt;PackageGroup Id=&quot;MyPackage&quot;&gt;

         	&lt;ExePackage 

             SourceFile="[sources]\packages\shared\MyPackage.exe"

-            DownloadURL="http://mywebdomain.com/?mypackage.exe

+            DownloadUrl="http://example.com/?mypackage.exe"

             InstallCommand="/q /ACTION=Install"

             RepairCommand="/q ACTION=Repair /hideconsole"

-            UninstallCommand="/q ACTION=Uninstall /hideconsole &quot;

+            UninstallCommand="/q ACTION=Uninstall /hideconsole"

             InstallCondition="[x86] = 1 AND [OSVersion] >= 5.0.5121.0 <span class="style1"><strong>AND [patchLevel] = 0"</strong></span> /&gt;

         &lt;/PackageGroup&gt;

       &lt;/Fragment&gt;


diff --git a/src/chm/html/wixdev_getting_started.htm b/src/chm/html/wixdev_getting_started.htm
--- a/src/chm/html/wixdev_getting_started.htm
+++ b/src/chm/html/wixdev_getting_started.htm
@@ -11,13 +11,13 @@
 <body>

   <h1><a href='http://blogs.msdn.com/robmen/archive/2004/04/14/112970.aspx' target="_blank">So you want to be a Windows Installer XML developer?</a></h1>

 

-  <p>People have started expressing interest in joining the <a href="http://sourceforge.net/projects/wix" target="_blank">Windows Installer XML toolset</a> development community so I figured I should get some administrative details out of the way.&nbsp; If you are interested in contributing code to the Windows Installer XML toolset, it is very important to read through all four of these topics.</p>

+  <p>People have started expressing interest in joining the <a href="http://wixtoolset.org/" target="_blank">Windows Installer XML toolset</a> development community so I figured I should get some administrative details out of the way.&nbsp; If you are interested in contributing code to the Windows Installer XML toolset, it is very important to read through all four of these topics.</p>

 

   <p><b>1)&nbsp; The Windows Installer XML toolset copyright is held by <a href="http://www.microsoft.com/" target="_blank">Microsoft</a>.</b></p>

 

   <p>I want to be very up front about the copyright of the Windows Installer XML toolset and how it affects us as developers.&nbsp; Microsoft is the sponsor of the Windows Installer XML project.&nbsp; Before a contribution can be accepted into the WiX project, the lawyers have asked that we assign our rights to those contributions to Microsoft.&nbsp; By having developers sign a copyright assignment agreement, Microsoft can maintain single legal control of the project.&nbsp; That single legal control enables Microsoft to best defend the project in the future if there was ever any sort of legal challenge.</p>

 

-  <p>Before jumping to any conspiracy theories, please note that this copyright assignment is exactly the same process the <a href="http://www.gnu.org/fsf/fsf.html" target="_blank">Free Software Foundation</a> has you go through if you work on a project they sponsor.&nbsp; Also, in Clause 5 of the Windows Installer XML assignment agreement your rights to your contribution are explicitly granted back to you.&nbsp; If you would like a copy of the assignment agreement, please contact <a href="mailto:wixadmin@microsoft.com">wixadmin@microsoft.com</a>.</p>

+  <p>Before jumping to any conspiracy theories, please note that this copyright assignment is exactly the same process the <a href="http://www.fsf.org/" target="_blank">Free Software Foundation</a> has you go through if you work on a project they sponsor.&nbsp; Also, in Clause 5 of the Windows Installer XML assignment agreement your rights to your contribution are explicitly granted back to you.&nbsp; If you would like a copy of the assignment agreement, please contact <a href="mailto:wixadmin@microsoft.com">wixadmin@microsoft.com</a>.</p>

 

   <p><b>2)&nbsp; The Windows Installer XML project is a <a href="http://www.usemod.com/cgi-bin/mb.pl?BenevolentDictator" target="_blank">benevolent dictatorship</a>.</b></p>

 

@@ -27,7 +27,7 @@
 

   <p><b>3)&nbsp; The Windows Installer XML community is a <a href="http://encarta.msn.com/dictionary_/meritocracy.html" target="_blank">meritocracy</a>.</b></p>

 

-  <p>Those individuals in the community who demonstrate an understanding of the code base by actively participating on the <a href="mailto:WiX_users@lists.sourceforge.net">Windows Installer XML mailing lists</a> and consistently submitting high quality diffs will be given a &ldquo;Karma boost&rdquo;.&nbsp; With enough Karma you will earn the ability to commit changes directly to the Windows Installer XML project&rsquo;s CVS tree.</p>

+  <p>Those individuals in the community who demonstrate an understanding of the code base by actively participating on the <a href="mailto:WiX-users@lists.sourceforge.net">Windows Installer XML mailing lists</a> and consistently submitting high quality diffs will be given a &ldquo;Karma boost&rdquo;.&nbsp; With enough Karma you will earn the ability to commit changes directly to the Windows Installer XML project&rsquo;s CVS tree.</p>

 

   <p>Commit privileges should not be taken lightly.&nbsp; It is very important that the WiX toolset maintain a high quality bar because many people depend on the tools working properly.&nbsp; Very few developers earn these privileges.&nbsp; In fact, in over four years of development, only five developers have earned commit privileges to the internal Windows Installer XML project.</p>

 

diff --git a/src/wix/Xsd/wix.xsd b/src/wix/Xsd/wix.xsd
--- a/src/wix/Xsd/wix.xsd
+++ b/src/wix/Xsd/wix.xsd
@@ -9300,7 +9300,7 @@
                     <xs:attribute name="BinarySource" type="xs:string">

                         <xs:annotation>

                             <xs:documentation>

-                                Reference to the Binary element that contains the chainer executeable. Mutually exclusive with

+                                Reference to the Binary element that contains the chainer executable. Mutually exclusive with

                                 the FileSource and PropertySource attributes.

                             </xs:documentation>

                         </xs:annotation>

@@ -9308,7 +9308,7 @@
                     <xs:attribute name="FileSource" type="xs:string">

                         <xs:annotation>

                             <xs:documentation>

-                                Reference to the File element that is the chainer executeable. Mutually exclusive with

+                                Reference to the File element that is the chainer executable. Mutually exclusive with

                                 the BinarySource and PropertySource attributes.

                             </xs:documentation>

                         </xs:annotation>

@@ -9316,7 +9316,7 @@
                     <xs:attribute name="PropertySource" type="xs:string">

                         <xs:annotation>

                             <xs:documentation>

-                                Reference to a Property that resolves to the full path to the chainer executeable. Mutually exclusive with

+                                Reference to a Property that resolves to the full path to the chainer executable. Mutually exclusive with

                                 the BinarySource and FileSource attributes.

                             </xs:documentation>

                         </xs:annotation>

