From a1ca01d10d773b858f96fe9fce4fd8b806601a42 Mon Sep 17 00:00:00 2001 From: Matthew Printz Date: Wed, 5 Jun 2024 10:27:19 -0500 Subject: [PATCH] Update documentation link (#3765) --- .../components/workflow/ops/regridding/regridding-operation.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/client/hmi-client/src/components/workflow/ops/regridding/regridding-operation.ts b/packages/client/hmi-client/src/components/workflow/ops/regridding/regridding-operation.ts index 46a3a5c271..112ade52b9 100644 --- a/packages/client/hmi-client/src/components/workflow/ops/regridding/regridding-operation.ts +++ b/packages/client/hmi-client/src/components/workflow/ops/regridding/regridding-operation.ts @@ -1,7 +1,7 @@ import { Operation, WorkflowOperationTypes, BaseState } from '@/types/workflow'; const DOCUMENTATION_URL = - 'https://github.com/DARPA-ASKEM/beaker-kernel/blob/main/docs/contexts_climate_data_utility.md'; + 'https://darpa-askem.github.io/askem-beaker/contexts_climate_data_utility.html'; export interface RegriddingOperationState extends BaseState { datasetId: string | null;