From 02b69e61e464299d49037bf9641a3c484d520e8e Mon Sep 17 00:00:00 2001 From: Jeremy Sarda Date: Wed, 21 Sep 2016 03:02:13 -0700 Subject: [PATCH] Updated readme to reflect new documentation URL's --- printing/readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/printing/readme.md b/printing/readme.md index 0cf7542..3064864 100644 --- a/printing/readme.md +++ b/printing/readme.md @@ -5,9 +5,9 @@ A sample app demonstrates printing APIs usage. ## APIs -* [webContents.print](https://github.com/atom/electron/blob/master/docs/api/browser-window.md#webcontentsprintoptions) +* [webContents.print](https://github.com/electron/electron/blob/master/docs/api/web-contents.md#contentsprintoptions) -* [webContents.printToPDF](https://github.com/atom/electron/blob/master/docs/api/browser-window.md#webcontentsprintoptions) +* [webContents.printToPDF](https://github.com/electron/electron/blob/master/docs/api/web-contents.md#contentsprinttopdfoptions-callback) ## Screenshot