Skip to content

Commit 9e1d105

Browse files
authored
add link to covidcast api docs (#112)
* add link to covidcast api docs ...in the "load from api" dialog box, instead of the link to the main delphi website * appease linter
1 parent 0862a48 commit 9e1d105

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/components/dialogs/ImportAPIDialog.svelte

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,12 @@
7474
bind:group={$formSelections.dataSource}
7575
value="covidcast"
7676
/>
77-
Delphi Indicators (aka COVIDcast) (source:
78-
<a target="_blank" href="https://delphi.cmu.edu/">delphi.cmu.edu</a>)</label
77+
Delphi Indicators (aka COVIDcast) (docs:
78+
<a
79+
target="_blank"
80+
href="https://cmu-delphi.github.io/delphi-epidata/api/covidcast_signals.html#all-available-sources-and-signals"
81+
>cmu-delphi.github.io</a
82+
>)</label
7983
>
8084
<label
8185
><input

0 commit comments

Comments
 (0)