From 9ae3ce40a7851ecf41c12f623d3c084670871258 Mon Sep 17 00:00:00 2001 From: Maria Shevchuk <87496627+mariashev@users.noreply.github.com> Date: Thu, 10 Oct 2024 17:29:46 -0400 Subject: [PATCH] Update viz and query template links --- docs/new_viz_guidance.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/new_viz_guidance.md b/docs/new_viz_guidance.md index 7a0fbbcc..5997c2e8 100644 --- a/docs/new_viz_guidance.md +++ b/docs/new_viz_guidance.md @@ -25,7 +25,7 @@ individual visualizations are imported and further organized below. ### Visualization Template -The [Visualization Template](https://github.com/oss-aspen/8Knot/blob/dev/pages/visualization_template/viz_template.py) takes you step-by-step through the process of creating a new visualization. +The [Visualization Template](https://github.com/oss-aspen/8Knot/blob/dev/8Knot/pages/visualization_template/viz_template.py) takes you step-by-step through the process of creating a new visualization. ### Data and Queries @@ -38,7 +38,7 @@ see whether the available queries to our database instance are sufficient. If the existing queries do not suffice: 1. Exhaust the possibility of making minor changes, such adding new columns or aggregations, to existing queries. -2. If a completely new query is necessary, use the [Query Template](https://github.com/oss-aspen/8Knot/blob/dev/queries/query_template.py) +2. If a completely new query is necessary, use the [Query Template](https://github.com/oss-aspen/8Knot/blob/dev/8Knot/queries/query_template.py) to build a new query. Note: make sure to do a "docker compose down" before rebuilding to be able to access any new or edited queries.