Skip to content

Commit

Permalink
fixed some docs links
Browse files Browse the repository at this point in the history
  • Loading branch information
nk-o committed Jul 10, 2024
1 parent 244f0a8 commit b583da7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion classes/class-admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -1678,7 +1678,7 @@ public function register_controls() {
'type' => 'text',
'label' => esc_html__( 'Video URL', 'visual-portfolio' ),
'placeholder' => esc_html__( 'https://...', 'visual-portfolio' ),
'description' => esc_html__( 'Full list of supported links', 'visual-portfolio' ) . '&nbsp;<a href="https://visualportfolio.co/docs/projects/video-project/#supported-video-vendors" target="_blank" rel="noopener noreferrer">' . esc_html__( 'see here', 'visual-portfolio' ) . '</a>',
'description' => esc_html__( 'Full list of supported links', 'visual-portfolio' ) . '&nbsp;<a href="https://visualportfolio.co/docs/projects/project-formats/#supported-video-platforms" target="_blank" rel="noopener noreferrer">' . esc_html__( 'see here', 'visual-portfolio' ) . '</a>',
'condition' => array(
array(
'control' => 'SELF.format',
Expand Down
2 changes: 1 addition & 1 deletion classes/class-custom-post-type.php
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ public function add_vp_lists_notice() {
// translators: %1$s - url to documentation.
// translators: %2$s - plugin name.
__( 'If you are using the Gutenberg page builder for your pages and posts, you should <strong>avoid using Saved Layouts</strong>. See here more info about <a href="%1$s" target="_blank">%2$s Blocks</a>.', 'visual-portfolio' ),
'https://visualportfolio.co/docs/portfolio-blocks/',
'https://visualportfolio.co/docs/gallery-blocks/',
visual_portfolio()->plugin_name
)
);
Expand Down
2 changes: 1 addition & 1 deletion gutenberg/custom-post-meta/video.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ class VpVideoComponent extends Component {
)}
&nbsp;
<a
href="https://visualportfolio.co/docs/projects/video-project/#supported-video-vendors"
href="https://visualportfolio.co/docs/projects/project-formats/#supported-video-platforms"
target="_blank"
rel="noopener noreferrer"
>
Expand Down

0 comments on commit b583da7

Please sign in to comment.