Skip to content

Commit d753245

Browse files
update links to kb.boxzillaplugin.com
1 parent 34e54ff commit d753245

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ Please make sure your [Boxzilla plugin license](https://my.boxzillaplugin.com/)
291291

292292
**Fixes**
293293

294-
- Event listener for hyperlinks referencing `#boxzilla-123`. We recommend using `[boxzilla_link]to generate your links though[/boxzilla_link]`. [Here's how that works](https://kb.boxzillaplugin.com/shortcode-boxzilla-link/).
294+
- Event listener for hyperlinks referencing `#boxzilla-123`. We recommend using `[boxzilla_link]to generate your links though[/boxzilla_link]`. [Here's how that works](https://boxzillaplugin.com/kb/shortcode-boxzilla-link/).
295295

296296

297297
#### 3.1.22 - November 20, 2017
@@ -334,7 +334,7 @@ Please make sure your [Boxzilla plugin license](https://my.boxzillaplugin.com/)
334334

335335
**Additions**
336336

337-
- Added [`[boxzilla_link]` shortcode to generate the correct HTML for a link to show/toggle/hide/dismiss a box](https://kb.boxzillaplugin.com/shortcode-boxzilla-link/).
337+
- Added [`[boxzilla_link]` shortcode to generate the correct HTML for a link to show/toggle/hide/dismiss a box](https://boxzillaplugin.com/kb/shortcode-boxzilla-link/).
338338

339339

340340
#### 3.1.17 - August 30, 2017
@@ -560,4 +560,4 @@ Please make sure your [Boxzilla plugin license](https://my.boxzillaplugin.com/)
560560

561561
Initial release of [Boxzilla](https://boxzillaplugin.com/), formerly known as [Scroll Triggered Boxes](https://wordpress.org/plugins/scroll-triggered-boxes/).
562562

563-
If you're upgrading from the old plugin, please check [updating to Boxzilla from Scroll Triggered Boxes](https://kb.boxzillaplugin.com/updating-from-scroll-triggered-boxes/) for a list of changes you should be aware of.
563+
If you're upgrading from the old plugin, please check [updating to Boxzilla from Scroll Triggered Boxes](https://boxzillaplugin.com/kb/updating-from-scroll-triggered-boxes/) for a list of changes you should be aware of.

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Boxzilla is a plugin allowing you to add pop-up or slide-in boxes to your WordPr
4545

4646
#### Documentation
4747

48-
Please have a look at the [Boxzilla Knowledge Base](https://kb.boxzillaplugin.com/).
48+
Please have a look at the [Boxzilla Knowledge Base](https://boxzillaplugin.com/kb/).
4949

5050
#### Demo
5151

src/admin/class-admin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -702,7 +702,7 @@ public function add_plugin_meta_links($links, $slug)
702702
return $links;
703703
}
704704

705-
$links[] = '<a href="https://kb.boxzillaplugin.com/">Documentation</a>';
705+
$links[] = '<a href="https://boxzillaplugin.com/kb/">Documentation</a>';
706706
$links[] = '<a href="https://boxzillaplugin.com/add-ons/">Add-ons</a>';
707707

708708
return $links;

src/admin/views/metaboxes/need-help.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php defined('ABSPATH') or exit; ?>
22
<p><?php esc_html_e('Please make sure to look at the following available resources.', 'boxzilla'); ?></p>
33
<ul class="ul-square">
4-
<li><a href="https://kb.boxzillaplugin.com/">Knowledge Base</a></li>
4+
<li><a href="https://boxzillaplugin.com/kb/">Knowledge Base</a></li>
55
<li><a href="https://wordpress.org/plugins/boxzilla/faq/">Frequently Asked Questions</a></li>
66
<li><a href="https://wordpress.org/support/plugin/boxzilla">Support forums on WordPress.org</a></li>
77
</ul>

0 commit comments

Comments
 (0)