Skip to content

Commit

Permalink
Point to the actual manual on the hidden rtfm command.
Browse files Browse the repository at this point in the history
  • Loading branch information
jackmcdade committed Nov 18, 2020
1 parent a08f17e commit 3185d65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Console/Commands/Rtfm.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class Rtfm extends Command
*/
public function handle()
{
$this->info('Thank you for supporting your local Erin Dalzell 🍷');
$this->comment('http://please-rt.fm/');
$this->info('Please enjoy reading the friendly manual! 📓');
$this->comment('https://statamic.dev');
}
}

0 comments on commit 3185d65

Please sign in to comment.