You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> If you want to ask a question, we assume that you have read the available [Documentation](https://docs.connery.io).
35
+
> If you want to ask a question, we assume that you have read the available [Documentation](https://sdk.connery.io).
36
36
37
37
Before you ask a question, it is best to search for existing [Discussions](https://github.com/connery-io/connery/discussions) that might help you. In case you have found a suitable discussion and still need clarification, you can write your question in this discussion. It is also advisable to search the internet for answers first.
38
38
@@ -57,7 +57,7 @@ We will then take care of the discussion as soon as possible.
57
57
A good bug report shouldn't leave others needing to chase you up for more information. Therefore, we ask you to investigate carefully, collect information and describe the issue in detail in your report. Please complete the following steps in advance to help us fix any potential bug as fast as possible.
58
58
59
59
- Make sure that you are using the latest version.
60
-
- Determine if your bug is really a bug and not an error on your side e.g. using incompatible environment components/versions (Make sure that you have read the [documentation](https://docs.connery.io). If you are looking for support, you might want to check [this section](#i-have-a-question)).
60
+
- Determine if your bug is really a bug and not an error on your side e.g. using incompatible environment components/versions (Make sure that you have read the [documentation](https://sdk.connery.io). If you are looking for support, you might want to check [this section](#i-have-a-question)).
61
61
- To see if other users have experienced (and potentially already solved) the same issue you are having, check if there is not already a bug report existing for your bug or error in the [bug tracker](https://github.com/connery-io/connery/issues?q=label%3Abug).
62
62
- Also make sure to search the internet (including Stack Overflow) to see if users outside of the GitHub community have discussed the issue.
63
63
- Collect information about the bug:
@@ -91,7 +91,7 @@ This section guides you through submitting an enhancement suggestion for Connery
91
91
#### Before submitting an enhancement
92
92
93
93
- Make sure that you are using the latest version.
94
-
- Read the [documentation](https://docs.connery.io) carefully and find out if the functionality is already covered, maybe by an individual configuration.
94
+
- Read the [documentation](https://sdk.connery.io) carefully and find out if the functionality is already covered, maybe by an individual configuration.
95
95
- Perform a [search](https://github.com/connery-io/connery/issues) to see if the enhancement has already been suggested. If it has, add a comment to the existing issue instead of opening a new one.
96
96
- Find out whether your idea fits with the scope and aims of the project. It's up to you to make a strong case to convince the project's developers of the merits of this feature. Keep in mind that we want features that will be useful to the majority of our users and not just a small subset. If you're just targeting a minority of users, consider writing an add-on/plugin library.
97
97
@@ -119,11 +119,11 @@ Enhancement suggestions are tracked as [GitHub issues](https://github.com/conner
119
119
120
120
### Adding plugin to the list of plugins
121
121
122
-
If you have a plugin you would like to add to the [list of plugins](https://docs.connery.io/docs/plugins/), please open a pull request to update the [./apps/docs/docs/plugins/index.mdx](https://github.com/connery-io/connery/blob/main/apps/docs/docs/plugins/index.mdx) file in this repository.
122
+
If you have a plugin you would like to add to the [list of plugins](https://sdk.connery.io/docs/plugins/), please open a pull request to update the [./apps/docs/docs/plugins/index.mdx](https://github.com/connery-io/connery/blob/main/apps/docs/docs/plugins/index.mdx) file in this repository.
123
123
124
124
### Adding client to the list of clients
125
125
126
-
If you have a client you would like to add to the [list of clients](https://docs.connery.io/docs/clients/), please open a pull request to add a new page to the [./apps/docs/docs/clients/](https://github.com/connery-io/connery/blob/main/apps/docs/docs/clients/) folder in this repository.
126
+
If you have a client you would like to add to the [list of clients](https://sdk.connery.io/docs/clients/), please open a pull request to add a new page to the [./apps/docs/docs/clients/](https://github.com/connery-io/connery/blob/main/apps/docs/docs/clients/) folder in this repository.
0 commit comments