4teamwork / ftw.linkchecker

0 stars 0 forks source link

Fix in relations #48

Closed busykoala closed 5 years ago

busykoala commented 5 years ago

Right now we check on protocol. If they have a valid protocol they will be checked. Now we face the problem, that also Something: is a valid protocol.

To solve this we should decide which protocols we want to be valid and do another condition checking if the protocol found is one of these we say to be valid.

busykoala commented 5 years ago

@maethu, which protocols should we accept?

busykoala commented 5 years ago

This was fixed in #47