Skip to content

Commit 523bc52

Browse files
authored
Fix broken links in the File Mappers documentation
1 parent 2dc423c commit 523bc52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/site/apt/filemappers.apt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ File Mappers
77

88
A file mapper is a plexus component, which allows to convert file
99
names. File mappers are used when creating files. For example,
10-
the {{{http://mojo.codehaus.org/xml-maven-plugin}XML Maven Plugin}}
10+
the {{{https://www.mojohaus.org/xml-maven-plugin}XML Maven Plugin}}
1111
allows to specify a file mapper when creating files by XSLT
1212
transformation.
1313

1414
File mappers are implementing the interface
1515
{{{./apidocs/org/codehaus/plexus/components/io/filemappers/FileMapper.html}FileMapper}}.
1616
The idea of file mappers is borrowed from the
17-
{{{http://ant.apache.org/manual/CoreTypes/mapper.html}Ant FileMapper}},
17+
{{{https://ant.apache.org/manual/Types/mapper.html}Ant FileMapper}},
1818
which serves the same purpose within Ant.
1919

2020
Available file mappers are

0 commit comments

Comments
 (0)