diff --git a/docs/commands/authentication/Initialize-TssSdkClient.md b/docs/commands/authentication/Initialize-TssSdkClient.md index a023fdfe..b0c678ed 100644 --- a/docs/commands/authentication/Initialize-TssSdkClient.md +++ b/docs/commands/authentication/Initialize-TssSdkClient.md @@ -116,7 +116,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## NOTES Secret Server docs cover configuring Application Account and SDK Client rule -https://docs.thycotic.com/ss/10.9.0/api-scripting/sdk-cli/index.md#task_1__configuring_secret_server +https://docs.delinea.com/online-help/secret-server/api-scripting/sdk-cli/index.htm#Task1ConfiguringSecretServer ## RELATED LINKS diff --git a/docs/commands/authentication/Test-TssSdkClient.md b/docs/commands/authentication/Test-TssSdkClient.md index 87d07c27..ba300059 100644 --- a/docs/commands/authentication/Test-TssSdkClient.md +++ b/docs/commands/authentication/Test-TssSdkClient.md @@ -73,7 +73,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ### System.Boolean ## NOTES Secret Server docs cover configuring Application Account and SDK Client rule -https://docs.thycotic.com/ss/10.9.0/api-scripting/sdk-cli/index.md#task_1__configuring_secret_server +https://docs.delinea.com/online-help/secret-server/api-scripting/sdk-cli/index.htm#Task1ConfiguringSecretServer ## RELATED LINKS diff --git a/src/functions/authentication/Initialize-TssSdkClient.ps1 b/src/functions/authentication/Initialize-TssSdkClient.ps1 index 03a041be..d9977db0 100644 --- a/src/functions/authentication/Initialize-TssSdkClient.ps1 +++ b/src/functions/authentication/Initialize-TssSdkClient.ps1 @@ -25,7 +25,7 @@ function Initialize-TssSdkClient { .NOTES Secret Server docs cover configuring Application Account and SDK Client rule - https://docs.thycotic.com/ss/10.9.0/api-scripting/sdk-cli/index.md#task_1__configuring_secret_server + https://docs.delinea.com/online-help/secret-server/api-scripting/sdk-cli/index.htm#Task1ConfiguringSecretServer #> [cmdletbinding()] param( diff --git a/src/functions/authentication/Test-TssSdkClient.ps1 b/src/functions/authentication/Test-TssSdkClient.ps1 index 85c3b7b0..82458449 100644 --- a/src/functions/authentication/Test-TssSdkClient.ps1 +++ b/src/functions/authentication/Test-TssSdkClient.ps1 @@ -27,7 +27,7 @@ function Test-TssSdkClient { .NOTES Secret Server docs cover configuring Application Account and SDK Client rule - https://docs.thycotic.com/ss/10.9.0/api-scripting/sdk-cli/index.md#task_1__configuring_secret_server + https://docs.delinea.com/online-help/secret-server/api-scripting/sdk-cli/index.htm#Task1ConfiguringSecretServer #> [cmdletbinding()] [OutputType('System.Boolean')]