Skip to content

Commit aed3f8d

Browse files
committed
docs(site): Adjust banner and breadcrumbs URLs
Set them to the site gen pages.
1 parent 529ba55 commit aed3f8d

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

src/site/site.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
<site xmlns="http://maven.apache.org/SITE/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 https://maven.apache.org/xsd/site-2.0.0.xsd">
44

5-
<bannerLeft name="" href="https://github.com/dbunit">
5+
<bannerLeft name="" href="https://dbunit.github.io/dbunit">
66
<image src="/images/dbunit-logo.jpg"/>
77
</bannerLeft>
88

9-
<bannerRight name="" href="https://github.com">
9+
<bannerRight name="" href="https://github.com/dbunit">
1010
<image src="https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png" width="48px" height="48px"/>
1111
</bannerRight>
1212

@@ -40,7 +40,7 @@
4040
</links>
4141

4242
<breadcrumbs>
43-
<item name="DBUnit" href="https://github.com/dbunit"/>
43+
<item name="Docs Home" href="index.html"/>
4444
</breadcrumbs>
4545

4646
<menu name="Quick Links">
@@ -114,7 +114,6 @@
114114
</menu>
115115

116116
<menu ref="reports"/>
117-
118117
</body>
119118

120119
</site>

0 commit comments

Comments
 (0)