Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Changed all symentis links to gpc to make docs work again
  • Loading branch information
sbglasius authored Nov 7, 2024
1 parent b93124f commit 10ef6ae
Showing 1 changed file with 16 additions and 15 deletions.
31 changes: 16 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@ For older Grails versions, see "Supported Grails Versions" below.
This repositories new artifacts are currently moved to Maven Central, sind Bintray will shut down MAY/01/21. You can obtain the old artifacts from https://repo.grails.org.

## Documentation
* For current release documentation, see [User Guide](https://symentis.github.io/grails-audit-logging-plugin/latest/plugin.html)
* For snapshot documentation, see [Snapshot User Guide](https://symentis.github.io/grails-audit-logging-plugin/snapshot/plugin.html)
* For 4.x documentation, see [4.x User Guide](https://symentis.github.io/grails-audit-logging-plugin/4.0.x/plugin.html)
* For 3.x documentation, see [3.x User Guide](https://symentis.github.io/grails-audit-logging-plugin/3.0.x/plugin.html)
* For 2.x documentation, see [2.x User Guide](https://symentis.github.io/grails-audit-logging-plugin/2.0.x/plugin.html)

## Supported Grails versions
* Grails 4.0.x: [master branch (5.0.x version)](https://github.com/symentis/grails-audit-logging-plugin/tree/master) Alternatively up to Grails 4.0.9: [4.x_maintenance branch](https://github.com/symentis/grails-audit-logging-plugin/tree/4.x_maintenance)
* Grails 3.3.x: [3.x_maintenance branch](https://github.com/symentis/grails-audit-logging-plugin/tree/3.x_maintenance)
* Grails 3.0.x-3.2.x: [2.x_maintenance branch](https://github.com/symentis/grails-audit-logging-plugin/tree/2.x_maintenance)
* Grails 2.x: [1.x_maintenance branch](https://github.com/symentis/grails-audit-logging-plugin/tree/1.x_maintenance)
* For current release documentation, see [User Guide](https://gpc.github.io/grails-audit-logging-plugin/latest/plugin.html)
* For snapshot documentation, see [Snapshot User Guide](https://gpc.github.io/grails-audit-logging-plugin/snapshot/plugin.html)
* For 4.x documentation, see [4.x User Guide](https://gpc.github.io/grails-audit-logging-plugin/4.0.x/plugin.html)
* For 3.x documentation, see [3.x User Guide](https://gpc.github.io/grails-audit-logging-plugin/3.0.x/plugin.html)
* For 2.x documentation, see [2.x User Guide](https://gpc.github.io/grails-audit-logging-plugin/2.0.x/plugin.html)

## Grails versions
* Grails 4.0.x: [master branch (5.0.x version)](https://github.com/gpc/grails-audit-logging-plugin/tree/master) Alternatively up to Grails 4.0.9: [4.x_maintenance branch](https://github.com/gpc/grails-audit-logging-plugin/tree/4.x_maintenance)
* Grails 3.3.x: [3.x_maintenance branch](https://github.com/gpc/grails-audit-logging-plugin/tree/3.x_maintenance)
* Grails 3.0.x-3.2.x: [2.x_maintenance branch](https://github.com/gpc/grails-audit-logging-plugin/tree/2.x_maintenance)
* Grails 2.x: [1.x_maintenance branch](https://github.com/gpc/grails-audit-logging-plugin/tree/1.x_maintenance)

## audit-quickstart
You need to perform "grails audit-quickstart \<package\> \<DomainClass\>" after installing this plugin's 2.0.x version or later.
Expand All @@ -39,15 +39,15 @@ grails audit-quickstart org.example.myproject MyAuditLogEvent

## Issue Management

See [GitHub Issues](https://github.com/symentis/grails-audit-logging-plugin/issues "Issues")
See [GitHub Issues](https://github.com/gpc/grails-audit-logging-plugin/issues "Issues")

## Pull Requests
Pull requests are highly appreciated and welcome!

Please add integration tests for new features to the audit-test application.

## Contributors
Special thanks to all the <a href="https://github.com/symentis/grails-audit-logging-plugin/graphs/contributors">contributors</a> (in alphabetical order):
Special thanks to all the <a href="https://github.com/gpc/grails-audit-logging-plugin/graphs/contributors">contributors</a> (in alphabetical order):

Aaron Long
Alan Wikie
Expand All @@ -70,17 +70,18 @@ Special thanks to all the <a href="https://github.com/symentis/grails-audit-logg
Matt Long
Matthew A Stewart
Paul Taylor
Robert Oschwald
Sami Mäkelä
Sebastien Arbogast
Semyon Atamas
Shawn Hartsock
Tom Crossland

Project lead: Robert Oschwald
Project lead: TBD


## Continuous Integration Server
![Build Status](https://github.com/symentis/grails-audit-logging-plugin/actions/workflows/ci.yaml/badge.svg?branch=master)
![Build Status](https://github.com/gpc/grails-audit-logging-plugin/actions/workflows/ci.yaml/badge.svg?branch=master)

## Maven Central Repository
This plugin will be available from Maven Central, soon. Older versions (up to 4.0.3) are available from the [Grails Artifact Repository](https://repo.grails.org/ui/).
Expand Down

0 comments on commit 10ef6ae

Please sign in to comment.