Skip to content

Commit f54a241

Browse files
WEBSITE-177 WEBSITE-176 WEBSITE-174 WEBSITE-171 WEBSITE-170 WEBSITE-162
WEBSITE-161 WEBSITE-159 WEBSITE-157 Fix various old links by adding redirections
1 parent d613771 commit f54a241

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

_config/redirects.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,15 @@ subprojects/shards/download.html: /others/
9292
#Today I am redirecting them tot he main doc page. can do better?
9393
hib_docs/annotations/reference/en/html/entity.html: /orm/documentation/
9494
hib_docs/annotations/reference/en/html_single/: /orm/documentation/
95-
hib_docs/entitymanager/reference/en/html_single/: /orm/documentation/
95+
hib_docs/entitymanager/reference/en/html_single/: http://docs.jboss.org/hibernate/entitymanager/3.6/reference/en/html_single/
96+
hib_docs/entitymanager/reference/en/html/queryhql.html: http://docs.jboss.org/hibernate/entitymanager/3.6/reference/en/html/queryhql.html
97+
hib_docs/search/reference/en/html_single/: http://docs.jboss.org/hibernate/search/3.4/reference/en-US/html_single/
9698
hib_docs/nhibernate/1.2/reference/en/html/mapping.html: http://nhibernate.org
9799
hib_docs/nhibernate/1.2/reference/en/html_single/: http://nhibernate.org
100+
hib_docs/nhibernate/1.2/reference/en/html/: http://nhibernate.org
101+
hib_docs/nhibernate/html/example-parentchild.html: http://nhibernate.org
98102
hib_docs/tools/reference/en/html_single/: http://www.jboss.org/tools/docs/
103+
hib_docs/tools/reference/en/html/ant.html: http://docs.jboss.org/hibernate/core/3.6/reference/en-US/html/toolsetguide.html#toolsetguide-s1-5
99104

100105
# Old cwiki redirects
101106

@@ -106,6 +111,7 @@ hib_docs/tools/reference/en/html_single/: http://ww
106111
152.html: /orm/documentation/getting-started/
107112
397.html: /orm/
108113
422.html: /orm/contribute/
114+
398.html: /orm/documentation/old-jpa-migration-guide/
109115

110116
# ORM FAQ wiki pages.
111117
9.html: /orm/faq/
@@ -125,6 +131,7 @@ hib_docs/tools/reference/en/html_single/: http://ww
125131

126132
## Validator
127133
412.html: /validator/
134+
469.html: https://community.jboss.org/en/hibernate/validator
128135

129136
## Tools
130137
255.html: http://www.jboss.org/tools/docs/
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
= Java Persistence migration guide
2+
:awestruct-layout: project-frame
3+
:awestruct-project: orm
4+
5+
Unfortunately, the content you are looking for is no longer available.
6+
7+
Hibernate ORM started to support Java Persistence in 2006.
8+
In other words, a looooong time ago in internet time.
9+
10+
We recommend you to read the latest link:/orm/documentation/[Hibernate ORM documentation]
11+
as a starting point to your Java Persistence exploration.

0 commit comments

Comments
 (0)