[2.x] Replace defunct link (#8950)

This commit is contained in:
Philippus Baalman 2026-03-21 19:23:26 +01:00 committed by GitHub
parent 6dcb601f73
commit 7b23ee96d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 2 deletions

View File

@ -15,8 +15,9 @@ import java.lang.Character.{ toLowerCase as lower }
object EditDistance {
/**
* Translated from the java version at http://www.merriampark.com/ld.htm which is declared to be
* public domain.
* Translated from the java version at
* https://web.archive.org/web/20120526085419/http://www.merriampark.com/ld.htm which is declared to be public
* domain.
*/
def levenshtein(
s: String,