Browse code

Merge pull request #8708 from torstehu/fix-url

Correct url from github.com/dotcloud/docker{,-py}

James Turnbull authored on 2014/10/23 07:57:42
Showing 2 changed files
... ...
@@ -25,7 +25,7 @@ When considering a design proposal, we are looking for:
25 25
 * A description of the problem this design proposal solves
26 26
 * An issue -- not a pull request -- that describes what you will take action on
27 27
   * Please prefix your issue with `Proposal:` in the title
28
-* Please review [the existing Proposals](https://github.com/dotcloud/docker/issues?direction=asc&labels=Proposal&page=1&sort=created&state=open)
28
+* Please review [the existing Proposals](https://github.com/docker/docker/issues?direction=asc&labels=Proposal&page=1&sort=created&state=open)
29 29
   before reporting a new issue. You can always pair with someone if you both
30 30
   have the same idea.
31 31
 
... ...
@@ -131,7 +131,7 @@ will add the libraries here.
131 131
     <tr class="row-odd">
132 132
       <td>Python</td>
133 133
       <td>docker-py</td>
134
-      <td><a class="reference external" href="https://github.com/dotcloud/docker-py">https://github.com/dotcloud/docker-py</a></td>
134
+      <td><a class="reference external" href="https://github.com/docker/docker-py">https://github.com/docker/docker-py</a></td>
135 135
       <td>Active</td>
136 136
     </tr>
137 137
     <tr class="row-even">