Procházet zdrojové kódy

Merge pull request #11089 from thaJeztah/carry-11063-update-mac-links

Fix incorrect https example in mac.md (carry of 11063).  This is a fix for a typo. And a single line tweak.
moxiegirl před 10 roky
rodič
revize
a61716e5d9
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      docs/sources/installation/mac.md

+ 2 - 2
docs/sources/installation/mac.md

@@ -186,7 +186,7 @@ Work through this section to try some practical container tasks using `boot2dock
 	This tells you that the `web` container's port `80` is mapped to port
 	This tells you that the `web` container's port `80` is mapped to port
 	`49157` on your Docker host.
 	`49157` on your Docker host.
 
 
-4. Enter the `https://localhost:49157` address (`localhost` is `0.0.0.0`) in your browser:
+4. Enter the `http://localhost:49157` address (`localhost` is `0.0.0.0`) in your browser:
 
 
 	   ![Bad Address](/installation/images/bad_host.png)
 	   ![Bad Address](/installation/images/bad_host.png)
 
 
@@ -199,7 +199,7 @@ Work through this section to try some practical container tasks using `boot2dock
 		$ boot2docker ip
 		$ boot2docker ip
 		192.168.59.103
 		192.168.59.103
 		
 		
-6. Enter the `https://192.168.59.103:49157` address in your browser:
+6. Enter the `http://192.168.59.103:49157` address in your browser:
 
 
 	![Correct Addressing](/installation/images/good_host.png)
 	![Correct Addressing](/installation/images/good_host.png)