Como substituir o link para hiperlink em RichTextBox (Windows phone)

Eu tenho um texto:

<code>Download it directly to the <a href="http://itunes.apple.com/fi/app/goalapp/id502461189?ls=1&mt=8">iTunes Store</a> or <a href="https://market.android.com/details?id=com.strikersoft.meramal.se">Android Market</a>. The application is launched for Swedish app store.
</code>

Eu sei como mostrar um hiperlink no RichTextBox:

http://msdn.microsoft.com/pt-br/library/ee681613%28v=vs.95%29.aspx

Mas como posso fazer isso para todos link neste código?

questionAnswers(1)

yourAnswerToTheQuestion