Skip to content

Commit 9b751da

Browse files
committed
update redir'd [here] links
1 parent e624410 commit 9b751da

17 files changed

Lines changed: 19 additions & 20 deletions

File tree

microsoft-edge/devtools-guide-chromium/device-mode/geolocation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ If you are building a UI that changes depending on where the user is located, yo
5050
<!-- ====================================================================== -->
5151
> [!NOTE]
5252
> Portions of this page are modifications based on work created and [shared by Google](https://developers.google.com/terms/site-policies) and used according to terms described in the [Creative Commons Attribution 4.0 International License](https://creativecommons.org/licenses/by/4.0).
53-
> The original page is found [here](https://developer.chrome.com/docs/devtools/device-mode/geolocation/) and is authored by Kayce Basques.
53+
> The original page is found [here](https://developer.chrome.com/docs/devtools/sensors#geolocation) and is authored by Kayce Basques.
5454
5555
[![Creative Commons License](../../media/cc-logo/88x31.png)](https://creativecommons.org/licenses/by/4.0)
5656
This work is licensed under a [Creative Commons Attribution 4.0 International License](https://creativecommons.org/licenses/by/4.0).

microsoft-edge/devtools-guide-chromium/device-mode/orientation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ You can also set a custom orientation by dragging the **Orientation Model**. Fo
5050
<!-- ====================================================================== -->
5151
> [!NOTE]
5252
> Portions of this page are modifications based on work created and [shared by Google](https://developers.google.com/terms/site-policies) and used according to terms described in the [Creative Commons Attribution 4.0 International License](https://creativecommons.org/licenses/by/4.0).
53-
> The original page is found [here](https://developer.chrome.com/docs/devtools/device-mode/orientation/) and is authored by Kayce Basques.
53+
> The original page is found [here](https://developer.chrome.com/docs/devtools/sensors#orientation) and is authored by Kayce Basques.
5454
5555
[![Creative Commons License](../../media/cc-logo/88x31.png)](https://creativecommons.org/licenses/by/4.0)
5656
This work is licensed under a [Creative Commons Attribution 4.0 International License](https://creativecommons.org/licenses/by/4.0).

microsoft-edge/devtools-guide-chromium/evaluate-performance/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ There are many ways to improve runtime performance. This article focused on one
293293
<!-- ====================================================================== -->
294294
> [!NOTE]
295295
> Portions of this page are modifications based on work created and [shared by Google](https://developers.google.com/terms/site-policies) and used according to terms described in the [Creative Commons Attribution 4.0 International License](https://creativecommons.org/licenses/by/4.0).
296-
> The original page is found [here](https://developer.chrome.com/docs/devtools/evaluate-performance/) and is authored by Kayce Basques.
296+
> The original page is found [here](https://developer.chrome.com/docs/devtools/performance) and is authored by Kayce Basques.
297297
298298
[![Creative Commons License](../../media/cc-logo/88x31.png)](https://creativecommons.org/licenses/by/4.0)
299299
This work is licensed under a [Creative Commons Attribution 4.0 International License](https://creativecommons.org/licenses/by/4.0).

microsoft-edge/devtools-guide-chromium/evaluate-performance/performance-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ See also [Properties common to all events](#properties-common-to-all-events), ab
169169
<!-- ====================================================================== -->
170170
> [!NOTE]
171171
> Portions of this page are modifications based on work created and [shared by Google](https://developers.google.com/terms/site-policies) and used according to terms described in the [Creative Commons Attribution 4.0 International License](https://creativecommons.org/licenses/by/4.0).
172-
> The original page is found [here](https://developer.chrome.com/docs/devtools/evaluate-performance/performance-reference/) and is authored by Meggin Kearney and Flavio Copes.
172+
> The original page is found [here](https://developer.chrome.com/docs/devtools/performance/timeline-reference) and is authored by Meggin Kearney and Flavio Copes.
173173
174174
[![Creative Commons License](../../media/cc-logo/88x31.png)](https://creativecommons.org/licenses/by/4.0)
175175
This work is licensed under a [Creative Commons Attribution 4.0 International License](https://creativecommons.org/licenses/by/4.0).

microsoft-edge/devtools-guide-chromium/evaluate-performance/reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -752,7 +752,7 @@ See also:
752752
<!-- ====================================================================== -->
753753
> [!NOTE]
754754
> Portions of this page are modifications based on work created and [shared by Google](https://developers.google.com/terms/site-policies) and used according to terms described in the [Creative Commons Attribution 4.0 International License](https://creativecommons.org/licenses/by/4.0).
755-
> The original page is found [here](https://developer.chrome.com/docs/devtools/evaluate-performance/reference/) and is authored by Kayce Basques.
755+
> The original page is found [here](https://developer.chrome.com/docs/devtools/performance/reference) and is authored by Kayce Basques.
756756
757757
[![Creative Commons License](../../media/cc-logo/88x31.png)](https://creativecommons.org/licenses/by/4.0)
758758
This work is licensed under a [Creative Commons Attribution 4.0 International License](https://creativecommons.org/licenses/by/4.0).

microsoft-edge/devtools-guide-chromium/remote-debugging/windows.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,10 +136,13 @@ If the client (debugger) machine successfully connects to the host (debuggee) ma
136136

137137
![The edge://inspect page on the client displays the tabs in Microsoft Edge and PWAs on the host](./windows-images/remote-debugging-windows-media-edge-inspect-connected.png)
138138

139-
Determine the content you want to debug, and then click **inspect**. The Microsoft Edge DevTools opens in a new tab and screencast the content from the host (debuggee) machine to the client (debugger) machine. You can now use the full power of Microsoft Edge DevTools on the client for content running on the host. Learn more about how to use the Microsoft Edge DevTools [here](../index.md).
139+
Determine the content you want to debug, and then click **inspect**. Microsoft Edge DevTools opens in a new tab, and screencasts the content from the host (debuggee) machine to the client (debugger) machine. You can now use the full power of Microsoft Edge DevTools on the client for content running on the host.
140140

141141
![The Microsoft Edge DevTools on the client debugging a tab in Microsoft Edge on the host](./windows-images/remote-debugging-windows-media-devtools-client.png)
142142

143+
See also:
144+
* [Microsoft Edge DevTools documentation](/microsoft-edge/devtools-guide-chromium/landing/)
145+
143146

144147
<!-- ------------------------------ -->
145148
#### Inspect elements

microsoft-edge/devtools-guide-chromium/rendering-tools/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ The following table describes some common paint and composite problems and poten
210210
<!-- ====================================================================== -->
211211
> [!NOTE]
212212
> Portions of this page are modifications based on work created and [shared by Google](https://developers.google.com/terms/site-policies) and used according to terms described in the [Creative Commons Attribution 4.0 International License](https://creativecommons.org/licenses/by/4.0).
213-
> The original page is found [here](https://developer.chrome.com/docs/devtools/evaluate-performance/) and is authored by Kayce Basques and Meggin Kearney.
213+
> The original page is found [here](https://developer.chrome.com/docs/devtools/performance)<!-- orig page might no longer exist; got redir'd as shown --> and is authored by Kayce Basques and Meggin Kearney.
214214
215215
[![Creative Commons License](../../media/cc-logo/88x31.png)](https://creativecommons.org/licenses/by/4.0)
216216
This work is licensed under a [Creative Commons Attribution 4.0 International License](https://creativecommons.org/licenses/by/4.0).

microsoft-edge/devtools-guide-chromium/rendering-tools/js-runtime.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ If you are investigating objects that were only GC'd during specific major or mi
212212
<!-- ====================================================================== -->
213213
> [!NOTE]
214214
> Portions of this page are modifications based on work created and [shared by Google](https://developers.google.com/terms/site-policies) and used according to terms described in the [Creative Commons Attribution 4.0 International License](https://creativecommons.org/licenses/by/4.0).
215-
> The original page is found [here](https://developer.chrome.com/docs/devtools/evaluate-performance/) and is authored by Kayce Basques and Meggin Kearney.
215+
> The original page is found [here](https://developer.chrome.com/docs/devtools/performance)<!-- orig page not found, got redir'd as shown --> and is authored by Kayce Basques and Meggin Kearney.
216216
217217
[![Creative Commons License](../../media/cc-logo/88x31.png)](https://creativecommons.org/licenses/by/4.0)
218218
This work is licensed under a [Creative Commons Attribution 4.0 International License](https://creativecommons.org/licenses/by/4.0).

microsoft-edge/devtools-guide-chromium/sources/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ The following articles cover the **Debugger** pane and breakpoints:
579579
<!-- ====================================================================== -->
580580
> [!NOTE]
581581
> Portions of this page are modifications based on work created and [shared by Google](https://developers.google.com/terms/site-policies) and used according to terms described in the [Creative Commons Attribution 4.0 International License](https://creativecommons.org/licenses/by/4.0).
582-
> The original page is found [here](https://developer.chrome.com/docs/devtools/javascript/sources/) and is authored by Kayce Basques.
582+
> The original page is found [here](https://developer.chrome.com/docs/devtools/sources) and is authored by Kayce Basques.
583583
584584
[![Creative Commons License](../../media/cc-logo/88x31.png)](https://creativecommons.org/licenses/by/4.0)
585585
This work is licensed under a [Creative Commons Attribution 4.0 International License](https://creativecommons.org/licenses/by/4.0).

microsoft-edge/devtools-guide-chromium/speed/get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ Webpages often load slowly when they use JavaScript for generating most of their
513513
<!-- ====================================================================== -->
514514
> [!NOTE]
515515
> Portions of this page are modifications based on work created and [shared by Google](https://developers.google.com/terms/site-policies) and used according to terms described in the [Creative Commons Attribution 4.0 International License](https://creativecommons.org/licenses/by/4.0).
516-
> The original page is found [here](https://developer.chrome.com/docs/devtools/speed/get-started/) and is authored by Kayce Basques.
516+
> The original page is found [here](https://developer.chrome.com/docs/devtools/lighthouse) and is authored by Kayce Basques.
517517
518518
[![Creative Commons License](../../media/cc-logo/88x31.png)](https://creativecommons.org/licenses/by/4.0)
519519
This work is licensed under a [Creative Commons Attribution 4.0 International License](https://creativecommons.org/licenses/by/4.0).

0 commit comments

Comments
 (0)