Fix link to app.addRecentDocument

This commit is contained in:
Carson McDonald 2015-09-01 17:15:21 -04:00
parent 0cb20c48f6
commit 2c47532702

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