Skip to content

Commit d93d489

Browse files
authored
Merge pull request gpc#51 from gpc/chore/docs-related-cleanup
Updated documentation, Asciidoctor
2 parents c385776 + f0b9e64 commit d93d489

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Rendering Grails Plugin
44
=======================
55

6-
This plugin adds PDF, GIF, PNG and JPEG rendering facilities to Grails applications via the [XHTML Renderer](https://xhtmlrenderer.dev.java.net/) library.
6+
This plugin adds PDF, GIF, PNG and JPEG rendering facilities to Grails applications via the [XHTML Renderer](https://github.com/flyingsaucerproject/flyingsaucer) library.
77

88
Rendering is either done directly via one of the `«format»RenderingService` services …
99

@@ -15,5 +15,5 @@ Or via one of the `render«format»()` methods added to controllers …
1515

1616
Please see the [User Guide](http://gpc.github.io/rendering/ "Grails Rendering Plugin @ GitHub") for more information.
1717

18-
The plugin is released under the [Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0.html "Apache License, Version 2.0 - The Apache Software Foundation") and is produced under the [Grails Plugin Collective](http://gpc.github.com/).
19-
However, it does [LGPL](http://www.gnu.org/licenses/lgpl.html) libraries: [XhtmlRenderer](https://code.google.com/p/flying-saucer/) and [iText](http://sourceforge.net/projects/itext/).
18+
The plugin is released under the [Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0.html "Apache License, Version 2.0 - The Apache Software Foundation") and is produced under the [Grails Plugin Collective](https://github.com/gpc).
19+
However, it does include [LGPL](http://www.gnu.org/licenses/lgpl.html) libraries: [XhtmlRenderer](https://github.com/flyingsaucerproject/flyingsaucer)

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
projectVersion=7.0.0-SNAPSHOT
22
grailsVersion=7.0.0-RC2
33
javaVersion=17
4-
asciidoctorGradlePluginVersion=4.0.4
4+
asciidoctorGradlePluginVersion=4.0.5
55

src/main/asciidoc/1. Introduction.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= Introduction
22

3-
This plugin adds additional rendering capabilities to Grails applications via the https://xhtmlrenderer.dev.java.net/[XHTML Renderer] library.
3+
This plugin adds additional rendering capabilities to Grails applications via the https://github.com/flyingsaucerproject/flyingsaucer[XHTML Renderer] library.
44

55
Rendering is either done directly via `«format»RenderingService` services ...
66

src/main/asciidoc/3. Rendering.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ new File("coupon.jpg").withOutputStream { outputStream ->
3030
}
3131
----
3232

33-
For information on rendering to the HTTP response, see <<guide:5. Rendering To The Response,Rendering To The Response>>.
33+
For information on rendering to the HTTP response, see <<rendering-to-the-response,Rendering To The Response>>.
3434

3535
=== Basic Render Arguments
3636

0 commit comments

Comments
 (0)