Skip to content

Commit 3122052

Browse files
authored
Fix jurisdiction links
Signed-off-by: Michael Schnuerle <1285077+schnuerle@users.noreply.github.com>
1 parent 325fcb2 commit 3122052

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

jurisdiction/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,9 @@ An individual `Jurisdiction` object is defined by the following fields:
9898
| ----------------- | --------- | ------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
9999
| `jurisdiction_id` | UUID | Required | Unique ID of Jurisdiction. This field is immutable. |
100100
| `agency_key` | String | Required | A unique string key for the Jurisdiction. This field must also be immutable. Allows for easier management of Jurisdiction-based access control in JWTs. |
101-
| `agency_name` | String | [Optional](./general-information.md#optional-fields] | Human-readable agency name for display purposes. |
101+
| `agency_name` | String | [Optional](../general-information.md#optional-fields) | Human-readable agency name for display purposes. |
102102
| `description` | String | Required | Description of Jurisdiction. |
103-
| `geography_id` | UUID | [Optional](./general-information.md#optional-fields] | The unique ID of the geography covered by this Jurisdiction. |
103+
| `geography_id` | UUID | [Optional](../general-information.md#optional-fields) | The unique ID of the geography covered by this Jurisdiction. |
104104
| `mode_ids` | String[] | Required | Use this field to specify an array of what mobility [modes][modes] a jurisdiction applies to. |
105105
| `timestamp` | timestamp | Required | Creation or update time of a Jurisdiction. |
106106

0 commit comments

Comments
 (0)