Skip to content

Commit

Permalink
Fix old http://nhibernate.info URIs (#2436)
Browse files Browse the repository at this point in the history
  • Loading branch information
fredericDelaporte authored Jul 20, 2020
1 parent cf32e05 commit 285d26a
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion HowInstall.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ Required Bins : Minimal required assemblies to work with NHibernate
Required for LazyLoading :
NHibernate 2.1 has a new important feature regarding dynamic-proxy systems for lazy-loading
Details are available in releasenotes.txt and in this post
http://nhibernate.info/blog/2008/11/09/nh2-1-0-bytecode-providers.html
https://nhibernate.info/blog/2008/11/09/nh2-1-0-bytecode-providers.html
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@ Welcome to NHibernate
NHibernate is a mature, open source object-relational mapper for the .NET framework. It is actively developed,
fully featured and used in thousands of successful projects.

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

[A1]: http://nhibernate.info/doc/
[A2]: http://nhibernate.info/blog/
[A3]: http://nhibernate.info/doc/nh/en/index.html
[A1]: https://nhibernate.info/doc/
[A2]: https://nhibernate.info/blog/
[A3]: https://nhibernate.info/doc/nh/en/index.html

Latest Release Version
--------------

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

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

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

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

Licenses
Expand Down
2 changes: 1 addition & 1 deletion build-common/NHibernate.props
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<Authors>NHibernate community, Hibernate community</Authors>
<NeutralLanguage>en-US</NeutralLanguage>

<PackageProjectUrl>http://nhibernate.info</PackageProjectUrl>
<PackageProjectUrl>https://nhibernate.info</PackageProjectUrl>
<PackageIconUrl>https://raw.githubusercontent.com/nhibernate/nhibernate-core/master/logo/NHibernate-NuGet.png</PackageIconUrl>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageLicenseExpression>LGPL-2.1-only</PackageLicenseExpression>
Expand Down
2 changes: 1 addition & 1 deletion doc/reference/modules/nhibernate_mapping_attributes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<abstract id="mapping-attributes-abstract">
<title>What is NHibernate.Mapping.Attributes?</title>
<formalpara>
<title>NHibernate.Mapping.Attributes is an add-in for <ulink url="http://nhibernate.info/">NHibernate</ulink> contributed by Pierre Henri Kuaté
<title>NHibernate.Mapping.Attributes is an add-in for <ulink url="https://nhibernate.info/">NHibernate</ulink> contributed by Pierre Henri Kuaté
(aka <emphasis>KPixel</emphasis>); the former implementation was made by John Morris.</title>
<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>
</formalpara>
Expand Down
2 changes: 1 addition & 1 deletion doc/reference/modules/preface.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
</listitem>
<listitem>
<para>
The Community Area on the <ulink url="http://nhibernate.info/">NHibernate website</ulink> is a good source for
The Community Area on the <ulink url="https://nhibernate.info/">NHibernate website</ulink> is a good source for
design patterns and various integration solutions (ASP.NET, Windows Forms).
</para>
</listitem>
Expand Down
2 changes: 1 addition & 1 deletion doc/reference/modules/toolset_guide.xml
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ new SchemaExport(cfg).Create(false, true);]]></programlisting>
</table>
<para>
A more detailed guide of <literal>hbm2net</literal> is available in
http://nhibernate.info/blog/2009/12/12/t4-hbm2net-alpha-2.html
https://nhibernate.info/blog/2009/12/12/t4-hbm2net-alpha-2.html
</para>
Expand Down

0 comments on commit 285d26a

Please sign in to comment.