Skip to content

Commit

Permalink
#258 Change to new (replaced) hsc.aim42.org documentation page
Browse files Browse the repository at this point in the history
  • Loading branch information
ascheman committed Aug 21, 2024
1 parent 695c7f2 commit 950e35c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,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',
Expand Down
4 changes: 2 additions & 2 deletions htmlSanityCheck-gradle-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,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'
Expand Down

0 comments on commit 950e35c

Please sign in to comment.