From 5875c124a57ed9d2291e01975289141e5ca821c1 Mon Sep 17 00:00:00 2001 From: Lee Olayvar Date: Thu, 27 Nov 2014 00:12:02 +0000 Subject: [PATCH] Set about.md back momentarily --- gulpfile.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.coffee b/gulpfile.coffee index 1dda402..9952520 100644 --- a/gulpfile.coffee +++ b/gulpfile.coffee @@ -90,7 +90,7 @@ format_json = (data, filepath) -> if aboutName? if data.teamName? then teamName = data.teamName else teamName = teamPathName - output += " [#{teamName}](./Teams/#{teamPathName}/#{aboutName}) |" + output += " [#{teamName}](./Teams/#{teamPathName}/ABOUT.md) |" # Add a newline to end this row. output += '\n'