You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2021/10/22 06:38:04 UTC

[maven-enforcer] branch master updated: (doc) - Built-In Rules web page improvements

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

slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-enforcer.git


The following commit(s) were added to refs/heads/master by this push:
     new 3732b3d  (doc) - Built-In Rules web page improvements
3732b3d is described below

commit 3732b3d4b662f3ce5bd33db0c463218f8980c03d
Author: William Collishaw <16...@users.noreply.github.com>
AuthorDate: Thu Oct 21 23:05:06 2021 -0600

    (doc) - Built-In Rules web page improvements
    
    Converts link to https
    Adds period to end of requireEnvironmentVariable bullet point to match rest of list
---
 enforcer-rules/src/site/apt/index.apt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/enforcer-rules/src/site/apt/index.apt b/enforcer-rules/src/site/apt/index.apt
index 6a88480..1d6771c 100644
--- a/enforcer-rules/src/site/apt/index.apt
+++ b/enforcer-rules/src/site/apt/index.apt
@@ -51,7 +51,7 @@ Built-In Rules
 
   * {{{./requireActiveProfile.html}requireActiveProfile}} - enforces one or more active profiles.
   
-  * {{{./requireEnvironmentVariable.html}requireEnvironmentVariable}} - enforces the existence of an environment variable
+  * {{{./requireEnvironmentVariable.html}requireEnvironmentVariable}} - enforces the existence of an environment variable.
   
   * {{{./requireFileChecksum.html}requireFileChecksum}} - enforces that the specified file has a certain checksum.
   
@@ -91,4 +91,4 @@ Built-In Rules
 
   []
 
-  You may also create and inject your own custom rules by following the {{{http://maven.apache.org/enforcer/enforcer-api/writing-a-custom-rule.html}maven-enforcer-rule-api}} instructions.
+  You may also create and inject your own custom rules by following the {{{https://maven.apache.org/enforcer/enforcer-api/writing-a-custom-rule.html}maven-enforcer-rule-api}} instructions.