Skip to content

Commit

Permalink
Merge pull request #1050 from ramondelafuente/patch-1
Browse files Browse the repository at this point in the history
Fixed config typo in autolinks.md
  • Loading branch information
colinodell authored Sep 8, 2024
2 parents f4e33fc + fa1debb commit a94c552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/2.5/extensions/autolinks.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ use League\CommonMark\MarkdownConverter;
$config = [
'autolink' => [
'allowed_protocols' => ['https'], // defaults to ['https', 'http', 'ftp']
'default_protocols' => 'https', // defaults to 'http'
'default_protocol' => 'https', // defaults to 'http'
],
];

Expand Down

0 comments on commit a94c552

Please sign in to comment.