File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 ">
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 >
Original file line number Diff line number Diff line change 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 );
You can’t perform that action at this time.
0 commit comments