From d0901c104f00ad9eb9cd8aae7ee60e0fdebfaf10 Mon Sep 17 00:00:00 2001 From: Chad Arimura Date: Mon, 11 Sep 2017 11:16:17 -0700 Subject: [PATCH] Update ping.go updating ping --- api/server/ping.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/server/ping.go b/api/server/ping.go index 840998e20..ab6fd8b53 100644 --- a/api/server/ping.go +++ b/api/server/ping.go @@ -7,5 +7,5 @@ import ( ) func handlePing(c *gin.Context) { - c.JSON(http.StatusOK, gin.H{"hello": "world!", "goto": "https://github.com/treeder/functions"}) + c.JSON(http.StatusOK, gin.H{"hello": "world!", "goto": "https://github.com/fnproject/fn"}) }