From 2fbed48aefdf32c7485fe2a35349c2657ffc0a86 Mon Sep 17 00:00:00 2001
From: Dante Catalfamo
Date: Wed, 27 Jan 2021 23:46:57 -0500
Subject: agenda-eink: Add links

---
 content/posts/org-agenda-eink/index.org | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

(limited to 'content/posts/org-agenda-eink')

diff --git a/content/posts/org-agenda-eink/index.org b/content/posts/org-agenda-eink/index.org
index 778909b..6f4aedc 100644
--- a/content/posts/org-agenda-eink/index.org
+++ b/content/posts/org-agenda-eink/index.org
@@ -8,16 +8,16 @@
 #+SLUG:
 #+SUMMARY:
 
-I recently made a post [[]] about how I was able to make my new tab page my
-org agenda. Since then I've been working on another project similar to
-that, trying to take the concept even further.
+I recently made a [[{{< ref "/posts/org-agenda-new-tab" >}}][post]] about how I was able to configure my new tab
+page to display my org agenda. Since then I've been working on another
+project similar to that, trying to take the concept even further.
 
-A while ago, I purchased an Inkplate 6 [[]] during its crowd funding stage
-on crowd source [[]], with the exact intention of creating something like
+A while ago I purchased an [[https://inkplate.io/][Inkplate 6]] during its crowd funding stage
+on [[https://www.crowdsupply.com/e-radionica/inkplate-6][crowd source]], with the exact intention of creating something like
 this.
 
 Immediately after writing that blog post, I started working to change
-agenda-html [[]] in order to make render an output which would be
+[[https://github.com/dantecatalfamo/agenda-html][agenda-html]] in order to make render an output which would be
 acceptable for this project.
 
 At the core of the Inkplate 6 is the ESP32, which is an
@@ -32,7 +32,7 @@ version of the agenda. The ESP32 then fetches this text and prints it
 verbatim onto the text screen. This happens every 5 minutes, so it's
 always up to date with the server version. It also handles some error
 cases, but I have yet to run into those. The sketch for this project
-can be found here [[]].
+can be found [[https://github.com/dantecatalfamo/inkplate-agenda][here]].
 
 What I ended up doing was exporting the org agenda as a text file,
 after converting the links to description only. I did the conversion
-- 
cgit v1.2.3