diff --git a/clients/algoliasearch-client-csharp/README.md b/clients/algoliasearch-client-csharp/README.md index ee4a226764..7b3b763af0 100644 --- a/clients/algoliasearch-client-csharp/README.md +++ b/clients/algoliasearch-client-csharp/README.md @@ -90,7 +90,7 @@ var response = await client.SearchAsync
- Documentation • + Documentation • Community Forum • Stack Overflow • Report a bug • @@ -80,7 +80,7 @@ if err != nil { print(response) ``` -For full documentation, visit the **[Algolia Go API Client](https://www.algolia.com/doc/api-client/getting-started/install/go/)**. +For full documentation, visit the **[Algolia Go API Client](https://www.algolia.com/doc/libraries/go/)**. ## ❓ Troubleshooting diff --git a/clients/algoliasearch-client-java/README.md b/clients/algoliasearch-client-java/README.md index d95c5259bd..966ccd5757 100644 --- a/clients/algoliasearch-client-java/README.md +++ b/clients/algoliasearch-client-java/README.md @@ -12,7 +12,7 @@
- Documentation • + Documentation • Community Forum • Stack Overflow • Report a bug • @@ -69,7 +69,7 @@ client.search( ); ``` -For full documentation, visit the **[Algolia Java API Client](https://www.algolia.com/doc/api-client/getting-started/install/java/)**. +For full documentation, visit the **[Algolia Java API Client](https://www.algolia.com/doc/libraries/java/)**. ## ❓ Troubleshooting diff --git a/clients/algoliasearch-client-javascript/README.md b/clients/algoliasearch-client-javascript/README.md index da36ae90de..9bee2160f2 100644 --- a/clients/algoliasearch-client-javascript/README.md +++ b/clients/algoliasearch-client-javascript/README.md @@ -14,7 +14,7 @@
- Documentation • + Documentation • InstantSearch • Community Forum • Stack Overflow • @@ -63,7 +63,7 @@ import { liteClient } from 'algoliasearch/lite'; const client = liteClient('YOUR_APP_ID', 'YOUR_API_KEY'); ``` -For full documentation, visit the **[Algolia JavaScript API Client](https://www.algolia.com/doc/api-client/getting-started/install/javascript/)**. +For full documentation, visit the **[Algolia JavaScript API Client](https://www.algolia.com/doc/libraries/javascript/)**. ## ❓ Troubleshooting @@ -71,4 +71,4 @@ Encountering an issue? Before reaching out to support, we recommend heading to o ## 📄 License -The Algolia JavaScript API Client is an open-sourced software licensed under the [MIT license](LICENSE). \ No newline at end of file +The Algolia JavaScript API Client is an open-sourced software licensed under the [MIT license](LICENSE). diff --git a/clients/algoliasearch-client-kotlin/README.md b/clients/algoliasearch-client-kotlin/README.md index 1737b500b5..81c6297b3a 100644 --- a/clients/algoliasearch-client-kotlin/README.md +++ b/clients/algoliasearch-client-kotlin/README.md @@ -12,7 +12,7 @@
- Documentation • + Documentation • Community Forum • Stack Overflow • Report a bug • @@ -47,15 +47,8 @@ Install the Kotlin client by adding the following dependency to your `gradle.bui ``` Also, choose and add to your dependencies one of [Ktor http client engines](https://ktor.io/docs/http-client-engines.html). Alternatively, you can use [algoliasearch-client-kotlin-bom](/client-bom). -For full documentation, visit the **[Algolia Kotlin API Client](https://www.algolia.com/doc/api-client/getting-started/install/kotlin/)**. -### Guides - -- [Getting started](https://github.com/algolia/algoliasearch-client-kotlin/tree/master/docs/GettingStarted.md) -- [DSL](https://github.com/algolia/algoliasearch-client-kotlin/tree/master/docs/DSL.md) -- [Serialization](https://github.com/algolia/algoliasearch-client-kotlin/tree/master/docs/Serialization.md) -- [ExceptionHandling](https://github.com/algolia/algoliasearch-client-kotlin/tree/master/docs/ExceptionHandling.md) -- [Configure the HTTP client](https://github.com/algolia/algoliasearch-client-kotlin/tree/master/docs/HTTPClient.md) +For full documentation, visit the **[Algolia Kotlin API Client](https://www.algolia.com/doc/libraries/kotlin/)**. ## ❓ Troubleshooting diff --git a/clients/algoliasearch-client-php/README.md b/clients/algoliasearch-client-php/README.md index 63c6ffbeda..fcf73f5ca6 100644 --- a/clients/algoliasearch-client-php/README.md +++ b/clients/algoliasearch-client-php/README.md @@ -14,7 +14,7 @@
- Documentation • + Documentation • Laravel • Symfony • Community Forum • @@ -73,7 +73,7 @@ $response = $client->search( var_dump($response); ``` -For full documentation, visit the **[Algolia PHP API Client](https://www.algolia.com/doc/api-client/getting-started/install/php/)**. +For full documentation, visit the **[Algolia PHP API Client](https://www.algolia.com/doc/libraries/php/)**. ## ❓ Troubleshooting diff --git a/clients/algoliasearch-client-python/README.md b/clients/algoliasearch-client-python/README.md index 484d57fd06..25d9eb5eeb 100644 --- a/clients/algoliasearch-client-python/README.md +++ b/clients/algoliasearch-client-python/README.md @@ -13,7 +13,7 @@
- Documentation • + Documentation • Django • Community Forum • Stack Overflow • @@ -80,7 +80,7 @@ print(response) print(response.to_json()) ``` -For full documentation, visit the **[Algolia Python API Client](https://www.algolia.com/doc/api-client/getting-started/install/python/)**. +For full documentation, visit the **[Algolia Python API Client](https://www.algolia.com/doc/libraries/python/)**. ## ❓ Troubleshooting diff --git a/clients/algoliasearch-client-ruby/README.md b/clients/algoliasearch-client-ruby/README.md index abebdbb367..9b4c8589f4 100644 --- a/clients/algoliasearch-client-ruby/README.md +++ b/clients/algoliasearch-client-ruby/README.md @@ -13,7 +13,7 @@
- Documentation • + Documentation • Rails • Community Forum • Stack Overflow • @@ -47,7 +47,7 @@ Finally, you may begin searching a object using the `search` method: objects = client.search_single_index('your_index_name', 'Foo') ``` -For full documentation, visit the **[Algolia Ruby API Client](https://www.algolia.com/doc/api-client/getting-started/install/ruby/)**. +For full documentation, visit the **[Algolia Ruby API Client](https://www.algolia.com/doc/libraries/ruby/)**. ## ❓ Troubleshooting diff --git a/clients/algoliasearch-client-scala/README.md b/clients/algoliasearch-client-scala/README.md index 722b223d3b..18500dad79 100644 --- a/clients/algoliasearch-client-scala/README.md +++ b/clients/algoliasearch-client-scala/README.md @@ -12,7 +12,7 @@
- Documentation • + Documentation • Community Forum • Stack Overflow • Report a bug • @@ -116,7 +116,7 @@ val response = client.search( val value = Await.result(response, Duration(100, "sec")) ``` -For full documentation, visit the **[Algolia Scala API Client](https://www.algolia.com/doc/api-client/getting-started/install/scala/)**. +For full documentation, visit the **[Algolia Scala API Client](https://www.algolia.com/doc/libraries/scala/)**. ## ❓ Troubleshooting diff --git a/clients/algoliasearch-client-swift/README.md b/clients/algoliasearch-client-swift/README.md index e20f3c43c8..3109481507 100644 --- a/clients/algoliasearch-client-swift/README.md +++ b/clients/algoliasearch-client-swift/README.md @@ -29,7 +29,7 @@
- Documentation •
+ Documentation •
Community Forum •
Stack Overflow •
Report a bug •
@@ -133,7 +133,7 @@ let response: SearchResponses
- Documentation • + Documentation • InstantSearch • Community Forum • Stack Overflow • @@ -70,7 +70,7 @@ const client = {{apiName}}('YOUR_APP_ID', 'YOUR_API_KEY'); {{/isAlgoliasearchClient}} ``` -For full documentation, visit the **[Algolia JavaScript API Client](https://www.algolia.com/doc/api-client/getting-started/install/javascript/)**. +For full documentation, visit the **[Algolia JavaScript API Client](https://www.algolia.com/doc/libraries/javascript/)**. ## ❓ Troubleshooting diff --git a/templates/kotlin/README.mustache b/templates/kotlin/README.mustache index 409953c37f..00329f17d5 100644 --- a/templates/kotlin/README.mustache +++ b/templates/kotlin/README.mustache @@ -3,7 +3,7 @@ -
- Documentation • + Documentation • Community Forum • Stack Overflow • Report a bug • @@ -114,15 +114,7 @@ var response = client.search( println(response) ``` -For full documentation, visit the **[Algolia Kotlin API Client](https://www.algolia.com/doc/api-client/getting-started/install/kotlin/)**. - -### Guides - -- [Getting started](https://github.com/algolia/algoliasearch-client-kotlin/tree/master/docs/GettingStarted.md) -- [DSL](https://github.com/algolia/algoliasearch-client-kotlin/tree/master/docs/DSL.md) -- [Serialization](https://github.com/algolia/algoliasearch-client-kotlin/tree/master/docs/Serialization.md) -- [ExceptionHandling](https://github.com/algolia/algoliasearch-client-kotlin/tree/master/docs/ExceptionHandling.md) -- [Configure the HTTP client](https://github.com/algolia/algoliasearch-client-kotlin/tree/master/docs/HTTPClient.md) +For full documentation, visit the **[Algolia Kotlin API Client](https://www.algolia.com/doc/libraries/kotlin/)**. ## ❓ Troubleshooting