Skip to content

Commit 0c309bb

Browse files
committed
chore: add links to rootly
Signed-off-by: Roger Barker <[email protected]>
1 parent 2a3374e commit 0c309bb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

public/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ <h3>
355355
<p>
356356
A GitHub Action for creating incidents using Rootly, a platform for incident management and response.
357357
This action integrates seamlessly with your CI/CD workflows to automatically create incidents when issues are detected.
358-
This action fully implements the <code>creates-an-incident</code> api.
358+
This action fully implements the <a href="https://docs.rootly.com/api-reference/incidents/creates-an-incident" class="rootly-link" target="_blank" rel="noopener noreferrer"><code>creates-an-incident</code></a> api.
359359
</p>
360360
</div>
361361
<div id="rootly-alert-action" class="project-item">
@@ -377,7 +377,7 @@ <h3>
377377
<p>
378378
A GitHub Action for creating alerts using Rootly, a platform for incident management and response.
379379
This action integrates seamlessly with your CI/CD workflows to automatically create alerts when issues are detected.
380-
This action fully implements the <code>creates-an-alert</code> api.
380+
This action fully implements the <a href="https://docs.rootly.com/api-reference/alerts/creates-an-alert" class="rootly-link" target="_blank" rel="noopener noreferrer"><code>creates-an-alert</code></a> api.
381381
</p>
382382
</div>
383383
</div>

public/styles/index.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,14 +91,14 @@ h3 {
9191
object-fit: contain;
9292
}
9393

94-
.project-link {
94+
.project-link, .rootly-link {
9595
color: #ffffff;
9696
opacity: 0.7;
9797
transition: all 0.3s ease;
9898
font-size: 1.2rem;
9999
}
100100

101-
.project-link:hover {
101+
.project-link:hover, .rootly-link:hover {
102102
opacity: 1;
103103
color: #00ffff; /* Matching PandasWhoCode cyan color */
104104
transform: translateY(-2px);

0 commit comments

Comments
 (0)