Skip to content
This repository was archived by the owner on Jun 17, 2024. It is now read-only.

Commit ffa93e6

Browse files
committed
resolving the hyperlinks for Office 365 and BETA delete page (which will be coming soon)
1 parent 42dd398 commit ffa93e6

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ You can find additional documentation at the links below.
5757
* [POST a new notebook](http://dev.onenote.com/docs#/reference/post-notebooks)
5858
* [POST a new section under a specific notebook](http://dev.onenote.com/docs#/reference/post-sections)
5959
* Updates Pages:
60-
* Examples of [PATCH Pages](http://dev.onenote.com/docs#/reference/patch-pages) will be added soon.
60+
* Examples of [PATCH Pages](http://dev.onenote.com/docs#/reference/patch-pages)
6161

6262
### O365 based API (only available on beta)
6363
* All the APIs for Microsoft Account (LiveId) are supported in O365 as well except the following:-
@@ -66,7 +66,7 @@ You can find additional documentation at the links below.
6666
*$search query option is currently not supported.
6767

6868
Additional features in beta:
69-
* Example of [DELETE Page]
69+
* Example of [DELETE Page] (http://dev.onenote.com/docs#/reference/delete-pages) (page is coming soon).
7070

7171
### Prerequisites
7272

@@ -100,7 +100,7 @@ is up-to-date. You can learn more about the packages we used at the links below.
100100
* Use the least permissible scopes by editing [.../OneNoteServiceSamplesWinUniversal.Shared/OneNoteApi/LiveIdAuth.cs](https://github.com/OneNoteDev/OneNoteAPISampleWinUniversal/blob/master/OneNoteServiceSamplesWinUniversal.Shared/OneNoteApi/LiveIdAuth.cs#L61) (~line 61).
101101
* [Create an app package and use appropriate certificates](http://msdn.microsoft.com/en-us/library/windows/apps/xaml/hh975357.aspx)
102102

103-
**To use this Code Sample in your own Microsoft Office 365 based app, refer to the details in the blog [TBD](TBD)
103+
**To use this Code Sample in your own Microsoft Office 365 based app, refer to the details in the blog [Support for work and school notebooks on Office 365](http://blogs.msdn.com/b/onenotedev/archive/2015/04/30/support-for-work-and-school-notebooks-on-office-365-in-preview.aspx)
104104

105105
### Using the sample
106106

@@ -119,9 +119,11 @@ After you've set up your development tools, and installed the prerequisites list
119119

120120
(If your copy of NuGet is up-to-date, it should automatically update the packages. If you get package-not-found errors, update NuGet and rebuild, and that should fix it.)
121121

122-
If you get any build or deployment errors related to the Publisher of the app, be sure to
122+
If you get any build or deployment errors related to the Publisher of the app (Microsoft Account), be sure to
123123
[Create LiveId app package and use appropriate certificates](http://msdn.microsoft.com/en-us/library/windows/apps/xaml/hh975357.aspx)
124-
[Create O365 app package and use appropriate certificates](TBD)
124+
125+
If you get any build or deployment errors related to the Publisher of the app (Microsoft Office 365), be sure to
126+
[Have your app appear in the Office 365 app launcher](https://msdn.microsoft.com/en-us/office/office365/howto/connect-your-app-to-o365-app-launcher)
125127

126128
### Version Info
127129

0 commit comments

Comments
 (0)