Skip to content

Commit ac484f7

Browse files
add link to tutorial
1 parent 39f3e55 commit ac484f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

classes/Visualizer/Render/Page/Data.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ class="visualizer-select">
184184
<span class="viz-section-title visualizer_source_json"><?php _e( 'Import from JSON/REST', 'visualizer' ); ?>
185185
<span class="dashicons dashicons-lock"></span></span>
186186
<div class="viz-section-items section-items">
187-
<p class="viz-group-description"><?php _e( 'You can choose here to import/synchronize your chart data with a remote JSON/REST source. For more info check <a href="" target="_blank" >this</a> tutorial', 'visualizer' ); ?></p>
187+
<p class="viz-group-description"><?php _e( 'You can choose here to import/synchronize your chart data with a remote JSON/REST source. For more info check <a href="https://docs.themeisle.com/article/1052-how-to-generate-charts-from-json-data-rest-endpoints" target="_blank" >this</a> tutorial', 'visualizer' ); ?></p>
188188
<form id="vz-import-json" action="<?php echo $upload_link; ?>" method="post" target="thehole" enctype="multipart/form-data">
189189
<div class="remote-file-section">
190190
<?php

0 commit comments

Comments
 (0)