Browse code

Linkify @github references in the infrastructure README.md

Tianon Gravi authored on 2013/10/25 02:54:06
Showing 1 changed files
... ...
@@ -61,23 +61,31 @@ URL                                          | Service
61 61
 
62 62
 This should be the list of all services referenced above.
63 63
 
64
-Service             | Maintainer(s)      | How to update    | Source
65
-blog                | @jbarbier          | dotcloud push    | https://github.com/dotcloud/blog.docker.io
66
-cdn                 | @jpetazzo @samalba | cloudflare panel | N/A
67
-ci                  | @mzdaniel          | See [docker-ci]  | See [docker-ci]
68
-docs                | @metalivedev       | github webhook   | docker repo
69
-docsproxy           | @dhrp              | dotcloud push    | https://github.com/dotcloud/docker-docs-dotcloud-proxy
70
-index               | @kencochrane       | dotcloud push    | private
71
-packages            | @jpetazzo          | hack/release     | docker repo
72
-registry            | @samalba           | dotcloud push    | https://github.com/dotcloud/docker-registry
73
-repository (github) | N/A                | N/A              | N/A
74
-ssl (dotcloud)      | @jpetazzo          | dotcloud ops     | N/A
75
-ssl (cloudflare)    | @jpetazzo          | cloudflare panel | N/A
76
-stackbrew           | @shin-             | manual           | https://github.com/dotcloud/stackbrew/stackbrew
77
-website             | @dhrp              | dotcloud push    | https://github.com/dotcloud/www.docker.io
64
+Service             | Maintainer(s)              | How to update    | Source
65
+--------------------|----------------------------|------------------|-------
66
+blog                | [@jbarbier]                | dotcloud push    | https://github.com/dotcloud/blog.docker.io
67
+cdn                 | [@jpetazzo][] [@samalba][] | cloudflare panel | N/A
68
+ci                  | [@mzdaniel]                | See [docker-ci]  | See [docker-ci]
69
+docs                | [@metalivedev]             | github webhook   | docker repo
70
+docsproxy           | [@dhrp]                    | dotcloud push    | https://github.com/dotcloud/docker-docs-dotcloud-proxy
71
+index               | [@kencochrane]             | dotcloud push    | private
72
+packages            | [@jpetazzo]                | hack/release     | docker repo
73
+registry            | [@samalba]                 | dotcloud push    | https://github.com/dotcloud/docker-registry
74
+repository (github) | N/A                        | N/A              | N/A
75
+ssl (dotcloud)      | [@jpetazzo]                | dotcloud ops     | N/A
76
+ssl (cloudflare)    | [@jpetazzo]                | cloudflare panel | N/A
77
+stackbrew           | [@shin-]                   | manual           | https://github.com/dotcloud/stackbrew/stackbrew
78
+website             | [@dhrp]                    | dotcloud push    | https://github.com/dotcloud/www.docker.io
78 79
 
79 80
 *Ordered-by: lexicographic*
80 81
 
81 82
 
82 83
 [docker-ci]: docker-ci.rst
84
+[@dhrp]: https://github.com/dhrp
85
+[@jbarbier]: https://github.com/jbarbier
86
+[@jpetazzo]: https://github.com/jpetazzo
87
+[@kencochrane]: https://github.com/kencochrane
88
+[@metalivedev]: https://github.com/metalivedev
89
+[@mzdaniel]: https://github.com/mzdaniel
90
+[@samalba]: https://github.com/samalba
91
+[@shin-]: https://github.com/shin-