Skip to content

Commit 0f823fc

Browse files
committed
Remove invalid hugegraph-style.xml reference
1 parent 868520e commit 0f823fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/cn/docs/contribution-guidelines/contribute.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ vim hugegraph-core/src/main/java/org/apache/hugegraph/HugeFactory.java
7474
# run test locally (optional)
7575
mvn test -Pcore-test,memory
7676
```
77-
Note: In order to be consistent with the code style easily, if you use [IDEA](https://www.jetbrains.com/idea/) as your IDE, you can directly [import](https://www.jetbrains.com/help/idea/configuring-code-style.html) our code style [configuration file](./hugegraph-style.xml).
77+
Note: In order to be consistent with the code style easily, if you use IDEA as your IDE, you can import our code style configuration file.
7878

7979
##### 3.2.1 添加第三方依赖
8080

content/en/docs/contribution-guidelines/contribute.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ vim hugegraph-core/src/main/java/org/apache/hugegraph/HugeFactory.java
7272
# run test locally (optional)
7373
mvn test -Pcore-test,memory
7474
```
75-
Note: In order to be consistent with the code style easily, if you use [IDEA](https://www.jetbrains.com/idea/) as your IDE, you can directly [import](https://www.jetbrains.com/help/idea/configuring-code-style.html) our code style [configuration file](./hugegraph-style.xml).
75+
Note: In order to be consistent with the code style easily, if you use IDEA as your IDE, you can import our code style configuration file.
7676

7777
##### 3.2.1 Check licenses
7878
If we want to add new third-party dependencies to the `HugeGraph` project, we need to do the following things:

0 commit comments

Comments
 (0)