How do we skip any specific link to skip from link checker without disabling link checker from OSGi through page authoring
Open RTEditor where you have a link and need to skip, click on source code icon in that go to hyperlink which you want to skip and add below attribute into <a href>
link-checker="skip"
Ex. <a href="/content/welcone.html" link-checker="skip"> Welcome </a>