Skip to content

Commit 21a710e

Browse files
authored
Convert image tags to markdown links in blog post
Updated image links to use markdown syntax for better readability.
1 parent 261a29a commit 21a710e

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

_posts/2025-12-15-bootdev-update-and-goplc.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Sounds gimmicky, but it works. The gamification creates genuine motivation to ke
5252

5353
I hit Archmage this week. Here's where I stand:
5454

55-
![bootdev-achievements](https://github.com/user-attachments/assets/3c54a350-1e4c-4fcf-8a28-89cc6f5f0def)
55+
[bootdev-achievements](https://github.com/user-attachments/assets/3c54a350-1e4c-4fcf-8a28-89cc6f5f0def)
5656
_Level 100 Archmage - 1,464 lessons completed across 20 courses_
5757

5858
I have three more courses and the capstone project remaining. My estimate is completion by end of January.
@@ -98,14 +98,14 @@ GoPLC communicates with industrial devices via standard protocols and exposes da
9898

9999
Here are the initial mockups for the monitoring interface:
100100

101-
<img alt="ux-overview" src="https://github.com/user-attachments/assets/0eb6b3b6-ed02-4c3f-b668-a01ae0b6646b" />
102-
<img alt="ux-compact" src="https://github.com/user-attachments/assets/5f085881-8d82-4e0d-8fcf-11671883bb62" />
101+
[ux-overview](https://github.com/user-attachments/assets/0eb6b3b6-ed02-4c3f-b668-a01ae0b6646b)
102+
[ux-compact](https://github.com/user-attachments/assets/5f085881-8d82-4e0d-8fcf-11671883bb62)
103103
_Main dashboard showing sources, tasks, system health, and variable values_
104104

105105
The interface is designed for operators who need to quickly assess system status. The alert bar at the top shows active errors and warnings. Sources and tasks display real-time connection and execution status.
106106

107-
<img alt="ux-alerts-expanded" src="https://github.com/user-attachments/assets/16552658-80ff-49ac-b4d1-f400dc25373c" />
108-
<img alt="ux-alerts-compact" src="https://github.com/user-attachments/assets/decc1873-71ce-4b54-b40c-c0d827ac25f6" />
107+
[ux-alerts-expanded](https://github.com/user-attachments/assets/16552658-80ff-49ac-b4d1-f400dc25373c)
108+
[ux-alerts-compact](https://github.com/user-attachments/assets/decc1873-71ce-4b54-b40c-c0d827ac25f6)
109109
_Alert system showing connection errors and value warnings with timestamps_
110110

111111
Error messages are human-readable. No cryptic codes or hex values. When something fails, you can see exactly what happened and when.

0 commit comments

Comments
 (0)