| Index: dart/editor/tools/plugins/com.google.dart.tools.debug.ui/src/com/google/dart/tools/debug/ui/internal/dialogs/MobilePortForwardDialog.java
|
| ===================================================================
|
| --- dart/editor/tools/plugins/com.google.dart.tools.debug.ui/src/com/google/dart/tools/debug/ui/internal/dialogs/MobilePortForwardDialog.java (revision 37437)
|
| +++ dart/editor/tools/plugins/com.google.dart.tools.debug.ui/src/com/google/dart/tools/debug/ui/internal/dialogs/MobilePortForwardDialog.java (working copy)
|
| @@ -116,7 +116,7 @@
|
| + " on the developer machine from the mobile device.\n\n"
|
| + "Looks like port forwarding has not been setup between device and the machine.\n"
|
| + "Follow the steps listed under " //
|
| - + " <a href=\"" + MobileMainTab.MOBILE_DOC_URL + "\">Set up port forwarding</a>\n"
|
| + + " <a href=\"" + MobileMainTab.PORT_FORWARD_DOC_URL + "\">Set up port forwarding</a>\n"
|
| + "\n\nOnce you are done, use Test Connection to verify the setup.");
|
| descriptionLabel.addSelectionListener(new SelectionListener() {
|
| @Override
|
|
|