Skip to content

Commit ccceb1a

Browse files
andrewconnellVesaJuvonen
authored andcommitted
fixes broken links in multiple docs (SharePoint#3442)
- fixes SharePoint#3344
1 parent 410ac3a commit ccceb1a

15 files changed

+17
-18
lines changed

docs/general-development/accessibility-in-sharepoint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ For more information about accessibility features in SharePoint, see the followi
3030
- [Accessibility features in SharePoint products](http://office.microsoft.com/en-us/sharepoint-foundation-help/accessibility-features-in-sharepoint-products-HA102772892.aspx?CTT=1)
3131

3232

33-
- [Keyboard shortcuts for SharePoint products](http://office.microsoft.com/en-us/sharepoint-foundation-help/keyboard-shortcuts-for-sharepoint-products-HA102772894.aspx?CTT=5&origin=HA102772892)
33+
- [Keyboard shortcuts in SharePoint Online](https://support.office.com/en-us/article/keyboard-shortcuts-in-sharepoint-online-466e33ee-613b-4f47-96bb-1c20f20b1015)
3434

3535

3636
Users who have site administrator responsibilities typically use the SharePoint Central Administration site to manage deployments. A mouse and keyboard are the typical devices that you use to interact with Central Administration. For more information about accessibility for administrators and other IT pros in SharePoint, see [Accessibility for SharePoint](http://technet.microsoft.com/en-us/library/jj219681.aspx).

docs/general-development/configuration-administration-and-resources-in-sharepoint.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,7 @@ The following tables list blogs, forums, and additional resources about claims-b
7979

8080
|**Blog Name**|**Links**|
8181
|:-----|:-----|
82-
|Share-n-dipity <br/> | [Blog home page](http://blogs.technet.com/speschka/) <br/> |
83-
|Microsoft SharePoint Developer Team Blog <br/> | [Blog home page](http://blogs.msdn.com/b/sharepointdev/) <br/> |
82+
|Microsoft SharePoint Developer Team Blog <br/> | [Blog home page](https://developer.microsoft.com/en-us/office/blogs/) <br/> |
8483
|||
8584

8685

docs/general-development/content-management-interoperability-services-cmis-in-sharepoint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ Developers can write CMIS clients in any language. For example, a SharePoint dev
245245
## Finding and interoperating with open source CMIS implementations
246246
<a name="SP15CMIS_OpenSource"> </a>
247247

248-
Many open source projects exist and can be tested with the SharePoint implementation of the CMIS 1.0 standard. Some examples include the [Apache Chemistry Project](http://chemistry.apache.org); the [Open CMIS project](http://chemistry.apache.org/java/opencmis.html), which tests both client and server CMIS implementations with Java; the [DotCMIS](http://chemistry.apache.org/dotnet/dotcmisl) project for .NET client, the [cmislib, a CMIS client library for Python](http://chemistry.apache.org/python/cmislib.html) project; and the [phpclient, a CMIS client library for PHP](http://chemistry.apache.org/php/phpclient.html).
248+
Many open source projects exist and can be tested with the SharePoint implementation of the CMIS 1.0 standard. Some examples include the [Apache Chemistry Project](http://chemistry.apache.org); the [Open CMIS project](http://chemistry.apache.org/java/opencmis.html), which tests both client and server CMIS implementations with Java; the [DotCMIS](http://chemistry.apache.org/dotnet/dotcmis) project for .NET client, the [cmislib, a CMIS client library for Python](http://chemistry.apache.org/python/cmislib.html) project; and the [phpclient, a CMIS client library for PHP](http://chemistry.apache.org/php/phpclient.html).
249249

250250

251251

docs/general-development/creating-a-workflow-by-using-sharepoint-designer-and-the-sharepoint-wo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ SharePoint Designer 2013 is a free download. To download and install SharePoint
2222
### To install SharePoint Designer 2013
2323

2424

25-
1. Open your web browser and navigate to the Microsoft Download Center: [http://www.microsoft.com/download](http://www.microsoft.com/download.aspx).
25+
1. Open your web browser and navigate to the Microsoft Download Center: [http://www.microsoft.com/download](http://www.microsoft.com/download).
2626

2727

2828
2. Type SharePoint Designer 2013 in the search field.

docs/general-development/customizing-ranking-models-to-improve-relevance-in-sharepoint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1085,7 +1085,7 @@ This ranking model with one linear stage contains these four rank features:
10851085
- [Overview of search result ranking in SharePoint](http://technet.microsoft.com/library/7c8ddec1-c8ff-4a90-afae-387b27a653f1.aspx)
10861086

10871087

1088-
- [Create a custom ranking model by using the Ranking Model Tuning App](http://office.microsoft.com/en-us/office365-sharepoint-online-enterprise-help/create-a-custom-ranking-model-by-using-the-ranking-model-tuning-app-HA104104860.aspx?CTT=1)
1088+
- [Create a custom ranking model by using the Ranking Model Tuning App](https://docs.microsoft.com/sharepoint/search/create-custom-ranking-model)
10891089

10901090

10911091

docs/general-development/develop-sharepoint-workflows-using-visual-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ To debug SharePoint Online workflows in Visual Studio, perform the following ste
170170

171171
3. Create a Microsoft Azure Service Bus namespace, which you can use to debug remote workflows. You can do this on the [Microsoft Azure portal](https://ms.portal.azure.com).
172172

173-
For more information about the Microsoft Azure Service Bus, see [Managing Service Bus Service Namespaces](http://msdn.microsoft.com/en-us/library/windowsazure/hh690928.aspx).
173+
For more information about the Microsoft Azure Service Bus, see [Create a Service Bus namespace using the Azure portal](https://docs.microsoft.com/en-us/azure/service-bus-messaging/service-bus-create-namespace-portal).
174174

175175
> [!NOTE]
176176
> SharePoint Online workflow debugging uses the Relay Service component of the Microsoft Azure Service Bus, so you'll be charged for using the Service Bus. See [Service Bus Pricing FAQ](http://msdn.microsoft.com/library/hh667438.aspx). You get free access to Microsoft Azure each month that you subscribe to Visual Studio Professional with MSDN, Visual Studio Premium with MSDN, or Visual Studio Ultimate with MSDN. With this access, you can use the Service Bus relay for 1,500, 3,000, or 3,000 hours, depending on your MSDN subscription. See [Get some amount of Microsoft Azure Services each month at no additional charge](http://www.windowsazure.com/en-us/pricing/member-offers/msdn-benefits/).

docs/general-development/how-to-create-a-mashup-that-uses-an-embedded-workbook-and-bing-maps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ The integration happens in the following 3 steps:
117117

118118
2. **Initialize the embedded workbook charts and the Bing Map**
119119

120-
The next step is to initialize the Excel components and the Bing Map when the page loads. In order to access an embedded Excel workbook programmatically, you need to refer to it by a file token. See [http://msdn.microsoft.com/en-us/library/hh315812.aspx](http://msdn.microsoft.com/en-us/library/hh315812.aspx%28Office.15%29.aspx) for information on how to get the appropriate file token for your workbook.
120+
The next step is to initialize the Excel components and the Bing Map when the page loads. In order to access an embedded Excel workbook programmatically, you need to refer to it by a file token. See [http://msdn.microsoft.com/en-us/library/hh315812.aspx](http://msdn.microsoft.com/en-us/library/hh315812.aspx) for information on how to get the appropriate file token for your workbook.
121121

122122
The code in **Snippet 2** completes three main tasks inside the **Page_Load** event handler. First, it establishes a reference to the Travel workbook to display the chart named *Chart 1* inside the **chartDiv** element on the webpage. Second, it calls a simple function named **GetMap** to initialize the Bing Map. Third, it creates a second reference to the Travel workbook to display the chart named *Chart 2* inside the **chartDiv2** element.
123123

docs/general-development/how-to-create-report-editors-for-performancepoint-services-in-sharepoint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ We recommend that you use the sample editor as a template. The sample shows how
7474
- IDataSourceConsumer.cs
7575

7676
> [!NOTE]
77-
> The sample report obtains data from a filter, so it does not use **DataSourceConsumerHelper** or **IDataSourceConsumer** objects. However, if your report obtains data from a PerformancePoint Services data source, you can use the methods that are exposed by the **DataSourceConsumerHelper** class to retrieve data sources as described in [How to: Create filter editors for PerformancePoint Services in SharePoint](https://officedevcentersite-release.azurewebsites.net/sharepoint/docs/general-development/how-to-create-report-editors-for-performancepoint-services-in-sharepoint).
77+
> The sample report obtains data from a filter, so it does not use **DataSourceConsumerHelper** or **IDataSourceConsumer** objects. However, if your report obtains data from a PerformancePoint Services data source, you can use the methods that are exposed by the **DataSourceConsumerHelper** class to retrieve data sources as described in [Create filter editors for PerformancePoint Services in SharePoint](https://docs.microsoft.com/en-us/sharepoint/dev/general-development/how-to-create-filter-editors-for-performancepoint-services-in-sharepoint).
7878
7979
5. In your editor class, add **using** directives for the following PerformancePoint Services namespaces:
8080

docs/general-development/optimize-page-performance-in-sharepoint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ The Developer Dashboard is rebuilt for SharePoint to provide more information, i
494494

495495
To learn more about the Developer Dashboard:
496496

497-
- [Overview of the SharePoint renewed developer dashboard](http://www.microsoft.com/resources/technet/en-us/office/media/video/videol?cid=stc&amp;amp;from=mscomstc&amp;amp;VideoID=505bdd61-1fcc-4125-97fc-b5f0dda72cbc) (video).
497+
- [Use the developer dashboard](https://docs.microsoft.com/en-us/sharepoint/dev/spfx/use-developer-dashboard).
498498
- [Renewed Developer Dashboard](http://download.microsoft.com/download/7/7/3/773CA2C2-579B-408C-808E-A6F561194E20/Ig15_SP_IT_M10V3_devdash.pptx) (PowerPoint slide deck).
499499

500500
To enable the Developer Dashboard, use the following Windows PowerShell snippet code.

docs/general-development/sorting-search-results-in-sharepoint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ For more managed properties of type [Decimal](https://docs.microsoft.com/en-us/
242242

243243

244244

245-
For managed properties of type [Datetime()](https://docs.microsoft.com/en-us/previous-versions/office/developer/sharepoint-2010/ms500214(v%3Doffice.14)), the value is converted to the number of 100 nanoseconds since January 1 29000 BC before being used in the formula evaluation. There are 366 days in the year.
245+
For managed properties of type Datetime()](https://docs.microsoft.com/en-us/previous-versions/office/developer/sharepoint-2010/ms500214(v%3Doffice.14)), the value is converted to the number of 100 nanoseconds since January 1 29000 BC before being used in the formula evaluation. There are 366 days in the year.
246246

247247

248248

0 commit comments

Comments
 (0)