Skip to content

Commit

Permalink
HelpPlugin: Use BRJ help.
Browse files Browse the repository at this point in the history
  • Loading branch information
janbarasek authored Sep 16, 2021
1 parent 6130c06 commit e74727b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Plugin/HelpPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ final class HelpPlugin implements Plugin
{
public function render(): string
{
return '<a href="https://help.baraja.cz" target="_blank">
return '<a href="https://brj.cz/help" target="_blank">
<table style="max-width:95px !important">
<tr>
<td style="width:40px;text-align:right">' . Helpers::iconHelp() . '</td>
Expand Down

0 comments on commit e74727b

Please sign in to comment.