Jonny Wenmoth 11 лет назад
Родитель
Сommit
fbeebc84c7
3 измененных файлов с 5 добавлено и 5 удалено
  1. 1 1
      doc/advanced.rst
  2. 3 3
      doc/intro.rst
  3. 1 1
      doc/usage.rst

+ 1 - 1
doc/advanced.rst

@@ -358,4 +358,4 @@ Below is a full example for clarity:
    If you find that your script isn't running or that you are receiving a status of '0' back in the response, chances are you have a syntax error in you script. It pays to turn debugging on in the client ``$client->debug(true)`` which will then give you access to some log information through ``$client->getLog()``.
 
 See more detailed information about
-`debugging <{{%20site.BASE_PATH%20}}/debugging.html>`__.
+`troubleshooting https://github.com/jonnnnyw/php-phantomjs/blob/master/doc/troubleshooting.rst>`__.

+ 3 - 3
doc/intro.rst

@@ -121,8 +121,8 @@ And if you would like to save a screen capture to local disk:
     // Send the request
     $client->send($request, $response);
 
-For more detailed examples see the `examples`_ section, or to create
+For more detailed examples see the `usage`_ section, or to create
 your own custom scripts check out the `advanced`_ documentation.
 
-.. _examples: http://jonnnnyw.github.io/php-phantomjs/examples.html
-.. _advanced: http://jonnnnyw.github.io/php-phantomjs/advanced.html
+.. _usage: https://github.com/jonnnnyw/php-phantomjs/blob/master/doc/usage.rst
+.. _advanced: https://github.com/jonnnnyw/php-phantomjs/blob/master/doc/advanced.rst

+ 1 - 1
doc/usage.rst

@@ -148,7 +148,7 @@ A standard response gives you access to the following interface:
 
 If the response contains a status code of 0, chances are the request
 failed. Check the request `debug
-log <https://github.com/jonnnnyw/php-phantomjs/blob/master/doc/debugging.rst>`__
+log <https://github.com/jonnnnyw/php-phantomjs/blob/master/doc/troubleshooting.rst#debugging>`__
 for more detailed information about what may have gone wrong.
 
 Screen Captures