mirror of
https://github.com/bitwarden/browser.git
synced 2024-12-18 15:47:57 +01:00
[PM-13377] Update urls to secrets manager sdk repository (#12374)
This commit is contained in:
parent
31be6a7c88
commit
ac6112d571
@ -14,7 +14,7 @@ export class IntegrationsComponent {
|
|||||||
this.integrationsAndSdks = [
|
this.integrationsAndSdks = [
|
||||||
{
|
{
|
||||||
name: "Rust",
|
name: "Rust",
|
||||||
linkURL: "https://github.com/bitwarden/sdk",
|
linkURL: "https://github.com/bitwarden/sdk-sm",
|
||||||
image: "../../../../../../../images/secrets-manager/sdks/rust.svg",
|
image: "../../../../../../../images/secrets-manager/sdks/rust.svg",
|
||||||
imageDarkMode: "../../../../../../../images/secrets-manager/sdks/rust-white.svg",
|
imageDarkMode: "../../../../../../../images/secrets-manager/sdks/rust-white.svg",
|
||||||
type: IntegrationType.SDK,
|
type: IntegrationType.SDK,
|
||||||
@ -41,50 +41,50 @@ export class IntegrationsComponent {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "C#",
|
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",
|
image: "../../../../../../../images/secrets-manager/sdks/c-sharp.svg",
|
||||||
type: IntegrationType.SDK,
|
type: IntegrationType.SDK,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "C++",
|
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",
|
image: "../../../../../../../images/secrets-manager/sdks/c-plus-plus.png",
|
||||||
type: IntegrationType.SDK,
|
type: IntegrationType.SDK,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Go",
|
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",
|
image: "../../../../../../../images/secrets-manager/sdks/go.svg",
|
||||||
type: IntegrationType.SDK,
|
type: IntegrationType.SDK,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Java",
|
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",
|
image: "../../../../../../../images/secrets-manager/sdks/java.svg",
|
||||||
imageDarkMode: "../../../../../../../images/secrets-manager/sdks/java-white.svg",
|
imageDarkMode: "../../../../../../../images/secrets-manager/sdks/java-white.svg",
|
||||||
type: IntegrationType.SDK,
|
type: IntegrationType.SDK,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "JS WebAssembly",
|
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",
|
image: "../../../../../../../images/secrets-manager/sdks/wasm.svg",
|
||||||
type: IntegrationType.SDK,
|
type: IntegrationType.SDK,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "php",
|
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",
|
image: "../../../../../../../images/secrets-manager/sdks/php.svg",
|
||||||
type: IntegrationType.SDK,
|
type: IntegrationType.SDK,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Python",
|
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",
|
image: "../../../../../../../images/secrets-manager/sdks/python.svg",
|
||||||
type: IntegrationType.SDK,
|
type: IntegrationType.SDK,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Ruby",
|
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",
|
image: "../../../../../../../images/secrets-manager/sdks/ruby.png",
|
||||||
type: IntegrationType.SDK,
|
type: IntegrationType.SDK,
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user