You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by gh...@apache.org on 2019/03/29 23:56:14 UTC

[sling-site] branch master updated: SLING-7980 syntax fix

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

ghenzler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-site.git


The following commit(s) were added to refs/heads/master by this push:
     new bc504ad  SLING-7980 syntax fix
bc504ad is described below

commit bc504ad129acc89553e1eed92934abc1e0eccf8d
Author: georg.henzler <ge...@netcentric.biz>
AuthorDate: Sat Mar 30 00:56:07 2019 +0100

    SLING-7980 syntax fix
---
 .../jbake/content/documentation/bundles/sling-health-check-tool.md  | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main/jbake/content/documentation/bundles/sling-health-check-tool.md b/src/main/jbake/content/documentation/bundles/sling-health-check-tool.md
index a9eef63..1b9ef37 100644
--- a/src/main/jbake/content/documentation/bundles/sling-health-check-tool.md
+++ b/src/main/jbake/content/documentation/bundles/sling-health-check-tool.md
@@ -1,4 +1,4 @@
-title=Sling Health Check Tools Migration Guide		
+title=Sling Health Checks Migration Guide to Felix Health Checks		
 type=page
 status=published
 tags=healthchecks,operations
@@ -6,8 +6,6 @@ tags=healthchecks,operations
 
 **Sling Health Checks are now deprecated**. See [Sling Health Check Tools (deprecated)](sling-health-check-tool-deprecated.html) for documentation prior to deprecation.
 
-# Migrate to Felix Health Checks
-
 ## Migrate custom checks
 
 ### Adjust maven dependencies
@@ -16,6 +14,7 @@ tags=healthchecks,operations
 * Add
 
 ```
+
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.healthcheck.api</artifactId>
@@ -29,6 +28,7 @@ tags=healthchecks,operations
             <version>2.0.0</version>
             <scope>provided</scope>
         </dependency>
+        
 ```
 ### Adjust Health Check Code