From 39f3b27a8ba9199272cad27157b04615701ded33 Mon Sep 17 00:00:00 2001 From: Steven Polley Date: Fri, 28 Jun 2024 12:30:09 -0600 Subject: [PATCH] update readme links --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 62447b0..b1697a2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ynab-portfolio-monitor -[![Build Status](https://drone.deadbeef.codes/api/badges/steven/ynab-portfolio-monitor/status.svg)](https://drone.deadbeef.codes/steven/ynab-portfolio-monitor) +[![Build Status](https://drone.stevenpolley.net/api/badges/steven/ynab-portfolio-monitor/status.svg)](https://drone.stevenpolley.net/steven/ynab-portfolio-monitor) Track your securities in YNAB for account types and update your balance automatically. For each configured account, it will update the balance from your broker in YNAB every 6 hours by creating / editing a transaction named "Capital Gains or Losses". On days that exchanges are closed, it will not do anything. The end result is that there will be transaction each day with payee "Capital Gains or Losses" in YNAB for each account you configure, which allows tracking your account balance over time. @@ -8,7 +8,7 @@ It syncs your balance like magic! ![alt text][logo] -[logo]: https://deadbeef.codes/steven/ynab-portfolio-monitor/raw/branch/main/example-image.png "It syncs your balance like magic!" +[logo]: https://code.stevenpolley.net/steven/ynab-portfolio-monitor/raw/branch/main/example-image.png "It syncs your balance like magic!" ### Architecture @@ -56,7 +56,7 @@ version: '3.8' services: ynab-portfolio-monitor: - image: registry.deadbeef.codes/ynab-portfolio-monitor:latest + image: registry.stevenpolley.net/ynab-portfolio-monitor:latest restart: always environment: - TZ=America/Edmonton