In a problem it's stated the following:
Consider a simplified version of the Internet, which has only two distinct websites: Friendface, and Metube. Metube has 1 link to Friendface, and 1 link to itself. Friendface contains 2 links to Metube and 1 link to itself. We model a user’s behavior on the web as follows: at every time step k, the user follows a link on the current page; we assume that this link is chosen uniformly at random. Let x(k) ∈ {Friendface, Metube} represent the website that the user is on after k clicks.
You are given that x(0) = Friendface with probability 1 . Calculate the probability that x(k) = Metube for k → ∞.
Now in the solution basically it's stated that as time goes to infinity the probability of x at time k+1 is equal to the probability of x at time k.
My question is why? How to we know that this limit converge to this value?