Skip to content

Commit

Permalink
Merge pull request #4 from jasonmatos23-git/dev
Browse files Browse the repository at this point in the history
Clean up docker testing components and comments
  • Loading branch information
jasonmatos23-git authored Oct 13, 2021
2 parents 0c81454 + 9053e53 commit 0bf8443
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 90 deletions.
44 changes: 0 additions & 44 deletions Dockerfile

This file was deleted.

31 changes: 0 additions & 31 deletions deploy/udoit-ng.sh

This file was deleted.

14 changes: 0 additions & 14 deletions docker-compose.yml

This file was deleted.

2 changes: 1 addition & 1 deletion src/Rule/BrokenRedirectedLink.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public function check()
foreach ($this->getAllElements('a') as $a) {
$href = $a->getAttribute('href');
if ($href) {
$links[$href] = $a; // href should exclude start with '#'
$links[$href] = $a;
}
}
$this->linkCheck($links);
Expand Down

0 comments on commit 0bf8443

Please sign in to comment.