Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion inc/Dashboard.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class Dashboard {

const MENU_SLUG = 'raft-dashboard';
const PARENT = 'themes.php';
const UPGRADE_URL = 'https://themeisle.com/themes/raft/upgrade/';
const UPGRADE_URL = 'https://themeisle.com/themes/raft/';

/**
* Dashboard constructor.
Expand Down
2 changes: 1 addition & 1 deletion inc/Pro_Promotions.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
class Pro_Promotions {

const CATEGORY_SLUG = 'raft/pro';
const UPGRADE_URL = 'https://themeisle.com/themes/raft/upgrade/';
const UPGRADE_URL = 'https://themeisle.com/themes/raft/';

/**
* Pro_Promotions constructor.
Expand Down
2 changes: 1 addition & 1 deletion inc/Wizard_Promo.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
class Wizard_Promo {

const SCRIPT_HANDLE = 'raft-wizard-promo';
const UPGRADE_URL = 'https://themeisle.com/themes/raft/upgrade/';
const UPGRADE_URL = 'https://themeisle.com/themes/raft/';

/**
* Wizard_Promo constructor.
Expand Down
Loading