You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/vote_templates/announce.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@ The Apache Grails community is pleased to announce the release of Apache Grails
2
2
3
3
Grails is a powerful Groovy-based web application framework for the JVM built on top of Spring Boot that has many plugins to further extend its functionality.
4
4
5
-
This release another milestone on our journey to a final 7.0 release. Users are encouraged to try the milestone to provide early feedback. Detailed upgrade instructions are available here: https://docs.grails.org/${VERSION}/guide/upgrading.html
5
+
This release another milestone on our journey to a final 7.0 release. Users are encouraged to try the milestone to provide early feedback. Detailed upgrade instructions are available here: https://grails.apache.org/docs/${VERSION}/guide/upgrading.html
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ limitations under the License.
19
19
20
20
First off, thanks for taking the time to contribute! ❤️
21
21
22
-
Grails is an open source project with an active community and we rely heavily on that community to help make Grails better. As such, there are various ways in which people can contribute to Grails. One of these is by [writing useful plugins](https://docs.grails.org/latest/guide/plugins.html) and making them publicly available.
22
+
Grails is an open source project with an active community and we rely heavily on that community to help make Grails better. As such, there are various ways in which people can contribute to Grails. One of these is by [writing useful plugins](https://grails.apache.org/docs/latest/guide/plugins.html) and making them publicly available.
23
23
24
24
All types of contributions are encouraged and valued. See the [Table of Contents](#table-of-contents) for different ways to help and details about how this project handles them. Please make sure to read the relevant section before making your contribution. It will make it a lot easier for us maintainers and smooth out the experience for all involved. The community looks forward to your contributions. 🎉
25
25
@@ -49,7 +49,7 @@ All types of contributions are encouraged and valued. See the [Table of Contents
49
49
50
50
## I Have a Question
51
51
52
-
> If you want to ask a question, we assume that you have read the available [Documentation](https://docs.grails.org/latest/).
52
+
> If you want to ask a question, we assume that you have read the available [Documentation](https://grails.apache.org/docs/latest/).
53
53
54
54
Before you ask a question, it is best to search for existing [Issues](https://github.com/apache/grails-core/issues) that might help you. In case you have found a suitable issue and still need clarification, you can write your question in this issue. It is also advisable to search the internet for answers first.
55
55
@@ -63,7 +63,7 @@ If you then still feel the need to ask a question and need clarification, we rec
63
63
64
64
## I Want to Write a Grails Plugin
65
65
66
-
[Grails Plugins](https://docs.grails.org/latest/guide/plugins.html) are similar to a Grails Application project, but they include a plugin descriptor and package shared functionality for other Grails Applications to use. More information can be found [here](https://docs.grails.org/latest/guide/plugins.html#creatingAndInstallingPlugins).
66
+
[Grails Plugins](https://grails.apache.org/docs/latest/guide/plugins.html) are similar to a Grails Application project, but they include a plugin descriptor and package shared functionality for other Grails Applications to use. More information can be found [here](https://grails.apache.org/docs/latest/guide/plugins.html#creatingAndInstallingPlugins).
67
67
68
68
## I Want to Contribute
69
69
@@ -79,7 +79,7 @@ If you then still feel the need to ask a question and need clarification, we rec
79
79
A good bug report shouldn't leave others needing to chase you up for more information. Therefore, we ask you to investigate carefully, collect information and describe the issue in detail in your report. Please complete the following steps in advance to help us fix any potential bug as fast as possible.
80
80
81
81
- Make sure that you are using the latest version.
82
-
- Determine if your bug is really a bug and not an error on your side e.g. using incompatible environment components/versions (Make sure that you have read the [documentation](https://docs.grails.org/latest/). If you are looking for support, you might want to check [this section](#i-have-a-question)).
82
+
- Determine if your bug is really a bug and not an error on your side e.g. using incompatible environment components/versions (Make sure that you have read the [documentation](https://grails.apache.org/docs/latest/). If you are looking for support, you might want to check [this section](#i-have-a-question)).
83
83
- To see if other users have experienced (and potentially already solved) the same issue you are having, check if there is not already a bug report existing for your bug or error in the [bug tracker](https://github.com/apache/grails-coreissues?q=label%3Abug).
84
84
- Also make sure to search the internet (including Stack Overflow) to see if users outside of the GitHub community have discussed the issue.
85
85
- Collect information about the bug:
@@ -116,7 +116,7 @@ This section guides you through submitting an enhancement suggestion for Grails,
116
116
#### Before Submitting an Enhancement
117
117
118
118
- Make sure that you are using the latest version.
119
-
- Read the [documentation](https://docs.grails.org/latest/) carefully and find out if the functionality is already covered, maybe by an individual configuration.
119
+
- Read the [documentation](https://grails.apache.org/docs/latest/) carefully and find out if the functionality is already covered, maybe by an individual configuration.
120
120
- Perform a [search](https://github.com/apache/grails-core/issues) to see if the enhancement has already been suggested. If it has, add a comment to the existing issue instead of opening a new one.
121
121
- Find out whether your idea fits with the scope and aims of the project. It's up to you to make a strong case to convince the project's developers of the merits of this feature. Keep in mind that we want features that will be useful to the majority of our users and not just a small subset. If you're just targeting a minority of users, consider writing an add-on/plugin library.
122
122
@@ -193,9 +193,9 @@ By default, Grails forks a JVM to run the application. The `-debug-jvm` argument
193
193
194
194
### Improving The Documentation
195
195
196
-
There are many aspects to [Grail's documentation](https://docs.grails.org/)
197
-
-[API](https://docs.grails.org/latest/api/) documentation in the code itself via javadoc & groovydoc.
198
-
-[The Grails User Guide](https://docs.grails.org/latest/guide/single.html) from the `grails-doc` project in this
196
+
There are many aspects to [Grail's documentation](https://grails.apache.org/docs/)
197
+
-[API](https://grails.apache.org/docs/latest/api/) documentation in the code itself via javadoc & groovydoc.
198
+
-[The Grails User Guide](https://grails.apache.org/docs/latest/guide/single.html) from the `grails-doc` project in this
199
199
repository.
200
200
- Various how-to [Guides](https://guides.grails.org/index.html) from
201
201
the [grails-guides](https://github.com/grails-guides) Organization.
Copy file name to clipboardExpand all lines: INSTALL
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
Grails Installation Guide
2
2
=======================
3
3
4
-
Grails is a powerful Groovy-based web application framework for the JVM built on top of Spring Boot that has many plugins to further extend its functionality. The full documentation for how to install Grails via different mechanisms and use it can be found at `https://docs.grails.org/latest`. This document specifically covers the basic building and installation of Grails from a source distribution.
4
+
Grails is a powerful Groovy-based web application framework for the JVM built on top of Spring Boot that has many plugins to further extend its functionality. The full documentation for how to install Grails via different mechanisms and use it can be found at `https://grails.apache.org/docs/latest`. This document specifically covers the basic building and installation of Grails from a source distribution.
0 commit comments