Skip to content

Commit

Permalink
docs: update README links to the correct GitHub repo
Browse files Browse the repository at this point in the history
Updated links in the README to point to the correct GitHub repository following the migration from the Grails GitHub organization.
  • Loading branch information
matrei committed Jan 9, 2025
1 parent 3b64c38 commit 8ca7196
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
# Grails Mail Plugin

[![Maven Central](https://img.shields.io/maven-central/v/org.grails.plugins/mail.svg?label=Maven%20Central)](https://central.sonatype.com/artifact/org.grails.plugins/mail)
[![Java CI](https://github.com/grails/grails-mail/actions/workflows/gradle.yml/badge.svg?event=push)](https://github.com/grails/grails-mail/actions/workflows/gradle.yml)
[![Java CI](https://github.com/gpc/grails-mail/actions/workflows/gradle.yml/badge.svg?event=push)](https://github.com/gpc/grails-mail/actions/workflows/gradle.yml)

## About
The Grails Mail Plugin provides a convenient DSL (Domain Specific Language) for _sending_ email. It supports plain text, html, attachments, inline resources and i18n among other features.

The Grails mail plugin provides a convenient DSL for _sending_ email. It supports plain text, html, attachments, inline resources and i18n among other features.

Mail can be sent using the `mailService.sendMail` method. Here is an example…
Mail can be sent using the `mailService.sendMail` method. Here is an example:
```groovy
mailService.sendMail {
to '[email protected]', '[email protected]'
Expand All @@ -21,7 +19,7 @@ mailService.sendMail {

## Documentation

[Latest documentation](https://grails.github.io/grails-mail/latest/) and [snapshots](https://grails.github.io/grails-mail/snapshot/) are available.
[Latest documentation](https://gpc.github.io/grails-mail/latest/) and [snapshots](https://gpc.github.io/grails-mail/snapshot/) are available.

## Versions

Expand All @@ -35,7 +33,7 @@ mailService.sendMail {

## Issues

Issues can be raised via [GitHub Issues](https://github.com/grails/grails-mail/issues).
Issues can be raised via [GitHub Issues](https://github.com/gpc/grails-mail/issues).

## Contributing

Expand Down

0 comments on commit 8ca7196

Please sign in to comment.