]> sipb.mit.edu Git - wiki.git/commitdiff
Fix my broken linking
authorEvan Broder <broder@mit.edu>
Sat, 20 Mar 2010 18:51:57 +0000 (14:51 -0400)
committersipb-www <sipb-www@real-mccoy.mit.edu>
Sat, 20 Mar 2010 18:51:57 +0000 (14:51 -0400)
projects/ideas.mdwn

index 3b94499954075646545cfd04e882bec927723539..c95bc941e75b00a8ca6ec1749e725144ca44b85d 100644 (file)
@@ -253,9 +253,9 @@ _Contact: geofft, broder_
 
 ## Github-to-zephyr connector
 
-For git repositories that we have control over, it's easy to use our home-grown (post-receive zephyr hook)[http://web.mit.edu/snippets/git-hooks/zephyr-post-receive] to send zephyrs when somebody pushes. We can't directly edit hooks on sites like (Github)[http://github.com]. However, Github does support (submitting a POST request)[http://help.github.com/post-receive-hooks/] to an arbitrary URL when somebody pushes. It would be cool if there was a site - probably running on scripts.mit.edu - that you could point Github's post-receive hook at to get zephyred whenever somebody pushed to Github.
+For git repositories that we have control over, it's easy to use our home-grown [post-receive zephyr hook](http://web.mit.edu/snippets/git-hooks/zephyr-post-receive) to send zephyrs when somebody pushes. We can't directly edit hooks on sites like [Github](http://github.com). However, Github does support [submitting a POST request](http://help.github.com/post-receive-hooks/) to an arbitrary URL when somebody pushes. It would be cool if there was a site - probably running on scripts.mit.edu - that you could point Github's post-receive hook at to get zephyred whenever somebody pushed to Github.
 
-(Bitbucket)[http://www.bitbucket.org/help/ServiceIntegration#post] and (Google Code)[http://code.google.com/p/support/wiki/PostCommitWebHooks} also support similar APIs.
+[Bitbucket](http://www.bitbucket.org/help/ServiceIntegration#post) and [Google Code](http://code.google.com/p/support/wiki/PostCommitWebHooks) also support similar APIs.
 
 _Contact: broder_