From 91a26853885eb03f0bac02b935784c50698336b1 Mon Sep 17 00:00:00 2001 From: Vicky Lu Date: Wed, 8 Mar 2017 10:47:41 -0500 Subject: [PATCH] add route to cheatsheet! --- Routes.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Routes.cs b/Routes.cs index 2e35e00..8a927fe 100644 --- a/Routes.cs +++ b/Routes.cs @@ -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; } } -} \ No newline at end of file +}