Skip to content

Commit 44e732f

Browse files
authored
Merge pull request #3 from stafot/fix_urls
try to fix urls
2 parents 2d838de + d7d3ea2 commit 44e732f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/lib/data.ts

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
export interface BlogPost {
32
id: string;
43
title: string;
@@ -68,7 +67,7 @@ This automation initiative:
6867
6968
---
7069
71-
This post summary of our detailed engineering blog post. For complete technical details and implementation specifics, please visit the original article https://mattermost.com/blog/automate-eks-node-rotation/
70+
This post summary of our detailed engineering blog post. For complete technical details and implementation specifics, please visit the [original article](https://mattermost.com/blog/automate-eks-node-rotation/).
7271
`
7372
},
7473
{
@@ -120,7 +119,7 @@ Our SLO journey continues with plans to:
120119
- Expand the framework to internal services
121120
- Foster a culture of shared responsibility
122121
123-
This post summary of our detailed engineering blog post. For complete technical details and implementation specifics, please visit the original article https://mattermost.com/blog/sloth-for-slo-monitoring-and-alerting-with-prometheus/
122+
This post summary of our detailed engineering blog post. For complete technical details and implementation specifics, please visit the [original article](https://mattermost.com/blog/sloth-for-slo-monitoring-and-alerting-with-prometheus/).
124123
`
125124
},
126125
{
@@ -175,7 +174,7 @@ Our forward-looking strategy includes:
175174
176175
Our experience with spot instances taught us valuable lessons about balancing cost savings with operational stability. While the potential for savings was attractive, we found that the unpredictability and management complexity didn't align with our operational objectives.
177176
178-
This post summary of our detailed engineering blog post. For complete technical details and implementation specifics, please visit the original article https://mattermost.com/blog/mattermosts-cloud-optimization-journey/
177+
This post summary of our detailed engineering blog post. For complete technical details and implementation specifics, please visit the [original article](https://mattermost.com/blog/mattermosts-cloud-optimization-journey/).
179178
`
180179
}
181180
];

0 commit comments

Comments
 (0)