Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

Commit

Permalink
fix network monitoring link (#14785)
Browse files Browse the repository at this point in the history
  • Loading branch information
ibroadfo authored and vitallium committed Feb 16, 2017
1 parent 384def3 commit 1961f60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/documentation/help/2000-01-01-troubleshooting.md
Expand Up @@ -19,7 +19,7 @@ All examples are designed to work with the latest version of PhantomJS. If some

If the data is not transferred correctly, check if the network works as expected.

Since every network request and response can be "sniffed", add simple callbacks to facilitate such troubleshooting. For more details, see the wiki page on [[Network Monitoring|Network Monitoring]]. An example of a simple logging:
Since every network request and response can be "sniffed", add simple callbacks to facilitate such troubleshooting. For more details, see the wiki page on [Network Monitoring](network-monitoring.html). An example of a simple logging:

```javascript
page.onResourceRequested = function (request) {
Expand Down

0 comments on commit 1961f60

Please sign in to comment.