Set about.md back momentarily

This commit is contained in:
Lee Olayvar
2014-11-27 00:12:02 +00:00
parent 3c1a214279
commit 5875c124a5
+1 -1
View File
@@ -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'