Standalone.html is long obsolete. Added description of BuildApplication
process to freezing.html.
diff --git a/Mac/Demo/example2.html b/Mac/Demo/example2.html
index c8dde76..2c3cd22 100644
--- a/Mac/Demo/example2.html
+++ b/Mac/Demo/example2.html
@@ -33,7 +33,7 @@
 
 Let's have a look at dnslookup-2.rsrc, our resource file. Dialog 512 is the
 main window which has one button (Lookup), two labels and
-two text entry areas, one of which is used for output only. The "Quit" and 
+two text entry areas, one of which is used for output only. The "Quit"
 button has disappeared, because its function is handled by a menu choice.  Here's
 what it will look like at run time:<p>
 <div align=center>
@@ -127,7 +127,7 @@
 PythonCore shared library, the Python Preferences file, the python Lib
 folder and any other modules that the main module depends on. It is
 possible to get rid of all these dependencies and create true standalone
-applications in Python, but this is a bit difficult. See <a href="standalone.html">
+applications in Python, but this is a bit difficult. See <a href="freezing.html">
 Standalone Applications in Python</a> for details. For this
 document, by standalone we mean here that
 the script has the look-and-feel of an application, including the