Skip to content

Commit ae0cac7

Browse files
Merge pull request #1220 from Codeinwp/fix/checklist
Fixed checklist errors
2 parents c616ffd + fe1c406 commit ae0cac7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

classes/Visualizer/Render/Layout.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -818,7 +818,7 @@ public static function _renderTabBasic( $args ) {
818818
echo sprintf(
819819
// translators: $s - the chart type with the link attached.
820820
__( 'If you are unsure about how to format your data CSV then please take a look at this sample: %s. If you are using non-English characters, please make sure you save the file in UTF-8 encoding.', 'visualizer' ),
821-
'<a href="' . VISUALIZER_ASURL . 'samples/' . $type . '.csv" target="_blank">' . $type . '.csv</a>'
821+
'<a href="' . VISUALIZER_ABSURL . 'samples/' . $type . '.csv" target="_blank">' . $type . '.csv</a>'
822822
);
823823
?>
824824
</b>

0 commit comments

Comments
 (0)