Skip to content

Commit 2a8bf45

Browse files
author
MightyPen
committed
docs/integrated-services/, 'http:' needs 's', erase 'en-us/', CATS inspired.
1 parent c8d1918 commit 2a8bf45

245 files changed

Lines changed: 544 additions & 544 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/integration-services/add-copy-of-existing-package.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ manager: craigg
3939
Type the package path, or click the browse button **(…)** and locate the package to copy.
4040

4141
## See Also
42-
[Save Copy of Package](http://msdn.microsoft.com/library/7b44c0d7-d8fa-4491-8836-0899f621d3a8)
42+
[Save Copy of Package](https://msdn.microsoft.com/library/7b44c0d7-d8fa-4491-8836-0899f621d3a8)
4343
[Save Packages](../integration-services/save-packages.md)
4444
[Integration Services Service (SSIS Service)](../integration-services/service/integration-services-service-ssis-service.md)
4545

docs/integration-services/advanced-editor.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ manager: craigg
3737

3838
The properties displayed vary by component. For more information on the properties that may be displayed in the **Advanced Editor**, see the following topics:
3939

40-
- [Common Properties](http://msdn.microsoft.com/library/51973502-5cc6-4125-9fce-e60fa1b7b796)
40+
- [Common Properties](https://msdn.microsoft.com/library/51973502-5cc6-4125-9fce-e60fa1b7b796)
4141

4242
- [Transformation Custom Properties](../integration-services/data-flow/transformations/transformation-custom-properties.md)
4343

44-
- [Path Properties](http://msdn.microsoft.com/library/89b1e347-9579-4f6b-af74-c6519ea08eea)
44+
- [Path Properties](https://msdn.microsoft.com/library/89b1e347-9579-4f6b-af74-c6519ea08eea)
4545

4646
For more information about the specific component that you are editing, see the description of the component in the Data Flow Elements section of the [!INCLUDE[ssISnoversion](../includes/ssisnoversion-md.md)] Objects and Concepts documentation:
4747

docs/integration-services/azure-feature-pack-for-integration-services-ssis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ The download pages also include information about prerequisites. Make sure you i
7272

7373
- [Azure Data Lake Store Destination](../integration-services/data-flow/azure-data-lake-store-destination.md)
7474

75-
- Azure Blob & Azure Data Lake Store File Enumerator. See [Foreach Loop Container](http://msdn.microsoft.com/library/95a19dde-61ca-4d9b-aa3d-131fa4264296)
75+
- Azure Blob & Azure Data Lake Store File Enumerator. See [Foreach Loop Container](https://msdn.microsoft.com/library/95a19dde-61ca-4d9b-aa3d-131fa4264296)
7676

7777
## Scenario: Processing big data
7878
Use Azure Connector to complete following big data processing work:

docs/integration-services/building-packages-programmatically/adding-connections-programmatically.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,10 +202,10 @@ End Class
202202
`Number of connections in package: 2`
203203

204204
## External Resources
205-
Technical article, [Connection Strings](http://go.microsoft.com/fwlink/?LinkId=220743), on carlprothman.net.
205+
Technical article, [Connection Strings](https://go.microsoft.com/fwlink/?LinkId=220743), on carlprothman.net.
206206

207207
## See Also
208208
[Integration Services (SSIS) Connections](../../integration-services/connection-manager/integration-services-ssis-connections.md)
209-
[Create Connection Managers](http://msdn.microsoft.com/library/6ca317b8-0061-4d9d-b830-ee8c21268345)
209+
[Create Connection Managers](https://msdn.microsoft.com/library/6ca317b8-0061-4d9d-b830-ee8c21268345)
210210

211211

docs/integration-services/building-packages-programmatically/adding-data-flow-components-programmatically.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ End Module
275275
```
276276

277277
## External Resources
278-
Blog entry, [EzAPI – Updated for SQL Server 2012](http://go.microsoft.com/fwlink/?LinkId=243223), on blogs.msdn.com.
278+
Blog entry, [EzAPI – Updated for SQL Server 2012](https://go.microsoft.com/fwlink/?LinkId=243223), on blogs.msdn.com.
279279

280280
## See Also
281281
[Connecting Data Flow Components Programmatically](../../integration-services/building-packages-programmatically/connecting-data-flow-components-programmatically.md)

docs/integration-services/building-packages-programmatically/adding-tasks-programmatically.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ End Module
405405
```
406406

407407
## External Resources
408-
Blog entry, [EzAPI – Updated for SQL Server 2012](http://go.microsoft.com/fwlink/?LinkId=243223), on blogs.msdn.com.
408+
Blog entry, [EzAPI – Updated for SQL Server 2012](https://go.microsoft.com/fwlink/?LinkId=243223), on blogs.msdn.com.
409409

410410
## See Also
411411
[Connecting Tasks Programmatically](../../integration-services/building-packages-programmatically/connecting-tasks-programmatically.md)

docs/integration-services/building-packages-programmatically/adding-the-data-flow-task-programmatically.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ End Module
7272
```
7373

7474
## External Resources
75-
Blog entry, [EzAPI – Updated for SQL Server 2012](http://go.microsoft.com/fwlink/?LinkId=243223), on blogs.msdn.com.
75+
Blog entry, [EzAPI – Updated for SQL Server 2012](https://go.microsoft.com/fwlink/?LinkId=243223), on blogs.msdn.com.
7676

7777
## See Also
7878
[Discovering Data Flow Components Programmatically](../../integration-services/building-packages-programmatically/discovering-data-flow-components-programmatically.md)

docs/integration-services/building-packages-programmatically/building-packages-programmatically.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@ manager: craigg
8686

8787
## External Resources
8888

89-
- CodePlex samples, [Integration Services Product Samples](http://go.microsoft.com/fwlink/?LinkID=131204), on www.codeplex.com/MSFTISProdSamples
89+
- CodePlex samples, [Integration Services Product Samples](https://go.microsoft.com/fwlink/?LinkID=131204), on www.codeplex.com/MSFTISProdSamples
9090

91-
- Blog entry, [Performance profiling your custom extensions](http://go.microsoft.com/fwlink/?LinkId=238831), on blogs.msdn.com.
91+
- Blog entry, [Performance profiling your custom extensions](https://go.microsoft.com/fwlink/?LinkId=238831), on blogs.msdn.com.
9292

9393
## See Also
9494
[SQL Server Integration Services](../../integration-services/sql-server-integration-services.md)

docs/integration-services/building-packages-programmatically/creating-a-package-programmatically.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,9 @@ End Module
145145

146146
## External Resources
147147

148-
- Blog entry, [API Sample - OleDB source and OleDB destination](http://go.microsoft.com/fwlink/?LinkId=220824), on blogs.msdn.com.
148+
- Blog entry, [API Sample - OleDB source and OleDB destination](https://go.microsoft.com/fwlink/?LinkId=220824), on blogs.msdn.com.
149149

150-
- Blog entry, [EzAPI – Updated for SQL Server 2012](http://go.microsoft.com/fwlink/?LinkId=243223), on blogs.msdn.com.
150+
- Blog entry, [EzAPI – Updated for SQL Server 2012](https://go.microsoft.com/fwlink/?LinkId=243223), on blogs.msdn.com.
151151

152152
## See Also
153153
[Adding Tasks Programmatically](../../integration-services/building-packages-programmatically/adding-tasks-programmatically.md)

docs/integration-services/building-packages-programmatically/handling-events-programmatically.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,6 @@ End Module
244244

245245
## See Also
246246
[Integration Services (SSIS) Event Handlers](../../integration-services/integration-services-ssis-event-handlers.md)
247-
[Add an Event Handler to a Package](http://msdn.microsoft.com/library/5e56885d-8658-480a-bed9-3f2f8003fd78)
247+
[Add an Event Handler to a Package](https://msdn.microsoft.com/library/5e56885d-8658-480a-bed9-3f2f8003fd78)
248248

249249

0 commit comments

Comments
 (0)