From 49b8e1840759d8e68ab89f224dfec09ddc248078 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= <sybren@stuvel.eu>
Date: Wed, 29 Mar 2017 15:43:10 +0200
Subject: [PATCH] Fixed link in README

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index aba84d7e..db27d227 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ Author: Sybren A. Stüvel <sybren@blender.studio>
 
 There are a few ways to install Flamenco Worker:
 
-- If you have a distributable zip file (see [Packaging for distribution](#Packaging-for-distribution))
+- If you have a distributable zip file (see [Packaging for distribution](#packaging-for-distribution))
   unzip it, then run `pip install flamenco-worker-xxxx.whl`
 
 - If you have a copy of the source files, run `pip install -e .`
-- 
GitLab