mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 15:37:33 +00:00
docs: corrected the links for the client-libraries from the instroduction page (#10295)
# Which Problems Are Solved - Broken or incorrect links on the "SDK Examples" introduction page. The links to the new client libraries section all reference the "java" section. This fixes it. # How the Problems Are Solved - Fixed the links to ensure they correctly point to the relevant sections in the documentation. # Additional Changes None. # Additional Context None.
This commit is contained in:

committed by
GitHub

parent
968b08e041
commit
9b0e5bf714
@@ -3,21 +3,21 @@
|
|||||||
"id": "client-php",
|
"id": "client-php",
|
||||||
"title": "PHP",
|
"title": "PHP",
|
||||||
"imgSrcDark": "/docs/img/tech/php.svg",
|
"imgSrcDark": "/docs/img/tech/php.svg",
|
||||||
"docsLink": "/docs/sdk-examples/java",
|
"docsLink": "/docs/sdk-examples/client-libraries/php",
|
||||||
"client": true
|
"client": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "client-java",
|
"id": "client-java",
|
||||||
"title": "Java",
|
"title": "Java",
|
||||||
"imgSrcDark": "/docs/img/tech/java.svg",
|
"imgSrcDark": "/docs/img/tech/java.svg",
|
||||||
"docsLink": "/docs/sdk-examples/java",
|
"docsLink": "/docs/sdk-examples/client-libraries/java",
|
||||||
"client": true
|
"client": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "client-go",
|
"id": "client-go",
|
||||||
"title": "Go",
|
"title": "Go",
|
||||||
"imgSrcDark": "/docs/img/tech/golang.svg",
|
"imgSrcDark": "/docs/img/tech/golang.svg",
|
||||||
"docsLink": "/docs/sdk-examples/java",
|
"docsLink": "/docs/sdk-examples/go",
|
||||||
"client": true,
|
"client": true,
|
||||||
"sdk": true
|
"sdk": true
|
||||||
},
|
},
|
||||||
@@ -25,14 +25,14 @@
|
|||||||
"id": "client-ruby",
|
"id": "client-ruby",
|
||||||
"title": "Ruby",
|
"title": "Ruby",
|
||||||
"imgSrcDark": "/docs/img/tech/ruby.svg",
|
"imgSrcDark": "/docs/img/tech/ruby.svg",
|
||||||
"docsLink": "/docs/sdk-examples/java",
|
"docsLink": "/docs/sdk-examples/client-libraries/ruby",
|
||||||
"client": true
|
"client": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "client-python",
|
"id": "client-python",
|
||||||
"title": "Python",
|
"title": "Python",
|
||||||
"imgSrcDark": "/docs/img/tech/python.svg",
|
"imgSrcDark": "/docs/img/tech/python.svg",
|
||||||
"docsLink": "/docs/sdk-examples/java",
|
"docsLink": "/docs/sdk-examples/client-libraries/python",
|
||||||
"client": true
|
"client": true
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user