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 +}