Skip to content

Commit

Permalink
change cdn
Browse files Browse the repository at this point in the history
  • Loading branch information
krissss authored May 8, 2023
1 parent 9878b63 commit d4990de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LogReader.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class LogReader
* bootstrap.css url
* @var string
*/
private $bootstrapV3CssUrl = 'https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css';
private $bootstrapV3CssUrl = 'https://cdn.jsdelivr.net/npm/bootstrap@3.4.1/dist/css/bootstrap.min.css';

public function __construct(string $logPath, $config = [])
{
Expand Down

0 comments on commit d4990de

Please sign in to comment.