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:
Oliver Davies 2025-05-29 16:42:25 +01:00
parent 0d359f81d6
commit 7a7dc297ca
349 changed files with 698 additions and 698 deletions

View file

@ -82,9 +82,9 @@
],
"body": [
{
"value": "\n <p><a href=\"https:\/\/www.oliverdavies.uk\/daily\/2023\/09\/13\/which-type-of-test-should-i-use\">In yesterday's email<\/a>, I described the different types of tests available in Drupal and how to determine which test I should use.<\/p>\n\n<p>I start with functional tests and move to kernel or unit tests when needed, so I usually have more functional tests, some kernel tests and a few unit tests.<\/p>\n\n<p>This is the outside-in approach to testing.<\/p>\n\n<p>The opposite is inside-out testing when you start with unit tests and have fewer functional tests.<\/p>\n\n<p>Tests written outside-in are slower to run as they need to perform tasks like HTTP requests and interact with the database, compared to unit tests, which are fast to run but do reply on mocking dependencies rather than using real services and content.<\/p>\n\n<p>Which do you prefer? Reply and let me know.<\/p>\n\n ",
"value": "\n <p><a href=\"/daily\/2023\/09\/13\/which-type-of-test-should-i-use\">In yesterday's email<\/a>, I described the different types of tests available in Drupal and how to determine which test I should use.<\/p>\n\n<p>I start with functional tests and move to kernel or unit tests when needed, so I usually have more functional tests, some kernel tests and a few unit tests.<\/p>\n\n<p>This is the outside-in approach to testing.<\/p>\n\n<p>The opposite is inside-out testing when you start with unit tests and have fewer functional tests.<\/p>\n\n<p>Tests written outside-in are slower to run as they need to perform tasks like HTTP requests and interact with the database, compared to unit tests, which are fast to run but do reply on mocking dependencies rather than using real services and content.<\/p>\n\n<p>Which do you prefer? Reply and let me know.<\/p>\n\n ",
"format": "full_html",
"processed": "\n <p><a href=\"https:\/\/www.oliverdavies.uk\/daily\/2023\/09\/13\/which-type-of-test-should-i-use\">In yesterday's email<\/a>, I described the different types of tests available in Drupal and how to determine which test I should use.<\/p>\n\n<p>I start with functional tests and move to kernel or unit tests when needed, so I usually have more functional tests, some kernel tests and a few unit tests.<\/p>\n\n<p>This is the outside-in approach to testing.<\/p>\n\n<p>The opposite is inside-out testing when you start with unit tests and have fewer functional tests.<\/p>\n\n<p>Tests written outside-in are slower to run as they need to perform tasks like HTTP requests and interact with the database, compared to unit tests, which are fast to run but do reply on mocking dependencies rather than using real services and content.<\/p>\n\n<p>Which do you prefer? Reply and let me know.<\/p>\n\n ",
"processed": "\n <p><a href=\"/daily\/2023\/09\/13\/which-type-of-test-should-i-use\">In yesterday's email<\/a>, I described the different types of tests available in Drupal and how to determine which test I should use.<\/p>\n\n<p>I start with functional tests and move to kernel or unit tests when needed, so I usually have more functional tests, some kernel tests and a few unit tests.<\/p>\n\n<p>This is the outside-in approach to testing.<\/p>\n\n<p>The opposite is inside-out testing when you start with unit tests and have fewer functional tests.<\/p>\n\n<p>Tests written outside-in are slower to run as they need to perform tasks like HTTP requests and interact with the database, compared to unit tests, which are fast to run but do reply on mocking dependencies rather than using real services and content.<\/p>\n\n<p>Which do you prefer? Reply and let me know.<\/p>\n\n ",
"summary": null
}
],