Skip to content

Commit

Permalink
Updated readme to reflect new documentation URL's
Browse files Browse the repository at this point in the history
  • Loading branch information
hackur committed Sep 21, 2016
1 parent 98c839c commit 02b69e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions printing/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 02b69e6

Please sign in to comment.