From 7978ee33e2c874d7678a3eedd042f3b58a8acf9a Mon Sep 17 00:00:00 2001 From: Guillaume Grossetie Date: Fri, 9 Sep 2022 14:46:04 +0200 Subject: [PATCH] Fix xref to LICENSE file --- docs/modules/ROOT/{pages => examples}/LICENSE.txt | 0 docs/modules/ROOT/pages/README.adoc | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename docs/modules/ROOT/{pages => examples}/LICENSE.txt (100%) diff --git a/docs/modules/ROOT/pages/LICENSE.txt b/docs/modules/ROOT/examples/LICENSE.txt similarity index 100% rename from docs/modules/ROOT/pages/LICENSE.txt rename to docs/modules/ROOT/examples/LICENSE.txt diff --git a/docs/modules/ROOT/pages/README.adoc b/docs/modules/ROOT/pages/README.adoc index a36338b..f401718 100644 --- a/docs/modules/ROOT/pages/README.adoc +++ b/docs/modules/ROOT/pages/README.adoc @@ -17,7 +17,7 @@ Neo4j ETL allows importing data from relational databases into Neo4j. == License -This tool is licensed under the xref:LICENSE.txt[NEO4J PRE-RELEASE LICENSE AGREEMENT]. +This tool is licensed under the xref:example$LICENSE.txt[NEO4J PRE-RELEASE LICENSE AGREEMENT]. == Issues & Feedback & Contributions