Skip to content

Commit

Permalink
migration from ecocode to creedengo : correction bis
Browse files Browse the repository at this point in the history
  • Loading branch information
dedece35 committed Dec 10, 2024
1 parent 1a7ac12 commit 473efc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ This project contains the specifications of all creedengo rules, for all languag

#### Structure

Rules are organized by folder based on their ID in the [root rules folder](../src/main/rules).
Rules are organized by folder based on their ID in the [root rules folder](src/main/rules).
Each of these folders contains a file with the metadata of the rule, and description by language.

The metadata file uses the format supported by
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
<goal>process-asciidoc</goal>
</goals>
<configuration>
<sourceDirectory>../src/main/rules</sourceDirectory>
<sourceDirectory>${project.basedir}/src/main/rules</sourceDirectory>
<outputDirectory>${project.build.directory}/rules-html</outputDirectory>
<attributes>
<source-highlighter>coderay</source-highlighter>
Expand Down

0 comments on commit 473efc4

Please sign in to comment.