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( ); ``` -For full documentation, visit the **[Algolia CSharp API Client](https://www.algolia.com/doc/api-client/getting-started/install/csharp/)**. +For full documentation, visit the **[Algolia CSharp API Client](https://www.algolia.com/doc/libraries/csharp/)**. ## ❓ Troubleshooting diff --git a/clients/algoliasearch-client-go/README.md b/clients/algoliasearch-client-go/README.md index b276496ddd..5f6078aad7 100644 --- a/clients/algoliasearch-client-go/README.md +++ b/clients/algoliasearch-client-go/README.md @@ -9,13 +9,13 @@ Github Releases GoDoc Go Report Card - License + License Supported version

- Documentation • + DocumentationCommunity ForumStack OverflowReport 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 • + DocumentationCommunity ForumStack OverflowReport 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 • + DocumentationInstantSearchCommunity ForumStack 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 • + DocumentationCommunity ForumStack OverflowReport 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 • + DocumentationLaravelSymfonyCommunity 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 • + DocumentationDjangoCommunity ForumStack 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 • + DocumentationRailsCommunity ForumStack 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 • + DocumentationCommunity ForumStack OverflowReport 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 • + DocumentationCommunity ForumStack OverflowReport a bug • @@ -133,7 +133,7 @@ let response: SearchResponses = try await client ))])) ``` -For full documentation, visit the **[Algolia Swift API Client](https://www.algolia.com/doc/api-client/getting-started/install/swift/)**. +For full documentation, visit the **[Algolia Swift API Client](https://www.algolia.com/doc/libraries/swift/)**. ## Notes diff --git a/templates/csharp/netcore_project.mustache b/templates/csharp/netcore_project.mustache index aa4363a434..7080bc962b 100644 --- a/templates/csharp/netcore_project.mustache +++ b/templates/csharp/netcore_project.mustache @@ -9,13 +9,13 @@ Algolia.Search Algolia Algolia;Search;SearchEngine;Service;Instant;Typo-Tolerance;Realtime;Analytics - https://github.com/algolia/algoliasearch-client-csharp/blob/master/CHANGELOG.md + https://github.com/algolia/algoliasearch-client-csharp/blob/main/CHANGELOG.md https://s.gravatar.com/avatar/ef38ca989ef6a4a6373435c257373b84?s=80 Algolia is a powerful search-as-a-service solution, made easy to use with API clients, UI libraries, and pre-built integrations. Algolia API Client for the .NET framework lets you easily use the Algolia Search REST API from your .NET code. icon.png - https://www.algolia.com/doc/api-client/getting-started/install/csharp/ + https://www.algolia.com/doc/libraries/csharp/ MIT https://github.com/algolia/algoliasearch-client-csharp git @@ -58,4 +58,4 @@ -{{> netcore_project.additions}} +{{> netcore_project.additions}} \ No newline at end of file diff --git a/templates/javascript/clients/README.mustache b/templates/javascript/clients/README.mustache index 0dd50b5cea..95f1094fd3 100644 --- a/templates/javascript/clients/README.mustache +++ b/templates/javascript/clients/README.mustache @@ -14,7 +14,7 @@

- Documentation • + DocumentationInstantSearchCommunity ForumStack 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 @@ Algolia for Kotlin -

The perfect starting point to integrate Algolia within your Kotlin project

+

The perfect starting point to integrate Algolia within your Kotlin project

Latest version @@ -12,7 +12,7 @@

- Documentation • + DocumentationCommunity ForumStack OverflowReport 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