Skip to content

Commit 5c63caf

Browse files
committed
Updated fdp ref path
1 parent 0552bf7 commit 5c63caf

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The Core library (fj-doc-base) is all you need to start, even though typically y
77
* fj-doc-freemarker
88
* One or more type handlers modules
99

10-
Useful resources : [github pages documentation](https://venusdocs.fugerit.org/) | [project home page](https://www.fugerit.org/perm/venus) | docgen [home](https://www.fugerit.org/data/java/doc/venus/index.html) | [release notes](https://www.fugerit.org/data/java/doc/venus/release-notes.html) | [Doc XSD Configuration Reference](https://venusdocs.fugerit.org/fj-doc-base/src/main/docs/doc_xsd_config_ref.html) | [freemarker-doc-process-config XSD Configuration Reference](https://venusdocs.fugerit.org/fj-doc-base/src/main/docs/fdp_xsd_config_ref.html)
10+
Useful resources : [github pages documentation](https://venusdocs.fugerit.org/) | [project home page](https://www.fugerit.org/perm/venus) | docgen [home](https://www.fugerit.org/data/java/doc/venus/index.html) | [release notes](https://www.fugerit.org/data/java/doc/venus/release-notes.html) | [Doc XSD Configuration Reference](https://venusdocs.fugerit.org/fj-doc-base/src/main/docs/doc_xsd_config_ref.html) | [freemarker-doc-process-config XSD Configuration Reference](https://venusdocs.fugerit.org/fj-doc-freemarker/src/main/docs/fdp_xsd_config_ref.html)
1111

1212
A quick start is available in module [fj-doc-sample](fj-doc-sample/README.md)
1313

File renamed without changes.

fj-doc-lib-autodoc/src/test/java/test/org/fugerit/java/doc/lib/autodoc/facade/TestFreemarkerAutodocDocConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public class TestFreemarkerAutodocDocConfig {
1616

1717
private static final Logger logger = LoggerFactory.getLogger( TestFreemarkerAutodocDocConfig.class );
1818

19-
private static final String TARGET = "../fj-doc-base/src/main/docs/fdp_xsd_config_ref.html";
19+
private static final String TARGET = "../fj-doc-freemarker/src/main/docs/fdp_xsd_config_ref.html";
2020

2121
//private static final String TARGET = "target/doc_xsd_config_ref.html";
2222

0 commit comments

Comments
 (0)