Skip to content

Commit 9711784

Browse files
committed
Merge branch 'master' into 5.3.x
2 parents a10ba17 + 285d26a commit 9711784

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

HowInstall.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ Required Bins : Minimal required assemblies to work with NHibernate
44
Required for LazyLoading :
55
NHibernate 2.1 has a new important feature regarding dynamic-proxy systems for lazy-loading
66
Details are available in releasenotes.txt and in this post
7-
http://nhibernate.info/blog/2008/11/09/nh2-1-0-bytecode-providers.html
7+
https://nhibernate.info/blog/2008/11/09/nh2-1-0-bytecode-providers.html

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@ Welcome to NHibernate
44
NHibernate is a mature, open source object-relational mapper for the .NET framework. It is actively developed,
55
fully featured and used in thousands of successful projects.
66

7-
The NHibernate community website - <http://nhibernate.info> - has a range of resources to help you get started,
7+
The NHibernate community website - <https://nhibernate.info> - has a range of resources to help you get started,
88
including [howtos][A1], [blogs][A2] and [reference documentation][A3].
99

10-
[A1]: http://nhibernate.info/doc/
11-
[A2]: http://nhibernate.info/blog/
12-
[A3]: http://nhibernate.info/doc/nh/en/index.html
10+
[A1]: https://nhibernate.info/doc/
11+
[A2]: https://nhibernate.info/blog/
12+
[A3]: https://nhibernate.info/doc/nh/en/index.html
1313

1414
Latest Release Version
1515
--------------
1616

1717
The quickest way to get the latest release of NHibernate is to add it to your project using
18-
NuGet (<http://nuget.org/List/Packages/NHibernate>).
18+
NuGet (<https://nuget.org/List/Packages/NHibernate>).
1919

2020
Alternatively binaries are available from SourceForge at <http://sourceforge.net/projects/nhibernate>.
2121

@@ -58,8 +58,8 @@ If you find any bugs, please report them using the [GitHub issue tracker][C1]. A
5858
test-case that demonstrates the issue is usually required. Instructions on providing a test-case
5959
can be found in [contributing guidelines][C3] or [here][C2].
6060

61-
[C1]: http://github.com/nhibernate/nhibernate-core/issues
62-
[C2]: http://nhibernate.info/blog/2008/10/04/the-best-way-to-solve-nhibernate-bugs-submit-good-unit-test.html
61+
[C1]: https://github.com/nhibernate/nhibernate-core/issues
62+
[C2]: https://nhibernate.info/blog/2008/10/04/the-best-way-to-solve-nhibernate-bugs-submit-good-unit-test.html
6363
[C3]: CONTRIBUTING.md
6464

6565
Licenses

build-common/NHibernate.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<Authors>NHibernate community, Hibernate community</Authors>
2626
<NeutralLanguage>en-US</NeutralLanguage>
2727

28-
<PackageProjectUrl>http://nhibernate.info</PackageProjectUrl>
28+
<PackageProjectUrl>https://nhibernate.info</PackageProjectUrl>
2929
<PackageIconUrl>https://raw.githubusercontent.com/nhibernate/nhibernate-core/master/logo/NHibernate-NuGet.png</PackageIconUrl>
3030
<PackageIcon>NHibernate-NuGet.png</PackageIcon>
3131
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>

doc/reference/modules/nhibernate_mapping_attributes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<abstract id="mapping-attributes-abstract">
66
<title>What is NHibernate.Mapping.Attributes?</title>
77
<formalpara>
8-
<title>NHibernate.Mapping.Attributes is an add-in for <ulink url="http://nhibernate.info/">NHibernate</ulink> contributed by Pierre Henri Kuaté
8+
<title>NHibernate.Mapping.Attributes is an add-in for <ulink url="https://nhibernate.info/">NHibernate</ulink> contributed by Pierre Henri Kuaté
99
(aka <emphasis>KPixel</emphasis>); the former implementation was made by John Morris.</title>
1010
<para>NHibernate require mapping streams to bind your domain model to your database. Usually, they are written (and maintained) in separated hbm.xml files.</para>
1111
</formalpara>

doc/reference/modules/preface.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
</listitem>
6767
<listitem>
6868
<para>
69-
The Community Area on the <ulink url="http://nhibernate.info/">NHibernate website</ulink> is a good source for
69+
The Community Area on the <ulink url="https://nhibernate.info/">NHibernate website</ulink> is a good source for
7070
design patterns and various integration solutions (ASP.NET, Windows Forms).
7171
</para>
7272
</listitem>

doc/reference/modules/toolset_guide.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ new SchemaExport(cfg).Create(false, true);]]></programlisting>
370370
</table>
371371
<para>
372372
A more detailed guide of <literal>hbm2net</literal> is available in
373-
http://nhibernate.info/blog/2009/12/12/t4-hbm2net-alpha-2.html
373+
https://nhibernate.info/blog/2009/12/12/t4-hbm2net-alpha-2.html
374374
</para>
375375
376376

0 commit comments

Comments
 (0)