Skip to content

Commit

Permalink
Fix incorrect link to line-chart in Article.purs
Browse files Browse the repository at this point in the history
Signed-off-by: Achintya Rao <[email protected]>
  • Loading branch information
RaoOfPhysics committed Aug 23, 2024
1 parent f4112fb commit e0ba4f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Article.purs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ figSpec :: FigSpec
figSpec =
{ datasets: [ "methane""data/methane-emissions" ]
, imports: []
, file: File "linked-outputs/line-chart"
, file: File "line-chart"
, inputs: [ "methane" ]
}

Expand Down

0 comments on commit e0ba4f8

Please sign in to comment.