Skip to content

Commit 508333b

Browse files
JosephJoseph
authored andcommitted
Fix markdown linting in scripts folder: code block languages and bare URLs
1 parent f74afac commit 508333b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

scripts/LeadTime/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ python lead_time.py --config custom_config.yaml
6060

6161
### Lead Time Calculation
6262
Lead time is calculated as:
63-
```
63+
```text
6464
Lead Time = Deployment Time - Commit Time
6565
```
6666

@@ -80,7 +80,7 @@ Lead Time = Deployment Time - Commit Time
8080

8181
## Output Example
8282

83-
```
83+
```text
8484
LEAD TIME FOR CHANGES REPORT
8585
==================================================
8686

scripts/MTTR/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ python mttr_calculator.py --config production_config.yaml
5959
## Understanding MTTR
6060

6161
### Calculation
62-
```
62+
```text
6363
MTTR = (Incident Resolved Time - Incident Created Time) / Number of Incidents
6464
```
6565

@@ -81,7 +81,7 @@ MTTR = (Incident Resolved Time - Incident Created Time) / Number of Incidents
8181
## API Configuration
8282

8383
### PagerDuty
84-
1. Generate API key: https://support.pagerduty.com/docs/api-access-keys
84+
1. Generate API key: [PagerDuty API Access Keys](https://support.pagerduty.com/docs/api-access-keys)
8585
2. Required permissions: Read access to incidents
8686
3. Set environment variable: `export PAGERDUTY_TOKEN=your_token`
8787

@@ -109,7 +109,7 @@ MTTR = (Incident Resolved Time - Incident Created Time) / Number of Incidents
109109

110110
## Output Example
111111

112-
```
112+
```text
113113
MEAN TIME TO RECOVERY (MTTR) REPORT
114114
==================================================
115115

0 commit comments

Comments
 (0)