| @@ -501,9 +501,9 @@ | ||
| 501 | 501 | |
| 502 | 502 | $additions_actions = [ |
| 503 | 503 | 'go-pro' => [ |
| 504 | 504 | 'title' => esc_html__( 'Upgrade', 'elementor' ), |
| 505 | - 'link' => 'https://go.elementor.com/go-pro-wp-overview-widget', | |
| 505 | + 'link' => 'https://go.elementor.com/go-pro-wp-overview-widget/', | |
| 506 | 506 | ], |
| 507 | 507 | ]; |
| 508 | 508 | |
| 509 | 509 | // Visible to all core users when Elementor Pro is not installed. |
| @@ -508,9 +508,9 @@ | ||
| 508 | 508 | |
| 509 | 509 | // Visible to all core users when Elementor Pro is not installed. |
| 510 | 510 | $additions_actions['find_an_expert'] = [ |
| 511 | 511 | 'title' => esc_html__( 'Find an Expert', 'elementor' ), |
| 512 | - 'link' => 'https://go.elementor.com/go-pro-find-an-expert', | |
| 512 | + 'link' => 'https://go.elementor.com/go-pro-find-an-expert/', | |
| 513 | 513 | ]; |
| 514 | 514 | |
| 515 | 515 | /** |
| 516 | 516 | * Dashboard widget footer actions. |