This is an automated email from the ASF dual-hosted git repository.
elharo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-site-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 8e9f3ea6 [MSITE-977] Remove broken links (#211)
8e9f3ea6 is described below
commit 8e9f3ea68ea46f5262ce5ac8fbc4233449db4f6d
Author: Elliotte Rusty Harold <[email protected]>
AuthorDate: Sun Oct 20 15:23:07 2024 +0000
[MSITE-977] Remove broken links (#211)
* [MSITE-977] Remove broken links
---
src/site/apt/examples/creatingskins.apt | 10 ++--------
1 file changed, 2 insertions(+), 8 deletions(-)
diff --git a/src/site/apt/examples/creatingskins.apt
b/src/site/apt/examples/creatingskins.apt
index 72a7e74c..ce5267a6 100644
--- a/src/site/apt/examples/creatingskins.apt
+++ b/src/site/apt/examples/creatingskins.apt
@@ -46,10 +46,7 @@ Creating Skins
* A couple of CSS files, containing the visual styling
- * An optional Velocity template in <<</META-INF/maven/site.vm>>> for an
alternate HTML rendering of the site
- (by default, {{{/doxia/doxia-sitetools/doxia-site-renderer/}Doxia Site
Renderer}}'s
-
{{{https://github.com/apache/maven-doxia-sitetools/blob/master/doxia-site-renderer/src/main/resources/org/apache/maven/doxia/siterenderer/resources/default-site.vm}<<<default-site.vm>>>}}
- is used
+ * A Velocity template in <<</META-INF/maven/site.vm>>> for an alternate
HTML rendering of the site.
* Since Maven Site Plugin 3.5, an optional
{{{/doxia/doxia-sitetools/doxia-skin-model/index.html}skin descriptor}}
in <<</META-INF/maven/skin.xml>>> containing meta-data about the skin
@@ -80,10 +77,7 @@ Creating Skins
* Customizing the HTML Output with a Velocity Template
The format of the Velocity template is currently out of scope for this
- document. To attempt this, start by copying
-
<<<{{{https://github.com/apache/maven-doxia-sitetools/blob/master/doxia-site-renderer/src/main/resources/org/apache/maven/doxia/siterenderer/resources/default-site.vm}default-site.vm}}>>>
- to <<<src/main/resources/META-INF/maven/site.vm>>> in your project and then
- modify it to your needs.
+ document.
For more information about how to write Velocity templates see the
{{{https://velocity.apache.org/engine/2.3/user-guide.html}Velocity User
Guide}}