Skip to content

Commit d3277eb

Browse files
committed
update links
1 parent fd0ddec commit d3277eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

guides/debugging-white-images.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ the number of milliseconds you set. We recommend starting with `500` and increas
3838
## Solution: `render_when_ready`
3939

4040
The `render_when_ready` param gives you exact control over when the API generates the image. When this is set to true, the API will wait to render the image
41-
until a JavaScript function is called, or a special element is added to the page. [Learn more about render_when_ready](/guides/render-when-ready/).
41+
until a JavaScript function is called, or a special element is added to the page. [Learn more about render_when_ready](/parameters/render_when_ready/).
4242

4343

4444
{% include code_footer.md version=2 %}

parameters/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Optional parameters for greater control over your image.
3737
| **selector** | `String` | A [CSS selector](/guides/selector/) for an element on the webpage. We'll crop the image to this specific element. For example: `section#complete-toolkit.container-lg` |
3838
| **ms_delay** | `Integer` | The number of milliseconds the API should delay before generating the image. This is useful when waiting for JavaScript. We recommend starting with `500`. Large values slow down the initial render time. [Learn more](/parameters/ms_delay/). |
3939
| **device_scale** | `Double` | This adjusts the pixel ratio for the screenshot. Minimum: `1`, Maximum: `3`. [Learn more](/parameters/device_scale/). |
40-
| **render_when_ready** | `Boolean` | Set to true to control when the image is generated. Call `ScreenshotReady()` from JavaScript to generate the image. [Learn more](/guides/render-when-ready/). |
40+
| **render_when_ready** | `Boolean` | Set to true to control when the image is generated. Call `ScreenshotReady()` from JavaScript to generate the image. [Learn more](/parameters/render_when_ready/). |
4141
| **full_screen** | `Boolean` | When set to true, the API will generate an image of the entire height of the page. |
4242
| **viewport_width** | `Integer` | Set the width of Chrome's viewport. This will disable automatic cropping. Both height and width parameters must be set if using either. |
4343
| **viewport_height** | `Integer` | Set the height of Chrome's viewport. This will disable automatic cropping. Both height and width parameters must be set if using either. |

0 commit comments

Comments
 (0)