Skip to content

Commit 5c9e146

Browse files
author
Linda Caputo
committed
Updated hard-coded links
1 parent 8dbcdd1 commit 5c9e146

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,17 +54,17 @@ Find how-to articles and related code examples that show how to perform basic de
5454
|:-----|:-----|
5555
| [Publish SharePoint Add-ins by using Visual Studio](../sp-add-ins/publish-sharepoint-add-ins-by-using-visual-studio.md) <br/> |Learn how to package your SharePoint Add-in by using Visual Studio 2012. <br/> |
5656
| [Create or edit a Seller Dashboard seller account and add payout information](https://developer.microsoft.com/en-us/store/register) <br/> |The Microsoft Seller Dashboard is the central ___location for app developers to submit Office and SharePoint Add-ins. Learn how to create a seller account, including a marketing profile, so that you can submit apps for inclusion in the Office Store. <br/> |
57-
| [Create or update client IDs and secrets in the Seller Dashboard](https://dev.office.com/officestore/docs/create-or-update-client-ids-and-secrets) <br/> |Learn how to create Client IDs and secrets, and associate them with your apps in the Seller Dashboard to enable Open Authorization (OAuth) authorization services in your Office and SharePoint Add-ins. <br/> |
58-
| [Use the Seller Dashboard to submit Office and SharePoint Add-ins and Office 365 apps to the Office Store](https://dev.office.com/officestore/docs/use-the-seller-dashboard-to-submit-to-the-office-store) <br/> |The Microsoft Seller Dashboard enables software developers to submit apps for SharePoint and Office to the Office Store. Learn how to submit your apps for approval and inclusion in the Office Store. <br/> |
59-
| [Create effective Office Store apps and add-ins](https://dev.office.com/officestore/docs/create-effective-office-store-listings) <br/> |Get guidance on how to create an effective Office Store listing: name your app appropriately, write effective, engaging app descriptions for your app, and include consistent, properly formatted logos with your app submission to the Seller Dashboard. <br/> |
57+
| [Create or update client IDs and secrets in the Seller Dashboard](https://docs.microsoft.com/en-us/office/dev/store/create-or-update-client-ids-and-secrets) <br/> |Learn how to create Client IDs and secrets, and associate them with your apps in the Seller Dashboard to enable Open Authorization (OAuth) authorization services in your Office and SharePoint Add-ins. <br/> |
58+
| [Use the Seller Dashboard to submit Office and SharePoint Add-ins and Office 365 apps to the Office Store](https://docs.microsoft.com/en-us/office/dev/store/use-the-seller-dashboard-to-submit-to-the-office-store) <br/> |The Microsoft Seller Dashboard enables software developers to submit apps for SharePoint and Office to the Office Store. Learn how to submit your apps for approval and inclusion in the Office Store. <br/> |
59+
| [Create effective Office Store apps and add-ins](https://docs.microsoft.com/en-us/office/dev/store/create-effective-office-store-listings) <br/> |Get guidance on how to create an effective Office Store listing: name your app appropriately, write effective, engaging app descriptions for your app, and include consistent, properly formatted logos with your app submission to the Seller Dashboard. <br/> |
6060

6161
<a name="bk_lichowtos"> </a>
6262
## Licensing how-tos for Office and SharePoint Add-ins
6363

6464
|**Title**|**Summary**|
6565
|:-----|:-----|
6666
| [Add license checks to your apps for Office](https://msdn.microsoft.com/library/fp161347.aspx) <br/> |Learn how to add code to your Office Add-in that checks the validity of a user's app license, and takes action based on the app license properties. Load test app license tokens to test your license checking code. <br/> |
67-
| [Add license checks to Office and SharePoint Add-ins](https://dev.office.com/officestore/docs/add-license-checks-to-office-and-sharepoint-add-ins) <br/> |Learn how to add code to your SharePoint Add-in that checks the validity of a user's app license, and takes action based on the app license properties. Load test app license tokens to test your license checking code. <br/> |
67+
| [Add license checks to Office and SharePoint Add-ins](https://docs.microsoft.com/en-us/office/dev/store/add-license-checks-to-office-and-sharepoint-add-ins) <br/> |Learn how to add code to your SharePoint Add-in that checks the validity of a user's app license, and takes action based on the app license properties. Load test app license tokens to test your license checking code. <br/> |
6868

6969
<a name="bk_setuphowtos"> </a>
7070
## Setting up your dev environment how-tos for developing sites and solutions in SharePoint

0 commit comments

Comments
 (0)