This is an automated email from the ASF dual-hosted git repository.
ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/causeway.git
The following commit(s) were added to refs/heads/master by this push:
new 3a69ffac68 CAUSEWAY-2297: further README fixes
3a69ffac68 is described below
commit 3a69ffac682c24ff9f1c3d356a542a47b26639a6
Author: Andi Huber <[email protected]>
AuthorDate: Sat Mar 16 10:26:33 2024 +0100
CAUSEWAY-2297: further README fixes
---
valuetypes/asciidoc/builder/README.adoc | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/valuetypes/asciidoc/builder/README.adoc
b/valuetypes/asciidoc/builder/README.adoc
index 7007eb4a48..bd17537ebb 100644
--- a/valuetypes/asciidoc/builder/README.adoc
+++ b/valuetypes/asciidoc/builder/README.adoc
@@ -34,8 +34,8 @@ Lets generate a _Document_ model programmatically, then print
it to _System.out_
[source,java]
----
-import org.apache.causeway.tooling.model4adoc.AsciiDocWriter;
-import static org.apache.causeway.tooling.model4adoc.AsciiDocFactory.*;
+import org.apache.causeway.valuetypes.asciidoc.builder.AsciiDocWriter;
+import static
org.apache.causeway.valuetypes.asciidoc.builder.AsciiDocFactory.*;
...
@@ -113,8 +113,7 @@ A simple block corresponds to a normal paragraph.
== Install
-Use Maven and our snapshot repository for a preview:
-https://github.com/apache-causeway-committers/causeway-nightly#maven[]
+Using Maven:
[source,xml]
----