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>Imagine you've made a commit and want to undo it, or a particular commit is causing issues in production and you want to roll it back.<\/p>\n\n<p>Instead of having to change it back manually, <code>git revert<\/code> can do it for you.<\/p>\n\n<p>You specify the commit SHA you want to revert and Git will automatically try and revert that commit.<\/p>\n\n<p>It creates its own commit message which includes the original commit message and <a href=\"https:\/\/www.oliverdavies.uk\/daily\/2024\/05\/20\/referencing-other-commits-in-commit-messages\">the reverted commit SHA<\/a>, so you can easily find or navigate to the original commit.<\/p>\n\n<p>For example:<\/p>\n\n<blockquote>\n <p>Revert \"Sort talks only by the event date\"<\/p>\n \n <p>This reverts commit cbd1417b24a608df8b451a3ab5c9f888de41e758.<\/p>\n<\/blockquote>\n\n<p>Next time, instead of manually reverting a commit, give <code>git revert<\/code> a try.<\/p>\n\n ",
"value": "\n <p>Imagine you've made a commit and want to undo it, or a particular commit is causing issues in production and you want to roll it back.<\/p>\n\n<p>Instead of having to change it back manually, <code>git revert<\/code> can do it for you.<\/p>\n\n<p>You specify the commit SHA you want to revert and Git will automatically try and revert that commit.<\/p>\n\n<p>It creates its own commit message which includes the original commit message and <a href=\"/daily\/2024\/05\/20\/referencing-other-commits-in-commit-messages\">the reverted commit SHA<\/a>, so you can easily find or navigate to the original commit.<\/p>\n\n<p>For example:<\/p>\n\n<blockquote>\n <p>Revert \"Sort talks only by the event date\"<\/p>\n \n <p>This reverts commit cbd1417b24a608df8b451a3ab5c9f888de41e758.<\/p>\n<\/blockquote>\n\n<p>Next time, instead of manually reverting a commit, give <code>git revert<\/code> a try.<\/p>\n\n ",
"format": "full_html",
"processed": "\n <p>Imagine you've made a commit and want to undo it, or a particular commit is causing issues in production and you want to roll it back.<\/p>\n\n<p>Instead of having to change it back manually, <code>git revert<\/code> can do it for you.<\/p>\n\n<p>You specify the commit SHA you want to revert and Git will automatically try and revert that commit.<\/p>\n\n<p>It creates its own commit message which includes the original commit message and <a href=\"https:\/\/www.oliverdavies.uk\/daily\/2024\/05\/20\/referencing-other-commits-in-commit-messages\">the reverted commit SHA<\/a>, so you can easily find or navigate to the original commit.<\/p>\n\n<p>For example:<\/p>\n\n<blockquote>\n <p>Revert \"Sort talks only by the event date\"<\/p>\n \n <p>This reverts commit cbd1417b24a608df8b451a3ab5c9f888de41e758.<\/p>\n<\/blockquote>\n\n<p>Next time, instead of manually reverting a commit, give <code>git revert<\/code> a try.<\/p>\n\n ",
"processed": "\n <p>Imagine you've made a commit and want to undo it, or a particular commit is causing issues in production and you want to roll it back.<\/p>\n\n<p>Instead of having to change it back manually, <code>git revert<\/code> can do it for you.<\/p>\n\n<p>You specify the commit SHA you want to revert and Git will automatically try and revert that commit.<\/p>\n\n<p>It creates its own commit message which includes the original commit message and <a href=\"/daily\/2024\/05\/20\/referencing-other-commits-in-commit-messages\">the reverted commit SHA<\/a>, so you can easily find or navigate to the original commit.<\/p>\n\n<p>For example:<\/p>\n\n<blockquote>\n <p>Revert \"Sort talks only by the event date\"<\/p>\n \n <p>This reverts commit cbd1417b24a608df8b451a3ab5c9f888de41e758.<\/p>\n<\/blockquote>\n\n<p>Next time, instead of manually reverting a commit, give <code>git revert<\/code> a try.<\/p>\n\n ",
"summary": null
}
],