Skip to content

Commit 325fcb2

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

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

geography/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -89,14 +89,14 @@ See the [Endpoints](#endpoints) below for links to specific data objects, and th
8989
| Name | Type | Required/Optional | Description |
9090
| ---------------- | --------- | --- | --------------------------------------------------------------------------------------------- |
9191
| `name` | String | Required | Name of geography |
92-
| `description` | String | [Optional](./general-information.md#optional-fields] | Detailed description of geography |
93-
| `geography_type` | String | [Optional](./general-information.md#optional-fields] | Type of geography, e.g. `municipal_boundary` or `council_district` or custom text. See [Geography Type](#geography-type). |
92+
| `description` | String | [Optional](../general-information.md#optional-fields) | Detailed description of geography |
93+
| `geography_type` | String | [Optional](../general-information.md#optional-fields) | Type of geography, e.g. `municipal_boundary` or `council_district` or custom text. See [Geography Type](#geography-type). |
9494
| `geography_id` | UUID | Required | Unique ID of geography |
9595
| `geography_json` | JSON | Required | The GeoJSON that defines the geographical coordinates. |
96-
| `effective_date` | [timestamp][ts] | [Optional](./general-information.md#optional-fields] | The date at which a Geography is considered "live". Must be at or after `published_date`. |
96+
| `effective_date` | [timestamp][ts] | [Optional](../general-information.md#optional-fields) | The date at which a Geography is considered "live". Must be at or after `published_date`. |
9797
| `published_date` | [timestamp][ts] | Required | Time that the geography was published, i.e. made immutable |
98-
| `retire_date` | [timestamp][ts] | [Optional](./general-information.md#optional-fields] | Time that the geography is slated to retire. Once the retire date is passed, new policies can no longer reference it and old policies referencing it should be updated. Retired geographies should continue to be returned in the geographies list. Must be after `effective_date`. Geographies referencing others with `prev_geographies` immediately replace the previous ones. |
99-
| `prev_geographies` | UUID[] | [Optional](./general-information.md#optional-fields] | Unique IDs of prior geographies replaced by this one |
98+
| `retire_date` | [timestamp][ts] | [Optional](../general-information.md#optional-fields) | Time that the geography is slated to retire. Once the retire date is passed, new policies can no longer reference it and old policies referencing it should be updated. Retired geographies should continue to be returned in the geographies list. Must be after `effective_date`. Geographies referencing others with `prev_geographies` immediately replace the previous ones. |
99+
| `prev_geographies` | UUID[] | [Optional](../general-information.md#optional-fields) | Unique IDs of prior geographies replaced by this one |
100100

101101
[Top][toc]
102102

0 commit comments

Comments
 (0)