Merge pull request #2679 from carsonmcdonald/fixaddRecentDocumentlink

Fix link to app.addRecentDocument
This commit is contained in:
Jessica Lord 2015-09-01 14:24:35 -07:00
commit ab726ec1f5

View file

@ -29,7 +29,7 @@ var app = require('app');
app.addRecentDocument('/Users/USERNAME/Desktop/work.type');
```
And you can use [app.clearRecentDocuments](clearrecentdocuments) API to empty
And you can use [app.clearRecentDocuments][clearrecentdocuments] API to empty
the recent documents list:
```javascript