From fcc889508ab63a679b5cbd231478b25cff48d8fc Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Sat, 2 Dec 2023 11:34:20 -0600 Subject: fix: update domains --- blog/2022-03-03-financial-database.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'blog/2022-03-03-financial-database.org') diff --git a/blog/2022-03-03-financial-database.org b/blog/2022-03-03-financial-database.org index 8c05dbd..e0f524d 100644 --- a/blog/2022-03-03-financial-database.org +++ b/blog/2022-03-03-financial-database.org @@ -45,7 +45,7 @@ account statements, and 126 pay statements. Overall, I'm guessing this took anywhere between 4–8 hours. In comparison, it probably took me 2-3 days to initially create the spreadsheet. -![DB4S](https://img.0x4b1d.org/blog/20220303-maintaining-a-personal-financial-database/db4s.png) +![DB4S](https://img.cleberg.net/blog/20220303-maintaining-a-personal-financial-database/db4s.png) ### Schema @@ -238,7 +238,7 @@ def summary_data(accounts: pandas.DataFrame) -> None: The result? A high-quality pie chart that is read directly by the `public/index.html` template I use. -![Summary Pie Chart](https://img.0x4b1d.org/blog/20220303-maintaining-a-personal-financial-database/summary_chart.png) +![Summary Pie Chart](https://img.cleberg.net/blog/20220303-maintaining-a-personal-financial-database/summary_chart.png) Other charts generated by this project include: -- cgit v1.2.3