diff options
author | Christian Cleberg <hello@cleberg.net> | 2023-12-02 11:34:20 -0600 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2023-12-02 11:34:20 -0600 |
commit | fcc889508ab63a679b5cbd231478b25cff48d8fc (patch) | |
tree | a9ec2ce9f00b07a0ab081e7160e1183a7cef634f /blog/2021-04-23-php-comment-system.org | |
parent | dfb4de1797796c72f597f4c0c6cd1e01dc5a66ee (diff) | |
download | cleberg.net-fcc889508ab63a679b5cbd231478b25cff48d8fc.tar.gz cleberg.net-fcc889508ab63a679b5cbd231478b25cff48d8fc.tar.bz2 cleberg.net-fcc889508ab63a679b5cbd231478b25cff48d8fc.zip |
fix: update domains
Diffstat (limited to 'blog/2021-04-23-php-comment-system.org')
-rw-r--r-- | blog/2021-04-23-php-comment-system.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/blog/2021-04-23-php-comment-system.org b/blog/2021-04-23-php-comment-system.org index 38132fd..50c77f1 100644 --- a/blog/2021-04-23-php-comment-system.org +++ b/blog/2021-04-23-php-comment-system.org @@ -54,7 +54,7 @@ I blog in plain Markdown files, commit all articles to Git, and ensure that future readers will be able to see the source data long after I'm gone, or the website has gone offline. However, I still haven't committed any images served on my blog to Git, as I'm not entirely sold on Git LFS yet - for now, images can -be found at [img.0x4b1d.org](https://img.0x4b1d.org). +be found at [img.cleberg.net](https://img.cleberg.net). Saving my comments back to the Git repository ensures that another aspect of my site will degrade gracefully. |