Prechádzať zdrojové kódy

Merge pull request #94 from iGusev/patch-2

fixed invalid url
Jonny Wenmoth 9 rokov pred
rodič
commit
4d68d2b240
1 zmenil súbory, kde vykonal 2 pridanie a 2 odobranie
  1. 2 2
      _version_4/4-custom-scripts.md

+ 2 - 2
_version_4/4-custom-scripts.md

@@ -303,7 +303,7 @@ Below is a full example for clarity.
 {% endhighlight %}
 {% endhighlight %}
 
 
 > #### Note
 > #### Note
-> You may choose to support [partial script blocks](#partial-script-injection) in your template. It is worth checking out the [default script template](http://) to get an idea on how this is achieved.
+> You may choose to support [partial script blocks](#partial-script-injection) in your template. It is worth checking out the [default script template](https://github.com/jonnnnyw/php-phantomjs/blob/master/src/JonnyW/PhantomJs/Resources/procedures/http_default.proc) to get an idea on how this is achieved.
 
 
 Using custom request parameters in your script
 Using custom request parameters in your script
 ----------------------------------------------
 ----------------------------------------------
@@ -413,4 +413,4 @@ And to use your custom request simply create a new instance of it and pass it to
 > #### Troubleshooting
 > #### Troubleshooting
 > 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()`.
 > 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 [troubleshooting]({{ site.BASE_PATH }}/4.0/troubleshooting/).
+See more detailed information about [troubleshooting]({{ site.BASE_PATH }}/4.0/troubleshooting/).