Skip to content

Commit 75817c6

Browse files
committed
Fix two broken site links and the wrong mailing list
The 'Books > Writing Components' menu entry pointed at /writing-components-trail/index.html, which does not exist. Because it lives in site.xml it was broken on every page of the site. Its only child duplicated the working 'Writing Plexus Components' entry directly below it, so the Books group is removed rather than repointed. index.apt linked to ./faq.html, which also does not exist. There is no FAQ to point at, so the sentence goes. Community > Mailing Lists pointed at groups.google.com/g/mojohaus-dev, which belongs to MojoHaus. Plexus has no mailing list; issues are handled per repository on GitHub, so the entry now says so. Verified by building the site and walking every internal link: both targets are gone and nothing new broke. Part of codehaus-plexus/.github#58
1 parent 346e765 commit 75817c6

2 files changed

Lines changed: 1 addition & 7 deletions

File tree

src/site/apt/index.apt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,4 @@ Plexus Container and Companion Tools History
7474
The Plexus project provides a number of pre-built components for common tasks and toolkits
7575
such as Velocity, i18n, and {{{./ref/available-components.html} many more}}.
7676

77-
For answers to common questions about Plexus, see the {{{./faq.html} FAQ}}.
78-
7977

src/site/site.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,6 @@ under the License.
4747
</menu>
4848

4949
<menu name="Old IoC Documentation">
50-
<item name="Books">
51-
<item name="Writing Components" href="/writing-components-trail/index.html" />
52-
</item>
53-
5450
<item name="Guides">
5551
<!-- 5 minute tutorial -->
5652
<item name="Quick Start" href="/guides/quick-start/getting-started.html" />
@@ -74,7 +70,7 @@ under the License.
7470
</menu>
7571

7672
<menu name="Community">
77-
<item name="Mailing Lists" href="https://groups.google.com/g/mojohaus-dev" />
73+
<item name="Issues" href="https://github.com/codehaus-plexus" />
7874
<item name="Get Involved" href="/get-involved.html" />
7975
</menu>
8076
</body>

0 commit comments

Comments
 (0)