Skip to content

Commit b41e565

Browse files
committed
Updated all URLs to https where possible (headers, packages, docs).
1 parent c6a4d8a commit b41e565

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

CodeAnalysisDictionary.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8" ?>
2-
<!-- Dictionary format defined here: http://msdn.microsoft.com/en-us/library/bb514188.aspx -->
2+
<!-- Dictionary format defined here: https://msdn.microsoft.com/en-us/library/bb514188.aspx -->
33
<Dictionary>
44
<Words>
55
<!--

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Autofac.Extras.EnterpriseLibraryConfigurator
22

3-
Microsoft Patterns and Practices Enterprise Library 5 support for using [Autofac](http://autofac.org) as the container.
3+
Microsoft Patterns and Practices Enterprise Library 5 support for using [Autofac](https://autofac.org) as the container.
44

55
[![Build status](https://ci.appveyor.com/api/projects/status/3o5xlwu9t8on7oue?svg=true)](https://ci.appveyor.com/project/Autofac/autofac-extras-enterpriselibraryconfigurator)
66

@@ -10,6 +10,6 @@ Microsoft Patterns and Practices Enterprise Library 5 support for using [Autofac
1010

1111
Please file issues and pull requests for this package in this repository rather than in the Autofac core repo.
1212

13-
- [Documentation](http://autofac.readthedocs.org/en/latest/integration/entlib.html)
13+
- [Documentation](https://autofac.readthedocs.io/en/latest/integration/entlib.html)
1414
- [NuGet](https://github.com/autofac/Autofac.Extras.EnterpriseLibraryConfigurator/)
15-
- [Contributing](http://autofac.readthedocs.org/en/latest/contributors.html)
15+
- [Contributing](https://autofac.readthedocs.io/en/latest/contributors.html)

src/Autofac.Extras.EnterpriseLibraryConfigurator/Autofac.Extras.EnterpriseLibraryConfigurator.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<id>Autofac.Extras.EnterpriseLibraryConfigurator</id>
55
<version>$version$</version>
66
<authors>Autofac Contributors</authors>
7-
<licenseUrl>http://www.opensource.org/licenses/mit-license.php</licenseUrl>
7+
<licenseUrl>https://opensource.org/licenses/mit-license.php</licenseUrl>
88
<requireLicenseAcceptance>false</requireLicenseAcceptance>
99
<description>Microsoft Enterprise Library features generally assume Unity as the backing store for IoC operations. This extension allows you to use Autofac as the backing store for Microsoft Enterprise Library application blocks.</description>
1010
<summary>Microsoft Patterns and Practices Enterprise Library 5 support for using Autofac as the container.</summary>
1111
<language>en-US</language>
1212
<title>Autofac Extras: Enterprise Library 5 Configuration Support</title>
13-
<projectUrl>http://autofac.org</projectUrl>
13+
<projectUrl>https://autofac.org</projectUrl>
1414
<iconUrl>https://cloud.githubusercontent.com/assets/1156571/13684110/16b8f152-e6bf-11e5-84ae-22c66c6d351a.png</iconUrl>
1515
<releaseNotes>Release notes are at https://github.com/autofac/Autofac.Extras.EnterpriseLibraryConfigurator/releases</releaseNotes>
1616
<dependencies>

0 commit comments

Comments
 (0)