From e63b795fc625fd02b7727af9f2df45c0ef7bce80 Mon Sep 17 00:00:00 2001 From: Tommy Parnell Date: Thu, 1 Feb 2018 13:35:07 -0500 Subject: [PATCH] redirect to wine --- Routes.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Routes.cs b/Routes.cs index 449fee6..19ee8bb 100644 --- a/Routes.cs +++ b/Routes.cs @@ -12,7 +12,8 @@ namespace aka.terribledev.io ["git-cheatsheet"] = "https://github.com/TerribleDev/Git-CheatSheet", ["janus-intro"] = "https://janus-vistaprint.github.io/intro-deck/", ["jenkins-groovy"] = "https://jenkinsci.github.io/job-dsl-plugin/", - ["feedback"] = "https://docs.google.com/forms/d/e/1FAIpQLSetozvuoSVTOb_lTH0CvQhYMzsXGggGQQdEEq041uQpJlOxVg/viewform?usp=sf_link" + ["feedback"] = "https://docs.google.com/forms/d/e/1FAIpQLSetozvuoSVTOb_lTH0CvQhYMzsXGggGQQdEEq041uQpJlOxVg/viewform?usp=sf_link", + ["winodistro"] = "https://docs.google.com/forms/d/e/1FAIpQLSf7caM9mjS9H1graJ9BnT1sRkUV2cyGF1dJVUCnMV0f2NXu4A/viewform?usp=sf_link" }; public static string CalculateHostRedirect(string host)