This is an automated email from the ASF dual-hosted git repository.

olamy pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/maven-build-cache-extension.git


The following commit(s) were added to refs/heads/master by this push:
     new 2607538  Fix How To XSD links (#106)
2607538 is described below

commit 26075380df15be55587bfc2081af38f9caafa22f
Author: Filipe Roque <fro...@premium-minds.com>
AuthorDate: Sat Nov 18 21:46:54 2023 -0800

    Fix How To XSD links (#106)
---
 src/site/markdown/how-to.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/site/markdown/how-to.md b/src/site/markdown/how-to.md
index 4c1a84f..879ccf2 100644
--- a/src/site/markdown/how-to.md
+++ b/src/site/markdown/how-to.md
@@ -27,7 +27,7 @@ Minimal config
 ```xml
 <?xml version="1.0" encoding="UTF-8" ?>
 <cache xmlns="http://maven.apache.org/BUILD-CACHE-CONFIG/1.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-       xsi:schemaLocation="http://maven.apache.org/BUILD-CACHE-CONFIG/1.0.0 
http://maven.apache.org/xsd/cache-config-1.0.0.xsd";>
+       xsi:schemaLocation="http://maven.apache.org/BUILD-CACHE-CONFIG/1.0.0 
https://maven.apache.org/xsd/build-cache-config-1.0.0.xsd";>
 
     <configuration>
         <enabled>true</enabled>
@@ -168,8 +168,8 @@ to `executionControl`:
 
 ```xml
 <?xml version="1.0" encoding="UTF-8" ?>
-<cache xmlns="http://maven.apache.org/CACHE-CONFIG/1.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-       xsi:schemaLocation="http://maven.apache.org/CACHE-CONFIG/1.0.0 
http://maven.apache.org/xsd/cache-config-1.0.0.xsd";>
+<cache xmlns="http://maven.apache.org/BUILD-CACHE-CONFIG/1.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+       xsi:schemaLocation="http://maven.apache.org/BUILD-CACHE-CONFIG/1.0.0 
https://maven.apache.org/xsd/build-cache-config-1.0.0.xsd";>
     <configuration>
         ...
     </configuration>

Reply via email to