Skip to content

Commit af75c55

Browse files
authored
chore: update support link (#2986)
1 parent 9443206 commit af75c55

File tree

9 files changed

+11
-21
lines changed

9 files changed

+11
-21
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
Welcome to the contributing guide for the api-clients-automation repository!
44

5-
You can find a lot more information about how to contribute [on our documentation](https://api-clients-automation.netlify.app/docs/contributing/introduction/)
5+
Please read [our contributing guides](https://api-clients-automation.netlify.app/docs/contributing/introduction/) for advanced usage.
66

7-
If this guide does not contain what you are looking for and thus prevents you from contributing, don't hesitate to [open an issue](https://github.com/algolia/api-clients-automation/issues/new/choose).
7+
If you can't find what you are looking for, please [open an issue](https://github.com/algolia/api-clients-automation/issues/new/choose).
88

99
## Reporting an issue
1010

@@ -19,17 +19,9 @@ Another element that will help us go faster at solving the issue is to provide a
1919
For any code contribution, you need to:
2020

2121
- Fork and clone the project
22-
- Create a new branch for what you want to solve (fix/_issue-number_, feat/_name-of-the-feature_)
2322
- Make your changes
2423
- Open a pull request
2524

26-
Then:
27-
28-
- A team member will review the pull request
29-
- Automatic checks will run
30-
31-
When every check is green and a team member approves, your contribution is merged! 🚀
32-
3325
## Commit conventions
3426

3527
This project follows the [conventional changelog](https://conventionalcommits.org/) approach. This means that all commit messages should be formatted using the following scheme:
@@ -59,6 +51,6 @@ Some examples of valid commit messages (used as first lines):
5951

6052
To run this project, you will need:
6153

62-
- Node.js ≥ 18[nvm](https://github.com/creationix/nvm#install-script) is recommended
54+
- Node.js ≥ 20[nvm](https://github.com/creationix/nvm#install-script) is recommended
6355
- [Yarn](https://yarnpkg.com)
6456
- [Docker](https://docs.docker.com/desktop/install/mac-install/)

clients/algoliasearch-client-javascript/packages/client-common/src/transporter/errors.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export class ErrorWithStackTrace extends AlgoliaError {
2525
export class RetryError extends ErrorWithStackTrace {
2626
constructor(stackTrace: StackFrame[]) {
2727
super(
28-
'Unreachable hosts - your application id may be incorrect. If the error persists, please create a ticket at https://support.algolia.com/ sharing steps we can use to reproduce the issue.',
28+
'Unreachable hosts - your application id may be incorrect. If the error persists, please reach out to the Algolia Support team: https://alg.li/support.',
2929
stackTrace,
3030
'RetryError'
3131
);

clients/algoliasearch-client-python/setup.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ project_urls =
1010
description = ⚡️ A fully-featured and blazing-fast Python API client to interact with Algolia.
1111
long_description = file: README.md
1212
long_description_content_type = textmarkdown
13-
maintainer = support team <[email protected]>
14-
maintainer_email = [email protected]
13+
maintainer = support team <https://alg.li/support>
1514
license = MIT
1615
license_files = LICENSE
1716
keywords = algolia, py, search, backend, hosted, cloud, full-text search, faceted search

clients/algoliasearch-client-ruby/algolia.gemspec

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ Gem::Specification.new do |s|
88
s.name = 'algolia'
99
s.version = Algolia::VERSION
1010
s.platform = Gem::Platform::RUBY
11-
s.authors = ['Algolia']
12-
s.email = ['[email protected]']
11+
s.authors = ['https://alg.li/support']
1312
s.homepage = 'https://github.com/algolia/algoliasearch-client-ruby'
1413
s.summary = 'A simple Ruby client for the algolia.com REST API'
1514
s.description = 'A simple Ruby client for the algolia.com REST API'

clients/algoliasearch-client-swift/Sources/Core/Helpers/Extensions.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ public extension URLRequest {
258258
case invalidQueryItems
259259

260260
public var errorDescription: String? {
261-
let contactUs = "Please contact [email protected] if this problem occurs."
261+
let contactUs = "Please contact https://alg.li/support if this problem occurs."
262262
switch self {
263263
case let .badHost(host):
264264
return "Bad host: \(host). Will retry with next host. " + contactUs

playground/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "app"
33
version = "0.0.1"
44
description = "playground for the algoliasearch-client-python repository"
5-
authors = ["Algolia Team <[email protected]>"]
5+
authors = ["Algolia Team <https://alg.li/support>"]
66
license = "MIT"
77
readme = "README.md"
88
homepage = "https://www.algolia.com"

snippets/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "snippets"
33
version = "0.0.1"
44
description = "snippets for the python api client"
5-
authors = ["Algolia Team <[email protected]>"]
5+
authors = ["Algolia Team <https://alg.li/support>"]
66
license = "MIT"
77
homepage = "https://www.algolia.com"
88
repository = "https://github.com/algolia/api-clients-automation"

templates/python/pyproject.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "algoliasearch"
33
version = "{{{packageVersion}}}"
44
description = "A fully-featured and blazing-fast Python API client to interact with Algolia."
5-
authors = ["Algolia Team <support@algolia.com>"]
5+
authors = ["Algolia Team <https://alg.li/support>"]
66
license = "MIT"
77
readme = "README.md"
88
homepage = "https://www.algolia.com"

tests/output/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "tests"
33
version = "0.0.1"
44
description = "common test suite for the Python API client"
5-
authors = ["Algolia Team <[email protected]>"]
5+
authors = ["Algolia Team <https://alg.li/support>"]
66
license = "MIT"
77
homepage = "https://www.algolia.com"
88
repository = "https://github.com/algolia/api-clients-automation"

0 commit comments

Comments
 (0)