Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dianaolives committed May 16, 2024
1 parent 48bcb0c commit e8b7542
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion content/microservice-sdk/microservice-sdk-introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ weight: 10

Microservices are server-side applications which may be used to extend the {{< product-c8y-iot >}} platform with customer-specific functionality.

If you want to jump right in, check out our Hello world tutorial for [Java](/microservice-sdk/java#java-microservice).
If you want to jump right in, check out our Hello world tutorial for [Java](/microservice-sdk/java/#java-microservice).

Would you rather code in Python or JavaScript?
We do not have an SDK for these, but you can check out our examples for developing microservices in [Python](/microservice-sdk/http/#python-microservice) and [Node.js](/microservice-sdk/http/#node-js-microservice).
Expand Down
4 changes: 2 additions & 2 deletions linkinator.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"retryErrors": true,
"retryErrorsCount": 3,
"retryErrorsJitter": 5,
"urlRewriteSearch": "/#/",
"urlRewriteReplace": "/",
"urlRewriteSearch": "/pattern/",
"urlRewriteReplace": "replacement",
}

0 comments on commit e8b7542

Please sign in to comment.