Skip to content

Commit 0055620

Browse files
committed
fixing image that links
1 parent 21ab740 commit 0055620

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/general-development/what-s-new-for-developers-in-sharepoint.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ SharePoint introduces a Cloud Add-in Model that enables you to create add-ins. S
1414

1515

1616

17-
[![Apps for SharePoint](../../images/wn_cloud_1.png)
18-
17+
18+
<a href="http://msdn.microsoft.com/library/cd1eda9e-8e54-4223-93a9-a6ea0d18df70(Office.15).aspx" target="_blank"><img alt="Apps for SharePoint" src="../../images/wn_cloud_1.png" /></a>
1919

2020

2121
](http://msdn.microsoft.com/library/cd1eda9e-8e54-4223-93a9-a6ea0d18df70%28Office.15%29.aspx) [![SharePoint Store](../../images/wn_cloud_2.png)

docs/sp-add-ins/upload-a-file-by-using-the-rest-api-and-jquery.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ To use the examples in this article, you'll need the following:
4444

4545

4646

47-
- SharePoint Server 2013 or SharePoint Online
47+
- SharePoint Server or SharePoint Online
4848

4949

5050
- **Write** permissions to the **Documents** library for the user running the code. If you're developing a SharePoint Add-in, you can specify **Write** add-in permissions at the **List** scope
@@ -82,7 +82,7 @@ You need to meet [these requirements](upload-a-file-by-using-the-rest-api-and-j
8282

8383

8484

85-
```
85+
```javascript
8686
'use strict';
8787

8888
var appWebUrl, hostWebUrl;
@@ -262,7 +262,7 @@ You need to meet [these requirements](upload-a-file-by-using-the-rest-api-and-j
262262

263263

264264

265-
```
265+
```javascript
266266
'use strict';
267267

268268
jQuery(document).ready(function () {

0 commit comments

Comments
 (0)