Skip to content

Commit 28c5f72

Browse files
monikakusterivicac
authored andcommitted
538 - Update contributing guide with correct documentation URLs for components
1 parent de30a38 commit 28c5f72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Pull requests are the best way to propose changes to the codebase (we use [Git-F
112112
### Server Side
113113

114114
1. [Run locally](#run-from-command-line). Code is located in `BYTECHEF_HOME/server`. Components are located at `BYTECHEF_HOME/server/libs/modules/components`.
115-
2. Add your changes. If you are adding a component, you can do that [Manually](https://docs.bytechef.io/developing_guide/components/connectors_manual/) or with a [Connector Genarator](https://docs.bytechef.io/developing_guide/components/component_generator/)
115+
2. Add your changes. If you are adding a component, you can do that [Manually](https://docs.bytechef.io/developer_guide/build_component/overview/) or with a [Connector Genarator](https://docs.bytechef.io/developer_guide/generate_component/overview/)
116116
3. Please add tests for your changes. Server-side changes require JUnit/Integration tests.
117117
4. If you are working on a component, you need to (re)generate the .json file. The .json file is located in `./src/test/resources/definition/.json`. If such file exists, you have to delete it. Open a file located in `./src/test/java/com/bytechef/component/...` that ends with the postfix `ComponentHandlerTest`. By running all tests if that file, the new .json file will be automatically generated. Running it when a .json file already exists will check if the autogenerated file matches the current one.
118118
5. When you finish adding your changes, run [spotlessApply](#running-spotless-apply) and [check](#running-gradle-check) inside the `server` directory or in the root directory of your component (if you worked on a component):

0 commit comments

Comments
 (0)