fix link to wmp guide; add known bug: -A in some locales
diff --git a/doc/html/documentation.html b/doc/html/documentation.html
index 656dacd..bf582f0 100644
--- a/doc/html/documentation.html
+++ b/doc/html/documentation.html
@@ -61,7 +61,7 @@
 			<li><a href="#plugins">plugins</a> - documentation for the various input plugins.</li>
 			<li><a href="api/index.html">libFLAC and libFLAC++ APIs</a> - for developers who want to add FLAC support to their programs.</li>
 			<li><a href="#bugs">bugs</a> - known bugs.</li>
-			<li><a href="http://losslessaudio.blogspot.com/2005/12/media-center-edition-2005-with-flac.html">How to add FLAC support to Windows Media Player</a></li>
+			<li><a href="http://www.losslessaudioblog.com/wmpmce-lossless-guide/">How to add FLAC support to Windows Media Player</a></li>
 			<li><a href="#monkey">How to add FLAC support to the Monkey's Audio GUI</a></li>
 		</ul>
 		Keep in mind that the online version of this document will always apply to the latest release.  For older releases, check the documentation included with the release package.
@@ -1470,6 +1470,9 @@
 		The following are major known bugs in the current (1.1.3) release:
 		<ul>
 			<li>
+				If your locale does not use "." for the decimal point, there is a bug that causes the default compression settings to be sub-optimal.  You should add <span class="argument">-A "tukey(0,5)"</span> to your <span class="command">flac</span> command string (or however "0.5" should be formatted for your locale).
+			</li>
+			<li>
 				When encoding to Ogg FLAC, if there are too many seek points (&gt;240), the seek table will not have the offsets written back properly after encoding.
 			</li>
 		</ul>