Skip to content

Commit 6b671c0

Browse files
committed
docs: fix more relative links
1 parent d122f57 commit 6b671c0

16 files changed

+31
-31
lines changed

docs/api/afhsb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ See [this documentation](README.md) for details on specifying epiweeks, dates, a
3131
| --- | --- | --- |
3232
| `auth` | password | string |
3333
| `epiweeks` | epiweeks | `list` of epiweeks |
34-
| `locations` | locations | `list` of [region](../../labels/regions.txt), [state](../../labels/states.txt), or 3-letter country code labels |
34+
| `locations` | locations | `list` of [region](https://github.com/cmu-delphi/delphi-epidata/blob/main/labels/regions.txt), [state](https://github.com/cmu-delphi/delphi-epidata/blob/main/labels/states.txt), or 3-letter country code labels |
3535
| `flu_types` | flu types | `list` of disjoint (`flu1`, `flu2-flu1`, `flu3-flu2`, `ili-flu3`) or subset (`flu2`, `flu3`, `ili`) flu type labels |
3636

3737
## Response

docs/api/cdc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ See [this documentation](README.md) for details on specifying epiweeks, dates, a
3131
| --- | --- | --- |
3232
| `auth` | password | string |
3333
| `epiweeks` | epiweeks | `list` of epiweeks |
34-
| `locations` | locations | `list` of [region](../../labels/regions.txt)/[state](../../labels/states.txt) labels <!-- TODO: check --> |
34+
| `locations` | locations | `list` of [region](https://github.com/cmu-delphi/delphi-epidata/blob/main/labels/regions.txt)/[state](https://github.com/cmu-delphi/delphi-epidata/blob/main/labels/states.txt) labels <!-- TODO: check --> |
3535

3636
## Response
3737

docs/api/flusurv.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ See [this documentation](README.md) for details on specifying epiweeks, dates, a
3737
| Parameter | Description | Type |
3838
| --- | --- | --- |
3939
| `epiweeks` | epiweeks | `list` of epiweeks |
40-
| `locations` | locations | `list` of [location](../../labels/flusurv_locations.txt) labels |
40+
| `locations` | locations | `list` of [location](https://github.com/cmu-delphi/delphi-epidata/blob/main/labels/flusurv_locations.txt) labels |
4141

4242
### Optional
4343

docs/api/fluview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ General topics not specific to any particular endpoint are discussed in the
1818
Influenza-like illness (ILI) from U.S. Outpatient Influenza-like Illness Surveillance Network (ILINet).
1919
- Data source: [United States Centers for Disease Control and Prevention](http://gis.cdc.gov/grasp/fluview/fluportaldashboard.html) (CDC)
2020
- Temporal Resolution: Weekly* from 1997w40
21-
- Spatial Resolution: National, [HHS regions](http://www.hhs.gov/iea/regional/), [Census divisions](http://www.census.gov/econ/census/help/geography/regions_and_divisions.html), most States and Territories, and some Cities (full list [here](../../src/acquisition/fluview/fluview_locations.py))
21+
- Spatial Resolution: National, [HHS regions](http://www.hhs.gov/iea/regional/), [Census divisions](http://www.census.gov/econ/census/help/geography/regions_and_divisions.html), most States and Territories, and some Cities (full list [here](https://github.com/cmu-delphi/delphi-epidata/blob/main/src/acquisition/fluview/fluview_locations.py))
2222
- Open access
2323

2424
\* Data is usually released on Friday
@@ -36,7 +36,7 @@ See [this documentation](README.md) for details on specifying epiweeks, dates, a
3636
| Parameter | Description | Type |
3737
| --- | --- | --- |
3838
| `epiweeks` | epiweeks | `list` of epiweeks |
39-
| `regions` | regions | `list` of [region](../../labels/regions.txt) labels |
39+
| `regions` | regions | `list` of [region](https://github.com/cmu-delphi/delphi-epidata/blob/main/labels/regions.txt) labels |
4040

4141
### Optional
4242

docs/api/fluview_clinical.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ See [this documentation](README.md) for details on specifying epiweeks, dates, a
3131
| Parameter | Description | Type |
3232
| --- | --- | --- |
3333
| `epiweeks` | epiweeks | `list` of epiweeks |
34-
| `regions` | regions | `list` of [region](../../labels/regions.txt) labels |
34+
| `regions` | regions | `list` of [region](https://github.com/cmu-delphi/delphi-epidata/blob/main/labels/regions.txt) labels |
3535

3636
### Optional
3737

docs/api/gft.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ General topics not specific to any particular endpoint are discussed in the
1818
Estimate of influenza activity based on volume of certain search queries. Google has discontinued Flu Trends, and this is now a static endpoint.
1919
- Source: [Google](https://www.google.org/flutrends/)
2020
- Temporal Resolution: Weekly from 2003w40 until 2015w32
21-
- Spatial Resolution: National, [HHS regions](http://www.hhs.gov/iea/regional/) ([1+10](../../labels/regions.txt)); by state/territory ([50+1](../../labels/states.txt)); and by city ([97](../../labels/cities.txt))
21+
- Spatial Resolution: National, [HHS regions](http://www.hhs.gov/iea/regional/) ([1+10](https://github.com/cmu-delphi/delphi-epidata/blob/main/labels/regions.txt)); by state/territory ([50+1](https://github.com/cmu-delphi/delphi-epidata/blob/main/labels/states.txt)); and by city ([97](https://github.com/cmu-delphi/delphi-epidata/blob/main/labels/cities.txt))
2222
- Open access
2323

2424
# The API
@@ -34,7 +34,7 @@ See [this documentation](README.md) for details on specifying epiweeks, dates, a
3434
| Parameter | Description | Type |
3535
| --- | --- | --- |
3636
| `epiweeks` | epiweeks | `list` of epiweeks |
37-
| `locations` | locations | `list` of [region](../../labels/regions.txt)/[state](../../labels/states.txt)/[city](../../labels/cities.txt) labels |
37+
| `locations` | locations | `list` of [region](https://github.com/cmu-delphi/delphi-epidata/blob/main/labels/regions.txt)/[state](https://github.com/cmu-delphi/delphi-epidata/blob/main/labels/states.txt)/[city](https://github.com/cmu-delphi/delphi-epidata/blob/main/labels/cities.txt) labels |
3838

3939
## Response
4040

docs/api/ght.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ See [this documentation](README.md) for details on specifying epiweeks, dates, a
3131
| --- | --- | --- |
3232
| `auth` | password | string |
3333
| `epiweeks` | epiweeks | `list` of epiweeks |
34-
| `locations` | locations | `list` of [state](../../labels/states.txt) and/or `US` labels |
34+
| `locations` | locations | `list` of [state](https://github.com/cmu-delphi/delphi-epidata/blob/main/labels/states.txt) and/or `US` labels |
3535
| `query` | search query or topic ID (see https://www.freebase.com/) | string |
3636

3737
## Response

docs/api/nidss_dengue.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ General topics not specific to any particular endpoint are discussed in the
1818
Counts of confirmed dengue cases from Taiwan's NIDSS.
1919
- Data source: [Taiwan CDC](http://nidss.cdc.gov.tw/en/SingleDisease.aspx?dc=1&dt=4&disease=061&position=1)
2020
- Temporal Resolution: Weekly from 2003w01
21-
- Spatial Resolution: By [hexchotomy region](https://en.wikipedia.org/wiki/Regions_of_Taiwan#Hexchotomy) ([6+1](../../labels/nidss_regions.txt)) and by [city/county](https://en.wikipedia.org/wiki/List_of_administrative_divisions_of_Taiwan) ([22](../../labels/nidss_locations.txt))
21+
- Spatial Resolution: By [hexchotomy region](https://en.wikipedia.org/wiki/Regions_of_Taiwan#Hexchotomy) ([6+1](https://github.com/cmu-delphi/delphi-epidata/blob/main/labels/nidss_regions.txt)) and by [city/county](https://en.wikipedia.org/wiki/List_of_administrative_divisions_of_Taiwan) ([22](https://github.com/cmu-delphi/delphi-epidata/blob/main/labels/nidss_locations.txt))
2222
- Open access
2323

2424
# The API
@@ -34,7 +34,7 @@ See [this documentation](README.md) for details on specifying epiweeks, dates, a
3434
| Parameter | Description | Type |
3535
| --- | --- | --- |
3636
| `epiweeks` | epiweeks | `list` of epiweeks |
37-
| `locations` | locations | `list` of [region](../../labels/nidss_regions.txt) and/or [location](../../labels/nidss_locations.txt) labels |
37+
| `locations` | locations | `list` of [region](https://github.com/cmu-delphi/delphi-epidata/blob/main/labels/nidss_regions.txt) and/or [location](https://github.com/cmu-delphi/delphi-epidata/blob/main/labels/nidss_locations.txt) labels |
3838

3939
## Response
4040

docs/api/nidss_flu.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ General topics not specific to any particular endpoint are discussed in the
1818
Outpatient ILI from Taiwan's National Infectious Disease Statistics System (NIDSS).
1919
- Source: [Taiwan CDC](http://nidss.cdc.gov.tw/en/CDCWNH01.aspx?dc=wnh)
2020
- Temporal Resolution: Weekly* from 2008w14
21-
- Spatial Resolution: By [hexchotomy region](https://en.wikipedia.org/wiki/Regions_of_Taiwan#Hexchotomy) ([6+1](../../labels/nidss_regions.txt))
21+
- Spatial Resolution: By [hexchotomy region](https://en.wikipedia.org/wiki/Regions_of_Taiwan#Hexchotomy) ([6+1](https://github.com/cmu-delphi/delphi-epidata/blob/main/labels/nidss_regions.txt))
2222
- Open access
2323

2424
\* Data is usually released on Tuesday
@@ -36,7 +36,7 @@ See [this documentation](README.md) for details on specifying epiweeks, dates, a
3636
| Parameter | Description | Type |
3737
| --- | --- | --- |
3838
| `epiweeks` | epiweeks | `list` of epiweeks |
39-
| `regions` | regions | `list` of [region](../../labels/nidss_regions.txt) labels |
39+
| `regions` | regions | `list` of [region](https://github.com/cmu-delphi/delphi-epidata/blob/main/labels/nidss_regions.txt) labels |
4040

4141
### Optional
4242

docs/api/nowcast.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ General topics not specific to any particular endpoint are discussed in the
1818
A nowcast of U.S. national, regional, and state-level (weighted) %ILI, available seven days (regionally) or five days (state-level) before the first ILINet report for the corresponding week.
1919
- Source: [Delphi's ILI Nearby system](https://delphi.cmu.edu/nowcast/)
2020
- Temporal Resolution: Weekly, from 2010w30*
21-
- Spatial Resolution: National, [HHS regions](http://www.hhs.gov/iea/regional/), [Census divisions](http://www.census.gov/econ/census/help/geography/regions_and_divisions.html) ([1+10+9](../../labels/regions.txt)), and by state/territory ([51](../../labels/states.txt))
21+
- Spatial Resolution: National, [HHS regions](http://www.hhs.gov/iea/regional/), [Census divisions](http://www.census.gov/econ/census/help/geography/regions_and_divisions.html) ([1+10+9](https://github.com/cmu-delphi/delphi-epidata/blob/main/labels/regions.txt)), and by state/territory ([51](https://github.com/cmu-delphi/delphi-epidata/blob/main/labels/states.txt))
2222
- Open access
2323

2424
\* Data is usually released on Friday and updated on Sunday and Monday
@@ -36,7 +36,7 @@ See [this documentation](README.md) for details on specifying epiweeks, dates, a
3636
| Parameter | Description | Type |
3737
| --- | --- | --- |
3838
| `epiweeks` | epiweeks | `list` of epiweeks |
39-
| `locations` | locations | `list` of [region](../../labels/regions.txt)/[state](../../labels/states.txt) labels |
39+
| `locations` | locations | `list` of [region](https://github.com/cmu-delphi/delphi-epidata/blob/main/labels/regions.txt)/[state](https://github.com/cmu-delphi/delphi-epidata/blob/main/labels/states.txt) labels |
4040

4141
## Response
4242

0 commit comments

Comments
 (0)