Skip to content

Commit 9d81e87

Browse files
authored
Merge pull request #14988 from apache/more-url-cleanup
Cleanup broken documentation links, update links which have changed, standardize link syntax
2 parents 02851f4 + fda4d44 commit 9d81e87

File tree

356 files changed

+822
-803
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

356 files changed

+822
-803
lines changed

INSTALL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ For the remaining commands in this document: `gradle` is used if tooling is inst
2424

2525
Requirements for Testing
2626
------------------------------
27-
Grails has a comprehensive test suite that includes unit, integration, and functional tests. The functional tests use Testcontainers (https://www.testcontainers.org), which requires a container runtime. In the event that a container runtime is not available, the tests can be skipped by using the argument the argument `-PskipTests`. Some container runtimes require more configuration than others. Please see the Testcontainers documentation at https://java.testcontainers.org/features/configuration for how to customize the container runtime used by Testcontainers.
27+
Grails has a comprehensive test suite that includes unit, integration, and functional tests. The functional tests use Testcontainers (https://java.testcontainers.org/), which requires a container runtime. In the event that a container runtime is not available, the tests can be skipped by using the argument the argument `-PskipTests`. Some container runtimes require more configuration than others. Please see the Testcontainers documentation at https://java.testcontainers.org/features/configuration for how to customize the container runtime used by Testcontainers.
2828

2929
Project Structure
3030
------------------------------

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ limitations under the License.
2727

2828
## Introduction
2929

30-
[Apache Grails](https://grails.org/) is a framework used to build web applications with
30+
[Apache Grails](https://grails.apache.org/) is a framework used to build web applications with
3131
the [Apache Groovy](https://groovy-lang.org/) programming language. Releases prior to 7.0.0 were outside of the Apache
3232
Software Foundation. The core framework is very extensible and there are numerous [plugins](https://plugins.grails.org/)
3333
available that provide easy integration of add-on features. To assist in getting started, various Application generators
@@ -46,7 +46,7 @@ Please see the [INSTALL](INSTALL) document for instructions on how to build, use
4646

4747
Please note that the Apache Software Foundation does not offer commercial support for Apache Grails or related applications.
4848

49-
[Commercial support](https://grails.org/support.html) options are available. The products and services listed at this link are provided for information use only to our users. The Apache Grails Project does not endorse or recommend any of the products or services.
49+
[Commercial support](https://grails.apache.org/support.html) options are available. The products and services listed at this link are provided for information use only to our users. The Apache Grails Project does not endorse or recommend any of the products or services.
5050

5151
## Application Generation
5252

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The Apache Grails (incubating) is committed to the continued innovation, develop
2020
Our goal is to provide Grails framework users the support they need while maintaining as much focus as possible on innovation.
2121
The level and type of support available for earlier versions of the Grails framework will change as the framework continues to evolve.
2222

23-
For information about the currently supported versions of the Grails framework, please see our [Support Schedule](https://grails.org/support-schedule.html).
23+
For information about the currently supported versions of the Grails framework, please see our [Support Schedule](https://grails.apache.org/support-schedule.html).
2424

2525
## Reporting Vulnerabilities
2626

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# (the "License"); you may not use this file except in compliance with
66
# the License. You may obtain a copy of the License at
77
#
8-
# http://www.apache.org/licenses/LICENSE-2.0
8+
# https://www.apache.org/licenses/LICENSE-2.0
99
#
1010
# Unless required by applicable law or agreed to in writing, software
1111
# distributed under the License is distributed on an "AS IS" BASIS,

gradle/docs-dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ tasks.withType(Groovydoc).configureEach { Groovydoc gdoc ->
6565
doFirst {
6666
def gebVersion = resolveProjectVersion('geb-spock')
6767
if(gebVersion) {
68-
gdoc.link("https://www.gebish.org/manual/${gebVersion}/api/", 'geb.')
68+
gdoc.link("https://groovy.apache.org/geb/manual/${gebVersion}/api/", 'geb.')
6969
}
7070

7171
def testContainersVersion = resolveProjectVersion('testcontainers')

grails-bootstrap/src/main/resources/grails-banner.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
> | | _| '__/ _` | | / __| <
66
> | |_| | | | (_| | | \__ \ <
77
> \____|_| \__,_|_|_|___/ <
8-
> https://grails.org <
8+
> https://grails.apache.org <
99
> <

grails-data-docs/data-mapping-website/src/main/resources/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<body class='gorm'>
1313
<header class='mainheader'>
1414
<div class='content'>
15-
<a href='https://grails.org/index.html'><img class='grailslogo' src='images/gorm_logo.svg' alt='GOM LOGO'/></a>
15+
<a href='https://grails.apache.org/'><img class='grailslogo' src='images/gorm_logo.svg' alt='GOM LOGO'/></a>
1616
<a href='javascript:show(&apos;topmenus&apos;, &apos;showNavigationLink&apos;)' id='showNavigationLink'
1717
class='mobile align-center'>Show Navigation</a>
1818
<div id='topmenus'>
@@ -31,7 +31,7 @@
3131
<a href='developer-manual/index.html'>Developer Guide</a>
3232
</li>
3333
<li>
34-
<a href='https://grails.org/support.html'>Support</a>
34+
<a href='https://grails.apache.org/support.html'>Support</a>
3535
</li>
3636
</ul>
3737
</nav>
@@ -48,7 +48,7 @@ <h1>Apache GORM 7 - A powerful Groovy-based data access toolkit for the JVM</h1>
4848
<article class='quote'>
4949
<h2>
5050
<b>GORM</b> is the data access toolkit used by
51-
<a href='http://grails.org'>Grails</a> and provides a rich set of APIs for accessing relational
51+
<a href='https://grails.apache.org'>Grails</a> and provides a rich set of APIs for accessing relational
5252
and non-relational data including implementations for Hibernate (SQL) & MongoDB
5353
</h2>
5454
</article>

grails-data-graphql/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This project has not been updated for Grails 7 yet and is not included in the bu
2020

2121
## An automatic GraphQL schema generator for GORM
2222

23-
Current documentation https://grails.github.io/gorm-graphql/latest/guide/index.html
23+
Current documentation https://grails.github.io/grails-data-graphql/3.0.x/hibernate/guide/index.html
2424

2525

2626
### Dependencies

grails-data-graphql/docs/src/main/docs/guide/types.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ TIP: If you need to customize more than 1 manager, only a single bean needs to b
7070

7171
Once you have access to the manager, registration of your own type is easy. In this example a type is being registered to handle a Mongo `ObjectId`. The type will be used to do conversion of arguments in GraphQL.
7272

73-
NOTE: This process only handles how an ObjectId will be created from either Java arguments, or arguments passed inline in the GraphQL query or mutation. For Grails applications, the process of rendering the ObjectID as json is handled by link:http://views.grails.org[JSON views]. To supply behavior for how an ObjectId is rendered, see the documentation for json views. For standalone projects, you are responsible for any conversions that may need to happen.
73+
NOTE: This process only handles how an ObjectId will be created from either Java arguments, or arguments passed inline in the GraphQL query or mutation. For Grails applications, the process of rendering the ObjectID as json is handled by link:https://docs.grails.org/latest/guide/theWebLayer.html#gson[JSON views]. To supply behavior for how an ObjectId is rendered, see the documentation for json views. For standalone projects, you are responsible for any conversions that may need to happen.
7474

7575
[source,groovy]
7676
----

grails-data-hibernate5/dbmigration/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,15 @@ One popular approach is to have a root changelog named changlog.groovy (or chang
5050
* 9.0.x Grails 7
5151

5252
## Documentation
53-
* Latest https://gorm.grails.org/latest/hibernate/manual/#_grails_database_migration_plugin
54-
* Grails 2: https://grails.github.io/grails-database-migration/docs/manual/index.html
53+
54+
* Latest https://docs.grails.org/latest/grails-data/hibernate5/manual/index.html#databaseMigration
55+
* Snapshot: https://docs.grails.org/snapshot/grails-data/hibernate5/manual/index.html#databaseMigration
56+
* Grails 2: https://grails.github.io/grails-database-migration/1.4.0/
5557
* Grails 3 (Hibernate 4): https://grails.github.io/grails-database-migration/2.0.x/index.html
5658
* Grails 3/4 (Hibernate 5): https://grails.github.io/grails-database-migration/3.0.x/index.html
5759
* Grails 5 (Hibernate 5): https://grails.github.io/grails-database-migration/4.0.x/index.html
5860
* Grails 6 (Hibernate 5): https://grails.github.io/grails-database-migration/5.0.x/index.html
59-
* Grails 7 (Hibernate 5): https://gorm.grails.org/9.0.x/hibernate/manual/#_grails_database_migration_plugin
60-
* Snapshot: https://gorm.grails.org/snapshot/hibernate/manual/#_grails_database_migration_plugin
61-
61+
* Grails 7 (Hibernate 5): https://docs.grails.org/7.0.x/grails-data/hibernate5/manual/index.html#databaseMigration
6262

6363
## Package distribution
6464

0 commit comments

Comments
 (0)