Make all links relative
Now the abs_to_rel module is enabled, links can be made relative so they work on the current environment.
This commit is contained in:
parent
0d359f81d6
commit
7a7dc297ca
349 changed files with 698 additions and 698 deletions
|
@ -82,9 +82,9 @@
|
|||
],
|
||||
"body": [
|
||||
{
|
||||
"value": "\n <p><a href=\"https:\/\/www.oliverdavies.uk\/daily\/2023\/11\/28\/which-phpstan-level-should-you-use\">Yesterday's email<\/a> introduced the different levels that PHPStan offers and which you may want to use on your codebase.<\/p>\n\n<p>In the same way as having a single test is better than none, even if you run PHPStan at the lowest level, it's better than not running it at all.<\/p>\n\n<p>Level 0 includes:<\/p>\n\n<blockquote>\n <p>Basic checks, unknown classes, unknown functions, unknown methods called on $this, wrong number of arguments passed to those methods and functions, always undefined variables<\/p>\n<\/blockquote>\n\n<p>P.S. If you want to utilise PHPStan and static analysis on your development team and get fewer bugs, I have <a href=\"https:\/\/www.oliverdavies.uk\/team-coaching\">availability for team coaching<\/a>. I'll show you how!<\/p>\n\n ",
|
||||
"value": "\n <p><a href=\"/daily\/2023\/11\/28\/which-phpstan-level-should-you-use\">Yesterday's email<\/a> introduced the different levels that PHPStan offers and which you may want to use on your codebase.<\/p>\n\n<p>In the same way as having a single test is better than none, even if you run PHPStan at the lowest level, it's better than not running it at all.<\/p>\n\n<p>Level 0 includes:<\/p>\n\n<blockquote>\n <p>Basic checks, unknown classes, unknown functions, unknown methods called on $this, wrong number of arguments passed to those methods and functions, always undefined variables<\/p>\n<\/blockquote>\n\n<p>P.S. If you want to utilise PHPStan and static analysis on your development team and get fewer bugs, I have <a href=\"/team-coaching\">availability for team coaching<\/a>. I'll show you how!<\/p>\n\n ",
|
||||
"format": "full_html",
|
||||
"processed": "\n <p><a href=\"https:\/\/www.oliverdavies.uk\/daily\/2023\/11\/28\/which-phpstan-level-should-you-use\">Yesterday's email<\/a> introduced the different levels that PHPStan offers and which you may want to use on your codebase.<\/p>\n\n<p>In the same way as having a single test is better than none, even if you run PHPStan at the lowest level, it's better than not running it at all.<\/p>\n\n<p>Level 0 includes:<\/p>\n\n<blockquote>\n <p>Basic checks, unknown classes, unknown functions, unknown methods called on $this, wrong number of arguments passed to those methods and functions, always undefined variables<\/p>\n<\/blockquote>\n\n<p>P.S. If you want to utilise PHPStan and static analysis on your development team and get fewer bugs, I have <a href=\"https:\/\/www.oliverdavies.uk\/team-coaching\">availability for team coaching<\/a>. I'll show you how!<\/p>\n\n ",
|
||||
"processed": "\n <p><a href=\"/daily\/2023\/11\/28\/which-phpstan-level-should-you-use\">Yesterday's email<\/a> introduced the different levels that PHPStan offers and which you may want to use on your codebase.<\/p>\n\n<p>In the same way as having a single test is better than none, even if you run PHPStan at the lowest level, it's better than not running it at all.<\/p>\n\n<p>Level 0 includes:<\/p>\n\n<blockquote>\n <p>Basic checks, unknown classes, unknown functions, unknown methods called on $this, wrong number of arguments passed to those methods and functions, always undefined variables<\/p>\n<\/blockquote>\n\n<p>P.S. If you want to utilise PHPStan and static analysis on your development team and get fewer bugs, I have <a href=\"/team-coaching\">availability for team coaching<\/a>. I'll show you how!<\/p>\n\n ",
|
||||
"summary": null
|
||||
}
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue