Skip to content

Commit 952a375

Browse files
author
reidspencer
committed
Relative Directories in .conf file
Fix the .conf files to make the inputFile relative to the directory of the .conf file.
1 parent e40a0e4 commit 952a375

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/riddl/ReactiveBBQ/ReactiveBBQ.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ common = {
1010
show-style-warnings = false
1111
}
1212
hugo {
13-
input-file = "src/riddl/ReactiveBBQ/ReactiveBBQ.riddl"
13+
input-file = "ReactiveBBQ.riddl"
1414
output-dir = "target/hugo/ReactiveBBQ"
1515
project-name = "Reactive BBQ"
1616
site-title = "Reactive BBQ Generated Specification"
1717
site-description = "This site provides a specification for the Reactive BBQ application as generated by riddlc"
1818
site-logo-path = "images/RBBQ.png"
1919
erase-output = true
2020
base-url = "https://bbq.riddl.tech"
21-
source-url = "https://github.com/reactific/riddl"
21+
source-url = "https://github.com/reactific/riddl-examples"
2222
edit-path = "/-/blob/main/src/riddl/ReactiveBBQ"
2323
}
2424

src/riddl/ReactiveBBQ/validate.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ common = {
1010
show-style-warnings = false
1111
}
1212
validate = {
13-
input-file = "examples/src/riddl/ReactiveBBQ/ReactiveBBQ.riddl"
13+
input-file = "ReactiveBBQ.riddl"
1414
}

0 commit comments

Comments
 (0)