Skip to content

Commit be7a0c3

Browse files
committed
Fixed links to reference docs
1 parent bb9cffa commit be7a0c3

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,9 @@
272272
</fileset>
273273
</copy>
274274
<move file="target/site/reference/pdf/index.pdf" tofile="target/site/reference/pdf/spring-ws-reference.pdf" failonerror="false" />
275+
<move todir="target/site/reference/html" failonerror="false">
276+
<fileset dir="target/site/reference/html/index"/>
277+
</move>
275278
</postProcess>
276279
</configuration>
277280
</plugin>

src/docbkx/index.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
<book xmlns:xi="http://www.w3.org/2001/XInclude">
44

55
<bookinfo>
6-
<title>Spring Web Services - Reference Documentation</title>
6+
<title>Spring Web Services</title>
7+
<subtitle>Reference Documentation</subtitle>
78
<releaseinfo><?eval ${project.version}?></releaseinfo>
89

910
<authorgroup>

src/site/apt/reference.apt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ Reference Manual
66

77
The reference manual is available as HTML, and as PDF.
88

9-
* View the {{{reference/html/index.html}HTML version}}
9+
* View the {{{reference/html/index/index.html}HTML version}}
1010

1111
* Download the {{{reference/pdf/spring-ws-reference.pdf}PDF version}}

0 commit comments

Comments
 (0)