Bug 926929 - Update documentation link on Connect page. r=vporof

This commit is contained in:
J. Ryan Stinnett 2013-10-15 10:00:51 -05:00
Родитель 644d4127ee
Коммит 3f5017bebd
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -45,6 +45,6 @@
<section id="connecting">
<p><img src="chrome://browser/skin/tabbrowser/loading.png"></img> &connecting;</p>
</section>
<footer>&help;</footer>
<footer>&help2;</footer>
</body>
</html>

Просмотреть файл

@ -19,4 +19,4 @@
<!ENTITY errorTimeout "Error: connection timeout.">
<!ENTITY errorRefused "Error: connection refused.">
<!ENTITY errorUnexpected "Unexpected error.">
<!ENTITY help "Firefox Developer Tools can debug remote devices (Firefox for Android and Firefox OS, for example). Make sure that you have turned on the 'Remote debugging' option in the remote device. See the <a target='_' href='https://developer.mozilla.org/docs/Tools/Debugger#Remote_Debugging'>documentation</a> for more.">
<!ENTITY help2 "Firefox Developer Tools can debug remote devices (Firefox for Android and Firefox OS, for example). Make sure that you have turned on the 'Remote debugging' option in the remote device. See the <a target='_' href='https://developer.mozilla.org/docs/Tools/Remote_Debugging'>documentation</a> for more.">