Browse code

Merge pull request #7546 from hollietealok/master

Added fredlf's suggested changes.

Fred Lifton authored on 2014/08/15 10:27:50
Showing 1 changed files
... ...
@@ -63,13 +63,12 @@ public or private GitHub repositories with a `Dockerfile`.
63 63
 
64 64
 ### GitHub Submodules
65 65
 
66
-If your repository contains links to private submodules, you'll
67
-need to add a deploy key so that the Docker Hub will be able to
68
-clone the repository from GitHub. 
66
+If your GitHub repository contains links to private submodules, you'll
67
+need to add a deploy key from your Docker Hub repository. 
69 68
 
70 69
 Your Docker Hub deploy key is located under the "Build Details"
71
-menu on the automated build's main page in the Hub. Add this key
72
-to your GitHub submodule by viewing the Settings page for the
70
+menu on the Automated Build's main page in the Hub. Add this key
71
+to your GitHub submodule by visiting the Settings page for the
73 72
 repository on GitHub and selecting "Deploy keys".
74 73
 
75 74
 <table class="table table-bordered">
... ...
@@ -84,12 +83,14 @@ repository on GitHub and selecting "Deploy keys".
84 84
     <tr>
85 85
       <td>1.</td>
86 86
       <td><img src="/docker-hub/hub-images/deploy_key.png"></td>
87
-      <td>Your automated build's deploy key is in the "Build Details" menu under "Deploy keys".</td>
87
+      <td>Your automated build's deploy key is in the "Build Details" menu 
88
+under "Deploy keys".</td>
88 89
     </tr>
89 90
     <tr>
90 91
       <td>2.</td>
91 92
       <td><img src="/docker-hub/hub-images/github_deploy_key.png"></td>
92
-      <td>In your GitHub submodule's repository Settings page, add the deploy key from your Docker Hub Automated Build.</td>
93
+      <td>In your GitHub submodule's repository Settings page, add the 
94
+deploy key from your Docker Hub Automated Build.</td>
93 95
     </tr>
94 96
   </tbody>
95 97
 </table>