From 285d26aa7810ce835b3171c6612ec1ad4f967f2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Delaporte?= <12201973+fredericDelaporte@users.noreply.github.com> Date: Mon, 20 Jul 2020 15:22:55 +0200 Subject: [PATCH] Fix old http://nhibernate.info URIs (#2436) --- HowInstall.txt | 2 +- README.md | 14 +++++++------- build-common/NHibernate.props | 2 +- .../modules/nhibernate_mapping_attributes.xml | 2 +- doc/reference/modules/preface.xml | 2 +- doc/reference/modules/toolset_guide.xml | 2 +- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/HowInstall.txt b/HowInstall.txt index 1893c600540..febc1b2f8ba 100644 --- a/HowInstall.txt +++ b/HowInstall.txt @@ -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 \ No newline at end of file +https://nhibernate.info/blog/2008/11/09/nh2-1-0-bytecode-providers.html \ No newline at end of file diff --git a/README.md b/README.md index 7fe323692df..df544a3b355 100644 --- a/README.md +++ b/README.md @@ -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 - - has a range of resources to help you get started, +The NHibernate community website - - 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 (). +NuGet (). Alternatively binaries are available from SourceForge at . @@ -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 diff --git a/build-common/NHibernate.props b/build-common/NHibernate.props index c9741ad121b..05e06a358c8 100644 --- a/build-common/NHibernate.props +++ b/build-common/NHibernate.props @@ -25,7 +25,7 @@ NHibernate community, Hibernate community en-US - http://nhibernate.info + https://nhibernate.info https://raw.githubusercontent.com/nhibernate/nhibernate-core/master/logo/NHibernate-NuGet.png false LGPL-2.1-only diff --git a/doc/reference/modules/nhibernate_mapping_attributes.xml b/doc/reference/modules/nhibernate_mapping_attributes.xml index cdb4c7c8764..7b6ae34deb3 100644 --- a/doc/reference/modules/nhibernate_mapping_attributes.xml +++ b/doc/reference/modules/nhibernate_mapping_attributes.xml @@ -5,7 +5,7 @@ What is NHibernate.Mapping.Attributes? - 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. NHibernate require mapping streams to bind your domain model to your database. Usually, they are written (and maintained) in separated hbm.xml files. diff --git a/doc/reference/modules/preface.xml b/doc/reference/modules/preface.xml index f8ed4cc4284..d282538f558 100644 --- a/doc/reference/modules/preface.xml +++ b/doc/reference/modules/preface.xml @@ -66,7 +66,7 @@ - The Community Area on the NHibernate website is a good source for + The Community Area on the NHibernate website is a good source for design patterns and various integration solutions (ASP.NET, Windows Forms). diff --git a/doc/reference/modules/toolset_guide.xml b/doc/reference/modules/toolset_guide.xml index 1e885781bcf..023a3152294 100644 --- a/doc/reference/modules/toolset_guide.xml +++ b/doc/reference/modules/toolset_guide.xml @@ -370,7 +370,7 @@ new SchemaExport(cfg).Create(false, true);]]> A more detailed guide of hbm2net 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