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"}) }