We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0862a48 commit 9e1d105Copy full SHA for 9e1d105
src/components/dialogs/ImportAPIDialog.svelte
@@ -74,8 +74,12 @@
74
bind:group={$formSelections.dataSource}
75
value="covidcast"
76
/>
77
- Delphi Indicators (aka COVIDcast) (source:
78
- <a target="_blank" href="https://delphi.cmu.edu/">delphi.cmu.edu</a>)</label
+ Delphi Indicators (aka COVIDcast) (docs:
+ <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
83
>
84
<label
85
><input
0 commit comments