Skip to content

Commit e7bc306

Browse files
committed
fix broken links
1 parent 97cea85 commit e7bc306

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/spec/examples.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ weekday,10000,30,BLOCK-A,deadhead ,,stop-1,12:00:00,garage,12:10:00
171171

172172
## Employee Assignments
173173

174-
This example uses [`employee_run_dates.txt`](/docs/spec.md#employee_run_datestxt) to assign employees to runs (and trips).
174+
This example uses [`employee_run_dates.txt`](/spec#employee_run_datestxt) to assign employees to runs (and trips).
175175

176176
In this example, `A` and `B` work Monday-Wednesday and Sunday. `C` and `D` work Thursday-Saturday.
177177

@@ -187,7 +187,7 @@ weekend,0,0,0,0,0,1,1,20240701,20240707
187187

188188
July 1, 2024 was a Monday.
189189

190-
**[`run_events.txt`](/docs/spec.md#run_eventstxt)**
190+
**[`run_events.txt`](/spec#run_eventstxt)**
191191

192192
For this example, the purpose of this file is just to show which runs exist. Real runs would have more interesting data.
193193

@@ -199,7 +199,7 @@ weekend,103,1,work,trip3,station,09:00:00,station,17:00:00
199199
weekend,104,1,work,trip4,station,09:00:00,station,17:00:00
200200
```
201201

202-
**[`employee_run_dates.txt`](/docs/spec.md#employee_run_datestxt)**
202+
**[`employee_run_dates.txt`](/spec#employee_run_datestxt)**
203203

204204
```csv
205205
date,service_id,run_id,employee_id

docs/spec/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,6 @@ Primary Key: `*`
160160
| **Field Name** | **Type** | **Required** | **Description** |
161161
| --- | --- | --- | --- |
162162
| `date` | Date | Required | Service date. |
163-
| `service_id` | ID referencing `run_events.txt` | Required | Part of the Run ID, which is refered to as `(service_id, run_id)`. See [Run ID Uniqueness](#run-id-uniqueness). |
164-
| `run_id` | ID referencing `run_events.txt` | Required | The run that's added to this employee's schedule. |
163+
| `service_id` | ID referencing [`run_events.txt`](#run_eventstxt) | Required | Part of the Run ID, which is refered to as `(service_id, run_id)`. See [Run ID Uniqueness](#run-id-uniqueness). |
164+
| `run_id` | ID referencing [`run_events.txt`](#run_eventstxt) | Required | The run that's added to this employee's schedule. |
165165
| `employee_id` | ID | Required | References an agency's external systems. Employee IDs are not used elsewhere in TODS. |

0 commit comments

Comments
 (0)