Skip to content

Commit 206d415

Browse files
committed
Change links from nhforge.org to nhibernate.info
1 parent a3e3e11 commit 206d415

File tree

9 files changed

+11
-11
lines changed

9 files changed

+11
-11
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ For the least friction, please follow the steps in the order presented, being ca
66

77
## Check for Existing Issues Visit
88

9-
[http://jira.nhforge.org][1] and search for your issue. If you see it, voting for it is a good way to increase the visibility of the issue.
9+
[https://nhibernate.jira.com][1] and search for your issue. If you see it, voting for it is a good way to increase the visibility of the issue.
1010
## Create a JIRA Issue
1111

1212
JIRA is used to generate the release notes and serves as a central point of reference for all changes that have occurred to NHibernate.
@@ -96,7 +96,7 @@ The NHibernate team monitors JIRA and GitHub regularly, so your request will be
9696

9797
The NHibernate community values your contributions. Thank you for the time you have invested.
9898

99-
[1]: http://jira.nhforge.org/
99+
[1]: https://nhibernate.jira.com/
100100
[2]: https://nhibernate.jira.com/browse/NH-2866
101101
[3]: http://www.editorconfig.org/
102102
[4]: http://groups.google.com/group/nhibernate-development

Contributor Guide.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ <h1>Contributing to NHibernate</h1>
2121

2222
<h2>Check for Existing Issues</h2>
2323

24-
Visit <a href="http://jira.nhforge.org/">http://jira.nhforge.org</a> and search for your issue. If you see it, voting for it is a good way to increase the visibility of the issue.
24+
Visit <a href="https://nhibernate.jira.com/">https://nhibernate.jira.com</a> and search for your issue. If you see it, voting for it is a good way to increase the visibility of the issue.
2525

2626
<h2>Create a JIRA Issue</h2>
2727

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://nhforge.org/blogs/nhibernate/archive/2008/11/09/nh2-1-0-bytecode-providers.aspx
7+
http://nhibernate.info/blog/2008/11/09/nh2-1-0-bytecode-providers.html

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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://www.nhibernate.info> - has a range of resources to help you get started,
7+
The NHibernate community website - <http://nhibernate.info> - has a range of resources to help you get started,
88
including [howtos][A1], [blogs][A2] and [reference documentation][A3].
99

1010
[A1]: http://nhibernate.info/doc/

ReleaseProcedure.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ These are the tasks typically needed to create an official NHibernate release.
2929
* Upload binary and source zip files to SourceForge. Update the "latest
3030
release".
3131

32-
* Update download link on NHForge.
32+
* Update download link on nhibernate.info.
3333

3434
* Push nuget packages including the symbol packages. The nuget packages
3535
should already be available in the build directory, together with a batch

doc/NHibernate.shfbproj.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<HtmlHelpName>NHibernateAPI</HtmlHelpName>
1919
<HelpFileFormat>HtmlHelp1x</HelpFileFormat>
2020
<CopyrightText>NHibernate</CopyrightText>
21-
<CopyrightHref>www.nhforge.org</CopyrightHref>
21+
<CopyrightHref>nhibernate.info</CopyrightHref>
2222
<FeedbackEMailAddress>http://groups.google.com/group/nhibernate-development</FeedbackEMailAddress>
2323
<FeedbackEMailLinkText>nhibernate team</FeedbackEMailLinkText>
2424
<HelpTitle>NHibernate API Reference</HelpTitle>

doc/reference/modules/preface.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
</listitem>
6868
<listitem>
6969
<para>
70-
The Community Area on the <ulink url="http://www.nhforge.org/">NHibernate website</ulink> is a good source for
70+
The Community Area on the <ulink url="http://nhibernate.info/">NHibernate website</ulink> is a good source for
7171
design patterns and various integration solutions (ASP.NET, Windows Forms).
7272
</para>
7373
</listitem>
@@ -76,7 +76,7 @@
7676
<para>
7777
If you have questions, use the
7878
<ulink url="http://groups.google.com/group/nhusers">NHibernate user forum</ulink>.
79-
We also provide a <ulink url="http://jira.nhforge.org/">JIRA issue trackings system</ulink>
79+
We also provide a <ulink url="https://nhibernate.jira.com/">JIRA issue trackings system</ulink>
8080
for bug reports and feature requests.
8181
If you are interested in the development of NHibernate, join the developer mailing list.
8282
If you are interested in translating this documentation into your language, contact us

doc/reference/modules/toolset_guide.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ new SchemaExport(cfg).Create(false, true);]]></programlisting>
365365
</table>
366366
<para>
367367
A more detailed guide of <literal>hbm2net</literal> is available in
368-
http://nhforge.org/blogs/nhibernate/archive/2009/12/12/t4-hbm2net-alpha-2.aspx
368+
http://nhibernate.info/blog/2009/12/12/t4-hbm2net-alpha-2.html
369369
</para>
370370

371371

src/NHibernate/NHibernate.nuspec.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<dependency id="Iesi.Collections" version="[4,5)" />
1818
</dependencies>
1919
<projectUrl>
20-
http://www.nhforge.org
20+
http://nhibernate.info
2121
</projectUrl>
2222
<iconUrl>https://raw.github.com/nhibernate/nhibernate-core/master/logo/NHibernate-NuGet.png</iconUrl>
2323
<licenseUrl>https://raw.github.com/nhibernate/nhibernate-core/master/lgpl.txt</licenseUrl>

0 commit comments

Comments
 (0)