From: Stephen Haberman Date: Thu, 13 Nov 2008 04:00:50 +0000 (-0600) Subject: Fix link definitions. X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;ds=sidebyside;h=7686d166c5157ebf9b0941141cbe19fa90696a78;p=git-central.git Fix link definitions. --- diff --git a/workflow.markdown b/workflow.markdown index c57143a..3dabeb7 100644 --- a/workflow.markdown +++ b/workflow.markdown @@ -45,8 +45,8 @@ When candidate_1.1 is released, we checkout stable, `git merge --no-ff candidate Note that the [update-stable][1] hook enforces this first-parent movement of stable and the [update-ensure-follows][2] enforces topic branches merge in the new release at their earliest possible convenience (i.e. before being able to push again). -1: master/server/update-stable -2: master/server/update-ensure-follows +[1]: master/server/update-stable +[2]: master/server/update-ensure-follows candidates ==========