diff --git a/.lychee.toml b/.lychee.toml index 03112c7582ff..1f8e51a4d5ba 100644 --- a/.lychee.toml +++ b/.lychee.toml @@ -8,7 +8,8 @@ include_fragments = true remap = [ # workaround for https://github.com/lycheeverse/lychee/issues/1729 - "https://github.com/(.*?)/(.*?)/blob/(.*?)/(.*#.*)$ https://raw.githubusercontent.com/$1/$2/$3/$4" + "https://github.com/(.*?)/(.*?)/blob/(.*?)/(.*#.*)$ https://raw.githubusercontent.com/$1/$2/$3/$4", + "https://docs.oracle.com/(.*)#.*$ https://docs.oracle.com/$1" ] # excluding links to pull requests and issues is done for performance @@ -16,7 +17,6 @@ remap = [ exclude = [ # workaround for https://github.com/lycheeverse/lychee/issues/1729 '^https://github.com/.*#issuecomment-.*$', - '^https://docs.oracle.com/.*$', '^https://github.com/open-telemetry/opentelemetry-java-instrumentation/(issues|pull)/\d+$', '^http://code.google.com/p/concurrentlinkedhashmap$', '^https://softwareengineering.stackexchange.com/questions/29727.*',