Skip to content

Commit

Permalink
Fixes #819: Better link to Symfony Console Styles
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-1-anderson committed Dec 26, 2018
1 parent ba3b81b commit d3a073f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ In addition, Robo makes all of the methods of Symfony Style available through th
$this->io()->title("Build all site assets");
```

This allows Robo scripts to follow the [Symfony Console Style Guide](http://symfony.com/blog/new-in-symfony-2-8-console-style-guide) if desired.
This allows Robo scripts to follow the documentation on [How to Style a Console Command](https://symfony.com/doc/current/console/style.html) if desired.

### Formatters

Expand Down

0 comments on commit d3a073f

Please sign in to comment.