I just begun learning codes and Twine 2 by myself, I've somewhat ran into a wall as I want to make my passage loop when player chooses a certain option but unable to do so

.
For example:
I would like to ask player if they want to open a door, if they choose "Yes" then player will move on to the next passage, but if they choose "No", they will continuously be asked if they want to open the door until they choose yes.
The way I've been trying to do, is if player chooses no, they will be looped back to the "Take a deep breath" passage until they choose yes.
But the result per the attached pic, is Twine 2 just creates another new passage with the same title.....but I cannot figure out what doing wrong.
Really appreciate every help I could get

, thanks guys!
Comments
So try using
Yes ->Cage open
No ->Take a deep breath
I didn't realize the space was the problem!
The usual advice is to never put extraneous whitespace within the double square bracketed link markup.