Give Links Meaning by Using Descriptive Link Text - Glitch?

Tell us what’s happening:

Is there a glitch with this one or am I missing something super obvious?

Your code so far


<body>
  <header>
    <h1>Deep Thoughts with Master Camper Cat</h1>
  </header>
  <article>
    <h2>Defeating your Foe: the Red Dot is Ours!</h2>
    <p>Felines the world over have been waging war on the most persistent of foes. This red nemesis combines both cunning stealth and lightening speed. But chin up, fellow fighters, our time for victory may soon be near. <a href="">Click here for information about batteries</a></p>
  </article>
</body>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36.

Link to the challenge:
https://learn.freecodecamp.org/responsive-web-design/applied-accessibility/give-links-meaning-by-using-descriptive-link-text

Don’t include the “Click here for” part. Move <a> past it.

@StewartWalsh To add to @Undigon’s answer, the instructions state:

Move the anchor (a) tags so they wrap around the text "information about batteries" instead of "Click here".

How did I not get that. Was fiddling around for ages, was driving me mad. Thanks for your help.