Skip to content

Commit

Permalink
Update documentation link (#3765)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattprintz authored Jun 5, 2024
1 parent ac48060 commit a1ca01d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit a1ca01d

Please sign in to comment.