From 766fc9db8c747ac4d61afa3504cb69b56cf7ef35 Mon Sep 17 00:00:00 2001 From: Gerd Aschemann Date: Tue, 20 Aug 2024 15:37:49 +0200 Subject: [PATCH] WIP 258 Change to new (replaced) hsc.aim42.org documentation page --- README.adoc | 6 +++--- build.gradle | 2 +- htmlSanityCheck-gradle-plugin/build.gradle | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.adoc b/README.adoc index 3f23d964..020c47bb 100644 --- a/README.adoc +++ b/README.adoc @@ -6,7 +6,7 @@ ifndef::xrefToGradlePlugin[:xrefToGradlePlugin: htmlSanityCheck-gradle-plugin/RE [.lead] ==== -https://aim42.github.io/htmlSanityCheck[HTML Sanity Check] (HSC) provides some basic sanity checking on HTML files. +https://hsc.aim42.org[HTML Sanity Check] (HSC) provides some basic sanity checking on HTML files. It can be helpful in case of HTML generated from, e.g., {asciidoc-url}[Asciidoctor], Markdown or other formats -- as converters usually don't check for missing images @@ -129,7 +129,7 @@ Use checkerClass _BrokenHttpLinksChecker_. In addition to checking HTML, this project serves as an example for https://arc42.de[arc42]. -Please see our https://aim42.github.io/htmlSanityCheck/arc42/About-This-Docu.html[software architecture documentation]. +Please see our https://hsc.aim42.org/arc42/About-This-Docu.html[software architecture documentation]. == Fundamentals @@ -156,7 +156,7 @@ https://github.com/rrice/java-string-similarity[Ralph Rice]. == Development -In case you want to check out, fork and/or contribute, take a look into our https://aim42.github.io/htmlSanityCheck/[Development Information] +In case you want to check out, fork and/or contribute, take a look into our https://hsc.aim42.org/[Development Information] == Similar Projects diff --git a/build.gradle b/build.gradle index d3288152..480fe10e 100644 --- a/build.gradle +++ b/build.gradle @@ -45,7 +45,7 @@ allprojects { } ext.urls = [ - website : "https://aim42.github.io/htmlSanityCheck/", + website : "https://hsc.aim42.org/", issueTracker : 'https://github.com/aim42/htmlSanityCheck/issues', scm : 'https://github.com/aim42/htmlSanityCheck.git', diff --git a/htmlSanityCheck-gradle-plugin/build.gradle b/htmlSanityCheck-gradle-plugin/build.gradle index 56c2d976..254b4f51 100755 --- a/htmlSanityCheck-gradle-plugin/build.gradle +++ b/htmlSanityCheck-gradle-plugin/build.gradle @@ -14,8 +14,8 @@ tasks.named('check') { } gradlePlugin { - website = 'https://aim42.github.io/htmlSanityCheck/' - vcsUrl = 'https://github.com/aim42/HtmlSanityCheck.git' + website = rootProject.ext.urls['website'] + vcsUrl = rootProject.ext.urls['scm'] plugins { htmlSanityCheck { id = 'org.aim42.htmlSanityCheck'