Skip to content

Commit 576cbf9

Browse files
authored
Merge pull request json-api#1212 from adnovum/crnk_update
update link to crnk.io implementation
2 parents 900ff14 + dbabef0 commit 576cbf9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

implementations/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ assembled to vet them.
7676
### <a href="#client-libraries-java" id="client-libraries-java" class="headerlink"></a> Java
7777

7878
* [jsonapi-converter](https://github.com/jasminb/jsonapi-converter) is a Java JSON API v1.0 client. Besides providing means for serialisation/deserialisation, client comes with Retrofit plugin.
79-
* [crnk.io](https://www.crnk.io) is a JSON API framework for clients and servers. On the client-side it targets
79+
* [crnk.io](http://www.crnk.io) is a JSON API framework for clients and servers. On the client-side it targets
8080
both Java and Android development. As for the backend side a rich set of modules helps with the integration of various
8181
Java frameworks.
8282

@@ -218,7 +218,7 @@ includes related resources.
218218
* katharsis-spring - adapter for Katharsis core module for Spring and Spring Boot framoworks.
219219
* katharsis-servlet - generic servlet/filter adapter for Katharsis core module. This module can be used in traditional servlet or filter based Java web applications, or even non-Servlet-API-based web applications such as Portal/Portlet, Wicket, etc.
220220
* [Elide](http://elide.io) is a web framework supporting JSON API. Through annotation-based JSON API endpoint generation, Elide enables you to focus on your data model, security model, and business logic while avoiding unnecessary boilerplate. Moreover, through use of the JSON API Patch extension, [Elide](http://elide.io) provides full support for database transactions.
221-
* [crnk.io](https://www.crnk.io) is a JSON API framework for clients and servers. On the server-side it comes, among others,
221+
* [crnk.io](http://www.crnk.io) is a JSON API framework for clients and servers. On the server-side it comes, among others,
222222
with a rich set of integrations (Servlet, JAX-RS, Spring, JPA, Bean Validation, Zipkin and more), bulk updates with JSON Patch,
223223
a meta-model for automation purposes, client stub generation for TypeScript and a module API for third-party contributions.
224224

0 commit comments

Comments
 (0)