From 00ebca79d6e5af142c96d6906542e45828e02956 Mon Sep 17 00:00:00 2001 From: Evan Broder Date: Sat, 20 Mar 2010 14:51:57 -0400 Subject: [PATCH] Fix my broken linking --- projects/ideas.mdwn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/ideas.mdwn b/projects/ideas.mdwn index 3b94499..c95bc94 100644 --- a/projects/ideas.mdwn +++ b/projects/ideas.mdwn @@ -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_ -- 2.44.0