1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-12-17 15:37:57 +01:00

[PM-13377] Update urls to secrets manager sdk repository (#12374)

This commit is contained in:
Oscar Hinton 2024-12-16 10:39:58 +01:00 committed by GitHub
parent 31be6a7c88
commit ac6112d571
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,7 @@ export class IntegrationsComponent {
this.integrationsAndSdks = [
{
name: "Rust",
linkURL: "https://github.com/bitwarden/sdk",
linkURL: "https://github.com/bitwarden/sdk-sm",
image: "../../../../../../../images/secrets-manager/sdks/rust.svg",
imageDarkMode: "../../../../../../../images/secrets-manager/sdks/rust-white.svg",
type: IntegrationType.SDK,
@ -41,50 +41,50 @@ export class IntegrationsComponent {
},
{
name: "C#",
linkURL: "https://github.com/bitwarden/sdk/tree/main/languages/csharp",
linkURL: "https://github.com/bitwarden/sdk-sm/tree/main/languages/csharp",
image: "../../../../../../../images/secrets-manager/sdks/c-sharp.svg",
type: IntegrationType.SDK,
},
{
name: "C++",
linkURL: "https://github.com/bitwarden/sdk/tree/main/languages/cpp",
linkURL: "https://github.com/bitwarden/sdk-sm/tree/main/languages/cpp",
image: "../../../../../../../images/secrets-manager/sdks/c-plus-plus.png",
type: IntegrationType.SDK,
},
{
name: "Go",
linkURL: "https://github.com/bitwarden/sdk/tree/main/languages/go",
linkURL: "https://github.com/bitwarden/sdk-sm/tree/main/languages/go",
image: "../../../../../../../images/secrets-manager/sdks/go.svg",
type: IntegrationType.SDK,
},
{
name: "Java",
linkURL: "https://github.com/bitwarden/sdk/tree/main/languages/java",
linkURL: "https://github.com/bitwarden/sdk-sm/tree/main/languages/java",
image: "../../../../../../../images/secrets-manager/sdks/java.svg",
imageDarkMode: "../../../../../../../images/secrets-manager/sdks/java-white.svg",
type: IntegrationType.SDK,
},
{
name: "JS WebAssembly",
linkURL: "https://github.com/bitwarden/sdk/tree/main/languages/js",
linkURL: "https://github.com/bitwarden/sdk-sm/tree/main/languages/js",
image: "../../../../../../../images/secrets-manager/sdks/wasm.svg",
type: IntegrationType.SDK,
},
{
name: "php",
linkURL: "https://github.com/bitwarden/sdk/tree/main/languages/php",
linkURL: "https://github.com/bitwarden/sdk-sm/tree/main/languages/php",
image: "../../../../../../../images/secrets-manager/sdks/php.svg",
type: IntegrationType.SDK,
},
{
name: "Python",
linkURL: "https://github.com/bitwarden/sdk/tree/main/languages/python",
linkURL: "https://github.com/bitwarden/sdk-sm/tree/main/languages/python",
image: "../../../../../../../images/secrets-manager/sdks/python.svg",
type: IntegrationType.SDK,
},
{
name: "Ruby",
linkURL: "https://github.com/bitwarden/sdk/tree/main/languages/ruby",
linkURL: "https://github.com/bitwarden/sdk-sm/tree/main/languages/ruby",
image: "../../../../../../../images/secrets-manager/sdks/ruby.png",
type: IntegrationType.SDK,
},