Skip to content

Commit e140a58

Browse files
authored
Update msdn links to docs
1 parent f1acf40 commit e140a58

File tree

1 file changed

+5
-19
lines changed

1 file changed

+5
-19
lines changed

docs/general-development/how-tos-for-sharepoint.md

Lines changed: 5 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -8,32 +8,18 @@ ms.assetid: ca78b080-0be4-4da4-b112-b86b1bde66e4
88

99
# How-tos for SharePoint
1010

11-
12-
13-
1411
![SharePoint](../images/mod_logo_sharepoint.png)
15-
16-
17-
18-
19-
20-
21-
2212

23-
24-
25-
2613
Find how-to articles and related code examples that show how to perform basic development tasks in SharePoint, including how to set up your development environment and start building sites, mobile apps, and SharePoint Add-ins.
27-
## Getting started how-tos for SharePoint Add-ins
28-
<a name="bk_starthowtos"> </a>
29-
3014

15+
<a name="bk_starthowtos"> </a>
16+
## Getting started how-tos for SharePoint Add-ins
3117

3218
|**Title**|**Summary**|
3319
|:-----|:-----|
34-
| [Set up an on-premises development environment for SharePoint Add-ins](http://msdn.microsoft.com/library/b0878c12-27c9-4eea-ae3b-7e79e5a8838d%28Office.15%29.aspx) <br/> |Learn how to set up a development environment that is specifically suited to developing SharePoint Add-ins with an on-premises installation of SharePoint. <br/> |
35-
| [Get started creating provider-hosted SharePoint Add-ins](http://msdn.microsoft.com/library/3038dd73-41ee-436f-8c78-ef8e6869bf7b%28Office.15%29.aspx) <br/> |Learn how to create a basic provider-hosted SharePoint Add-in with the Office Developer Tools for Visual Studio 2012, how to interact with SharePoint sites by using the SharePoint CSOM, and how to implement OAuth in an SharePoint Add-in. <br/> |
36-
| [Get started creating SharePoint-hosted SharePoint Add-ins](http://msdn.microsoft.com/library/1b992485-6efe-4ea4-a18c-221689b0b66f%28Office.15%29.aspx) <br/> |Learn how to create a basic SharePoint-hosted SharePoint Add-in with the Office Developer Tools for Visual Studio 2012. <br/> |
20+
| [Set up an on-premises development environment for SharePoint Add-ins](./sp-add-ins/set-up-an-on-premises-development-environment-for-sharepoint-add-ins.md) <br/> |Learn how to set up a development environment that is specifically suited to developing SharePoint Add-ins with an on-premises installation of SharePoint. <br/> |
21+
| [Get started creating provider-hosted SharePoint Add-ins](./sp-add-ins/get-started-creating-provider-hosted-sharepoint-add-ins.md) <br/> |Learn how to create a basic provider-hosted SharePoint Add-in with the Office Developer Tools for Visual Studio 2012, how to interact with SharePoint sites by using the SharePoint CSOM, and how to implement OAuth in an SharePoint Add-in. <br/> |
22+
| [Get started creating SharePoint-hosted SharePoint Add-ins](/sp-add-ins/get-started-creating-sharepoint-hosted-sharepoint-add-ins.md) <br/> |Learn how to create a basic SharePoint-hosted SharePoint Add-in with the Office Developer Tools for Visual Studio 2012. <br/> |
3723

3824

3925
## Development how-tos for SharePoint Add-ins

0 commit comments

Comments
 (0)