Skip to content

Commit

Permalink
Update Client.php
Browse files Browse the repository at this point in the history
update: changed doc url
  • Loading branch information
nurul-umbhiya authored Jan 30, 2024
1 parent 596fb63 commit 4d24dbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ public function updater() {
}

// show deprecated notice
_deprecated_function( __CLASS__ . '::updater', '2.0', '\Appsero\Updater::init($client);, for more details please visit: https://github.com/Appsero/updater' );
_deprecated_function( __CLASS__ . '::updater', '2.0', '\Appsero\Updater::init($client);, for more details please visit: https://appsero.com/docs/appsero-developers-guide/appsero-client/appsero-sdk-updater-changes/' );

// initialize the new updater
if ( method_exists( '\Appsero\Updater', 'init' ) ) {
Expand Down

0 comments on commit 4d24dbc

Please sign in to comment.