Merge pull request #1 from kk3039/master

add route to cheatsheet!
This commit is contained in:
Tommy Parnell
2017-03-08 10:48:37 -05:00
committed by GitHub

View File

@@ -8,7 +8,8 @@ namespace aka.terribledev.io
["docker101"] = "https://blog.terribledev.io/Getting-started-with-docker-containers/",
["dockerfortran"] = "https://github.com/TerribleDev/Fortran-docker-mvc",
["blog"] = "https://blog.terribledev.io",
["github"] = "https://github.com/terribledev"
["github"] = "https://github.com/terribledev",
["git-cheatsheet"] = "https://github.com/TerribleDev/Git-CheatSheet"
};
public static string CalculateHostRedirect(string host)
@@ -36,4 +37,4 @@ namespace aka.terribledev.io
return string.Empty;
}
}
}
}