Skip to content

Commit

Permalink
step-template link fix
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorbenei committed May 6, 2016
1 parent 6d4c12e commit 6f06c1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/share.go
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ func share(c *cli.Context) {

guide := `
Do you want to ` + colorstring.Green("share ") + colorstring.Yellow("your ") + colorstring.Magenta("own ") + colorstring.Blue("Step") + ` with the world? Awesome!!
To get started you can find a template Step repository at: ` + colorstring.Green("https://github.com/bitrise-io/stepman/tree/master/_step_template") + `
To get started you can find a template Step repository at: ` + colorstring.Green("https://github.com/bitrise-steplib/step-template") + `
Once you have your Step in a ` + colorstring.Yellow("public git repository") + ` you can share it with others.
Expand Down

0 comments on commit 6f06c1b

Please sign in to comment.