You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/general-development/how-tos-for-sharepoint.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -54,17 +54,17 @@ Find how-to articles and related code examples that show how to perform basic de
54
54
|:-----|:-----|
55
55
|[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/> |
56
56
|[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/> |
60
60
61
61
<aname="bk_lichowtos"> </a>
62
62
## Licensing how-tos for Office and SharePoint Add-ins
63
63
64
64
|**Title**|**Summary**|
65
65
|:-----|:-----|
66
66
|[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/> |
68
68
69
69
<aname="bk_setuphowtos"> </a>
70
70
## Setting up your dev environment how-tos for developing sites and solutions in SharePoint
0 commit comments