Skip to content

Commit f9eb8a2

Browse files
committed
Fix link rot in top-level README
bmuschko.com/blog/golang-with-gradle/ is 404 — drop the wrapper link, keep the working GitHub repo link. structure101.com 301s to SonarSource (which 401s automated checks). Point at a Wayback snapshot of the original site and note the SonarSource acquisition in plain text.
1 parent 9efca5e commit f9eb8a2

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ It validated that all links in a local HTML file tree go out to other existing l
160160
+
161161
CAUTION: However, as of 2024-08-14 they have deleted the repository (there seems to be a fork in https://github.com/leonard84/gradle-linkchecker-plugin[]).
162162
* It was perhaps based on a similar approach (https://github.com/JamaSoftwareEngineering/linkchecker-maven-plugin[linkchecker-maven-plugin]) for https://maven.apache.org[Maven].
163-
* https://bmuschko.com/blog/golang-with-gradle/[Benjamin Muschko] has created a (Go-based) command-line tool to check links, called https://github.com/bmuschko/link-verifier[link verifier].
163+
* Benjamin Muschko has created a (Go-based) command-line tool to check links, called https://github.com/bmuschko/link-verifier[link verifier].
164164
* https://github.com/gjtorikian/html-proofer[html-proofer] is written in Ruby and provides different usage scenarios (programmatically, CLI, and Docker).
165165
* https://github.com/wjdp/htmltest[htmltest] is also written in Go(Lang) and claims to be rapid compared to `html-proofer` (stay tuned; we have plans for HSC to run with Graal quickly).
166166

@@ -177,6 +177,7 @@ Some day we'll unify that 😬.
177177

178178
== Kudos
179179

180-
Big thanx to image:structure101-logo.png[alt='Structure-101',link="https://structure101.com"] for helping us analyze and restructure our code.
180+
Big thanx to image:structure101-logo.png[alt='Structure-101',link="https://web.archive.org/web/20250206232548/https://structure101.com/"] for helping us analyze and restructure our code.
181+
The product was acquired by SonarSource; the link above points to a Wayback snapshot of the original site.
181182

182183

0 commit comments

Comments
 (0)