Index: Zend_Http_Client-Adapters.xml
===================================================================
--- Zend_Http_Client-Adapters.xml	(revision 9440)
+++ Zend_Http_Client-Adapters.xml	(working copy)
@@ -38,10 +38,10 @@
             The Zend_Http_Client object's adapter connection adapter is set
             using the 'adapter' configuration option. When instantiating the
             client object, you can set the 'adapter' configuration option to
-            a string containing the adapter's name (eg. 'Zend_Http_Client_Adapter_Socket')
-            or to a variable holding an adapter object (eg <code>
-            new Zend_Http_Client_Adapter_test</code>). You can also set the
-            adapter later, using the Zend_Http_Client->setConfig() method.
+            a string containing the adapter's name (eg. <code>Zend_Http_Client_Adapter_Socket</code>)
+            or to a variable holding an adapter object (eg. <code>
+            new Zend_Http_Client_Adapter_Test</code>). You can also set the
+            adapter later, using the <code>Zend_Http_Client->setConfig()</code> method.
         </para>
     </sect2>
 
@@ -102,7 +102,7 @@
                     for most applications, you might need to change them if the
                     server you are connecting to requires special client setup. 
                     If so, you should read the sections about SSL transport 
-                    layers and options <ulink url="http://www.php.net/manual/en/transports.phphttp://framework.zend.com/manual/en/zend.search.lucene.searching.html#transports.inet">here</ulink>.
+                    layers and options <ulink url="http://www.php.net/manual/en/transports.php#transports.inet">here</ulink>.
                 </para>
             </note>
         </para>
