Skip to content

Commit d8c94c4

Browse files
committed
fix links and style
1 parent f5eac67 commit d8c94c4

5 files changed

+9
-5
lines changed

_posts/2025-02-22-effective-ai-interaction.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -170,5 +170,5 @@ categories: development ai
170170
<div class="alert alert-info mt-4">
171171
<i class="fas fa-link"></i> <strong>Related Reading:</strong>
172172
Interested in understanding the broader impact of AI on software development? Check out my analysis here -
173-
<a href="/blog/2025/02/24/reality-ai-software-dev/" class="alert-link">The Reality of AI in Software Development</a>.
173+
<a href="/insights/2025/02/24/reality-ai-software-dev/" class="alert-link">The Reality of AI in Software Development</a>.
174174
</div>

_posts/2025-02-24-reality-ai-software-dev.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -232,5 +232,5 @@ categories: development ai reality
232232
<div class="alert alert-info mb-4">
233233
<i class="fas fa-link"></i> <strong>Related Reading:</strong>
234234
Want to learn how to effectively leverage AI in your development workflow? Check out my guide on that -
235-
<a href="/blog/2025/02/22/effective-ai-interaction/" class="alert-link">Effective AI Interaction: A Developer's Guide</a>.
235+
<a href="/insights/2025/02/22/effective-ai-interaction/" class="alert-link">Effective AI Interaction: A Developer's Guide</a>.
236236
</div>

_posts/2025-03-23-ai-intelligence-illusion.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ When building a chess application, I accidentally told the AI that the bottom-le
231231
<i class="fas fa-link"></i> <strong>Related Reading:</strong>
232232
For more insights on working effectively with AI tools, check out my other articles:
233233
<ul class="mb-0 mt-2">
234-
<li><a href="/blog/2025/02/24/reality-ai-software-dev/" class="alert-link">The Reality of AI in Software Development</a></li>
235-
<li><a href="/blog/2025/02/22/effective-ai-interaction/" class="alert-link">Effective AI Interaction: A Developer's Guide</a></li>
234+
<li><a href="/insights/2025/02/24/reality-ai-software-dev/" class="alert-link">The Reality of AI in Software Development</a></li>
235+
<li><a href="/insights/2025/02/22/effective-ai-interaction/" class="alert-link">Effective AI Interaction: A Developer's Guide</a></li>
236236
</ul>
237237
</div>

_posts/2025-03-27-modern-qa-evolution.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ categories: development qa automation
166166

167167
<div class="card border-success mb-4">
168168
<div class="card-header bg-success text-white">
169-
<h5 class="mb-0">
169+
<h5 class="mb-0" text-white>
170170
<i class="fas fa-arrow-left text-white"></i> The Shift-Left Movement
171171
</h5>
172172
</div>

assets/css/blog.css

+4
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,10 @@
133133
/* Slightly darker on hover */
134134
}
135135

136+
.card-header.bg-success h5 {
137+
color: white !important;
138+
}
139+
136140
/* Gist styling */
137141
.gist {
138142
margin: 1.5rem 0;

0 commit comments

Comments
 (0)