Skip to content

Commit a1b263e

Browse files
andrewconnellVesaJuvonen
authored andcommitted
Multiple doc fixes (SharePoint#3309)
* incomplete sentence fix fixes SharePoint#1034 * fix broken link fixes SharePoint#1474 * typo fix fixes SharePoint#2075 * fix broken link fixes SharePoint#2209 * fix broken link fixes SharePoint#2210 * broken link fixes fixes SharePoint#2539 * fixing broken link fixes SharePoint#3268 * removing broken links fixes SharePoint#3275 * fix multiple broken links - some were invalid submissions and no fix needed fixes SharePoint#3294
1 parent 98e8e4a commit a1b263e

14 files changed

+12
-39
lines changed

docs/general-development/common-error-messages-in-sharepoint-workflow-development.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -139,10 +139,6 @@ Review the following to ensure that you have correctly configured incoming and o
139139
- [Deployment guide for Microsoft SharePoint](http://download.microsoft.com/download/1/F/6/1F6D3BE4-1174-4320-A1D1-C0E2681CCCF3/Deployment-guide-for-SharePoint-2013.pdf)
140140

141141

142-
- [How to configure Incoming and Outgoing emails in SharePoint Server](http://blogs.msdn.com/b/pareshg/archive/2010/04/23/how-to-configure-incoming-and-outgoing-emails-in-sharepoint-server-2010.aspx)
143-
144-
145-
146142
### The workflow could not update the item, possibly because one or more columns for the item require a different type of information
147143
<a name="bkmk_error08"> </a>
148144

docs/general-development/create-associations-in-sharepoint.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ The following articles were written for SharePoint Server 2010 and SharePoint De
2626
|**Task**|**Description**|
2727
|:-----|:-----|
2828
| [Adding Associations Between External Content Types](http://msdn.microsoft.com/en-us/library/ff394528.aspx) <br/> |Provides overview information about associations. <br/> |
29-
| [Tooling Associations in SharePoint Designer (BCS Team Blog)](http://blogs.msdn.com/b/bcs/archive/2010/01/15/tooling-associations-in-sharepoint-designer-2010.aspx) <br/> |Explains the concepts behind associations and contains two demos. <br/> |
3029
| [Creating SharePoint Server External Content Type Associations with SharePoint Designer](http://msdn.microsoft.com/en-us/library/ff728816.aspx) <br/> |Shows how to create associations between external content types in SharePoint Designer without using code. <br/> |
3130
| [Defining Associations in Business Connectivity Services Using SharePoint Designer](http://msdn.microsoft.com/en-us/library/gg607166.aspx) <br/> |Shows how to create advanced associations between external content types. <br/> |
3231

docs/general-development/excel-services-blogs-forums-and-resources.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,14 @@ The following are links to blogs, forums, and additional resources related to Ex
2121

2222
|**Blog Name**|**Links**|
2323
|:-----|:-----|
24-
|Cum Grano Salis <br/> | [Home page](http://blogs.msdn.com/cumgranosalis/) <br/> [Excel Services page](http://blogs.msdn.com/cumgranosalis/archive/category/12700.aspx) <br/> |
25-
|Microsoft Excel 2010: The official blog of the Microsoft Excel product team <br/> | [Home page](http://blogs.msdn.com/excel) <br/> [Excel Online page](http://blogs.msdn.com/excel/archive/2010/01/21/collaborative-editing-using-excel-web-app.aspx) <br/> |
26-
|Microsoft Office Web Apps: The official blog of the Microsoft Office Online team <br/> | [Home page](http://blogs.msdn.com/officewebapps/default.aspx) <br/> |
24+
|Cum Grano Salis <br/> | [Home page](http://blogs.msdn.com/cumgranosalis/) <br/> [Excel Services page](https://blogs.msdn.microsoft.com/cumgranosalis/tag/excel-services/) <br/> |
25+
|Microsoft Excel: The official blog of the Microsoft Excel product team <br/> | [Home page](https://www.microsoft.com/microsoft-365/blog/excel) <br/> |
2726

2827

2928

3029
|**Forum Name**|**Links**|
3130
|:-----|:-----|
32-
|SharePoint - Excel Services <br/> | [Excel Services forum home page](http://social.msdn.microsoft.com/Forums/en-US/sharepointexcel/threads) <br/> |
31+
|SharePoint - Excel Services <br/> | [Excel Services forum home page](/sharepoint/dev/general-development/excel-services-blogs-forums-and-resources) <br/> |
3332
|SharePoint Products and Technologies <br/> | [List of SharePoint Products and Technologies forums](http://social.msdn.microsoft.com/forums/en-US/category/sharepoint) <br/> |
3433

3534

docs/general-development/how-to-create-custom-sharepoint-server-workflow-forms-with-visual-studio-20.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ To alleviate this limitation, Microsoft extended CSOM to include an API for inte
5151

5252

5353

54-
How, then, does this benefit SharePoint workflow forms? Well, when authoring SharePoint workflows using Visual Studio 2012, you create workflow forms using ASP.NET Web Forms. You can deploy these forms as a SharePoint solution or (and this is the important part) within . This gives you access to all the server controls that are already deployed to the server, such as the ASP.NET Web Controls and other useful (and required at times) SharePoint controls. You can also use the new Workflow Services CSOM to perform all necessary tasks from association and initiation forms including, but not limited to, the following:
54+
How, then, does this benefit SharePoint workflow forms? Well, when authoring SharePoint workflows using Visual Studio 2012, you create workflow forms using ASP.NET Web Forms. You can deploy these forms as a SharePoint solution or within existing solutions. This gives you access to all the server controls that are already deployed to the server, such as the ASP.NET Web Controls and other useful (and required at times) SharePoint controls. You can also use the new Workflow Services CSOM to perform all necessary tasks from association and initiation forms including, but not limited to, the following:
5555

5656

5757

docs/general-development/how-to-learn-to-read-and-write-to-the-social-feed-by-using-the-net-client-object.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ using Microsoft.SharePoint.Client.Social;
146146
## Iterate through and read from the social feed by using the SharePoint .NET client object model
147147
<a name="bkmk_ReadFeed"> </a>
148148

149-
The following code iterates through the threads in the feed. It checks whether each thread has the [CanReply](https://msdn.microsoft.com/en-us/library/microsoft.sharepoint.client.social.socialthreadattributes.aspx) attribute and then gets the thread identifier and the text of the root post. The code also creates a dictionary to store the thread identifier (which is used to reply to a thread) and writes the text of the root post to the console.
149+
The following code iterates through the threads in the feed. It checks whether each thread has the [CanReply](https://docs.microsoft.com/en-us/previous-versions/office/sharepoint-csom/jj163554(v=office.15)) attribute and then gets the thread identifier and the text of the root post. The code also creates a dictionary to store the thread identifier (which is used to reply to a thread) and writes the text of the root post to the console.
150150
151151
```cs
152152
Dictionary<int, string> idDictionary = new Dictionary<int, string>();

docs/general-development/how-to-trust-a-___location.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@ Workbooks that you want to access must be placed in a trusted ___location. If they
1818

1919

2020
You can also trust a ___location by using Windows PowerShell. For more information, see the Microsoft SharePoint Server 2010 IT Pro and administration documentation on [TechNet](http://technet.microsoft.com/en-us/library/ee428287%28office.14%29.aspx).
21-
> **Tip:**
22-
> For more information about administration improvement and to view screen shots of the Trusted File Locations page, see the blog post [Excel Services in SharePoint 2010 Administration Improvements](http://blogs.msdn.com/excel/archive/2009/11/16/excel-services-in-sharepoint-2010-administration-improvements.aspx).
23-
24-
25-
2621

2722

2823
### To trust a ___location

docs/general-development/javascript-user-defined-functions-overview.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,6 @@ You can create and use JavaScript UDFs either on workbooks displayed in SharePoi
121121
- [Excel Services in SharePoint](excel-services-in-sharepoint.md)
122122

123123

124-
- [What's new in Excel Services for developers](http://msdn.microsoft.com/library/09e96c8b-cb55-4fd1-a797-b50fbf0f9296.aspx)
125-
126-
127124
- [Excel Services User-Defined Functions](http://msdn.microsoft.com/en-us/library/ms493934)
128125

129126

docs/general-development/requesting-excel-workbook-data-from-sharepoint-server-using-odata.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,6 @@ The Excel Services implementation of OData supports a number of the standard ODa
9292
- [Using OData with Excel Services REST in SharePoint](using-odata-with-excel-services-rest-in-sharepoint.md)
9393

9494

95-
- [What's new in Excel Services for developers](http://msdn.microsoft.com/library/09e96c8b-cb55-4fd1-a797-b50fbf0f9296.aspx)
96-
97-
9895
- [OData specification documentation](http://www.odata.org)
9996

10097

docs/general-development/sharepoint-search-rest-api-overview.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1139,7 +1139,7 @@ Special rules for reordering search results. These rules can specify that docume
11391139

11401140

11411141

1142-
In the following example, _MatchType_ refers to [ReorderingRuleMatchType](https://msdn.microsoft.com/library/Microsoft.Office.Server.Search.Query.ReorderingRuleMatchType.aspx) . In the following example, `'MatchType' : '0'` specifies [ResultContainsKeyword](https://msdn.microsoft.com/zh-cn/library/office/microsoft.office.server.search.query.reorderingrulematchtype.aspx) .
1142+
In the following example, _MatchType_ refers to [ReorderingRuleMatchType](/previous-versions/office/sharepoint-server/jj276975(v=office.15)) . In the following example, `'MatchType' : '0'` specifies `ResultContainsKeyword`.
11431143

11441144

11451145

@@ -1701,17 +1701,11 @@ When an anonymous Search REST query is submitted, the query object is constructe
17011701
- [Search in SharePoint](search-in-sharepoint.md)
17021702

17031703

1704-
- [SharePoint: Using the search REST service from an app for SharePoint](http://code.msdn.microsoft.com/sharepoint/SharePoint-2013-Perform-a-1bf3e87d)
1704+
- [Using the SharePoint search Query APIs](/sharepoint/dev/general-development/using-the-sharepoint-search-query-apis)
17051705

17061706

17071707
- [What's new in SharePoint search for developers](what-s-new-in-sharepoint-search-for-developers.md)
17081708

17091709

1710-
- [Use OData query operations in SharePoint REST requests](http://msdn.microsoft.com/library/d4b5c277-ed50-420c-8a9b-860342284b72%28Office.15%29.aspx)
1711-
1712-
1713-
1714-
1715-
1716-
1717-
1710+
- [Use OData query operations in SharePoint REST requests](/sharepoint/dev/sp-add-ins/use-odata-query-operations-in-sharepoint-rest-requests)
1711+

docs/general-development/using-odata-with-excel-services-rest-in-sharepoint.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,6 @@ OData provides a simple way to get data from Excel workbooks that are stored on
118118
<a name="xlsOdataAddRes"> </a>
119119

120120

121-
- [What's new in Excel Services for developers](http://msdn.microsoft.com/library/09e96c8b-cb55-4fd1-a797-b50fbf0f9296.aspx)
122-
123-
124121
- [Requesting Excel workbook data from SharePoint Server using OData](requesting-excel-workbook-data-from-sharepoint-server-using-odata.md)
125122

126123

0 commit comments

Comments
 (0)