From 8aa867252ebd5b999b8be36992669c1e9f7a8d49 Mon Sep 17 00:00:00 2001 From: undefx Date: Mon, 27 Apr 2020 11:59:53 -0500 Subject: [PATCH] fix broken links --- docs/epidata_development.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/epidata_development.md b/docs/epidata_development.md index 84a55e24d..c7bc48436 100644 --- a/docs/epidata_development.md +++ b/docs/epidata_development.md @@ -196,7 +196,8 @@ Here's a full example based on the `fluview` endpoint: Writing an integration test is outside of the scope of this document. However, a number of existing integration tests exist and can be used as a good starting point for additional tests. For example, see the tests for the -[`fluview` endpoint](../integrations/test_fluview.py) and the [`covid_survey_hrr_daily` endpoint](../integrations/test_covid_survey_hrr_daily.py). +[`fluview` API endpoint](../integrations/server/test_fluview.py) and the +[`covidcast` ingestion pipeline](../integrations/acquisition/covidcast). To run the existing tests and any new tests that you write, you must follow the