| @@ -213,9 +213,9 @@ | ||
| 213 | 213 | $this->add_feature( [ |
| 214 | 214 | 'name' => 'e_dom_optimization', |
| 215 | 215 | 'title' => esc_html__( 'Optimized DOM Output', 'elementor' ), |
| 216 | 216 | 'description' => esc_html__( 'Developers, Please Note! This experiment includes some markup changes. If you\'ve used custom code in Elementor, you might have experienced a snippet of code not running. Turning this experiment off allows you to keep prior Elementor markup output settings, and have that lovely code running again.', 'elementor' ) |
| 217 | - . ' <a href="https://go.elementor.com/wp-dash-legacy-optimized-dom" target="_blank">' | |
| 217 | + . ' <a href="https://go.elementor.com/wp-dash-legacy-optimized-dom/" target="_blank">' | |
| 218 | 218 | . esc_html__( 'Learn More', 'elementor' ) . '</a>', |
| 219 | 219 | 'release_status' => self::RELEASE_STATUS_STABLE, |
| 220 | 220 | 'new_site' => [ |
| 221 | 221 | 'default_active' => true, |
| @@ -262,9 +262,9 @@ | ||
| 262 | 262 | 'name' => 'a11y_improvements', |
| 263 | 263 | 'title' => esc_html__( 'Accessibility Improvements', 'elementor' ), |
| 264 | 264 | 'description' => esc_html__( 'An array of accessibility enhancements in Elementor pages.', 'elementor' ) |
| 265 | 265 | . '<br><strong>' . esc_html__( 'Please note!', 'elementor' ) . '</strong> ' . esc_html__( 'These enhancements may include some markup changes to existing elementor widgets', 'elementor' ) |
| 266 | - . ' <a href="https://go.elementor.com/wp-dash-a11y-improvements" target="_blank">' | |
| 266 | + . ' <a href="https://go.elementor.com/wp-dash-a11y-improvements/" target="_blank">' | |
| 267 | 267 | . esc_html__( 'Learn More', 'elementor' ) . '</a>', |
| 268 | 268 | 'release_status' => self::RELEASE_STATUS_STABLE, |
| 269 | 269 | 'new_site' => [ |
| 270 | 270 | 'default_active' => true, |
| @@ -320,9 +320,9 @@ | ||
| 320 | 320 | 'Create advanced layouts and responsive designs with the new Flexbox Container element. |
| 321 | 321 | This experiment replaces the current section/column structure, but you\'ll still keep your existing |
| 322 | 322 | Sections, Inner Sections and Columns and be able to edit them. %1$sLearn More%2$s', |
| 323 | 323 | 'elementor' |
| 324 | - ), '<a target="_blank" href="https://go.elementor.com/wp-dash-flex-container">', '</a>' ), | |
| 324 | + ), '<a target="_blank" href="https://go.elementor.com/wp-dash-flex-container/">', '</a>' ), | |
| 325 | 325 | 'release_status' => self::RELEASE_STATUS_ALPHA, |
| 326 | 326 | 'default' => self::STATE_INACTIVE, |
| 327 | 327 | ] ); |
| 328 | 328 | } |