Rename location.

This commit is contained in:
Travis Reeder
2017-05-15 11:00:15 -07:00
parent c0b381eb96
commit 4b9bba352d
106 changed files with 274 additions and 273 deletions

View File

@@ -7,7 +7,7 @@ import (
"os"
"strings"
vers "github.com/kumokit/functions/api/version"
vers "github.com/treeder/functions/api/version"
functions "github.com/iron-io/functions_go"
"github.com/urfave/cli"
)
@@ -37,7 +37,7 @@ func newFn() *cli.App {
app.Version = vers.Version
app.Authors = []cli.Author{{Name: "iron.io"}}
app.Description = "IronFunctions command line tools"
app.UsageText = `Check the manual at https://github.com/kumokit/functions/blob/master/fn/README.md`
app.UsageText = `Check the manual at https://github.com/treeder/functions/blob/master/fn/README.md`
cli.AppHelpTemplate = `{{.Name}} {{.Version}}{{if .Description}}