Skip to content

Commit

Permalink
Update link-checker.rb
Browse files Browse the repository at this point in the history
Signed-off-by: kolchfa-aws <[email protected]>
  • Loading branch information
kolchfa-aws authored Jun 21, 2024
1 parent 233a377 commit e287c2b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion _plugins/link-checker.rb
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,6 @@ def self.check_external(url, location)

def self.check_internal(url, location)
Jekyll.logger.info "LinkChecker: [Info] Checking #{url}".cyan
Jekyll.logger.info "LinkChecker: [Info] Checking #{url} (#{location})".cyan
return true if @ignored_paths =~ url

path, hash = url.split('#')
Expand Down

0 comments on commit e287c2b

Please sign in to comment.