Skip to content

Commit

Permalink
user guide & github urls
Browse files Browse the repository at this point in the history
  • Loading branch information
igorrosenberg committed Dec 12, 2014
1 parent 46a5696 commit ffc373b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions UmlClassDiagramGrailsPlugin.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ class UmlClassDiagramGrailsPlugin {
def title = "UML Class Diagram Plugin"
def author = "Igor Rosenberg"
def description = 'Generate UML class diagrams from your Grails app source code.'
def documentation = "https://github.com/igorrosenberg/grails-plugin-uml-class-diagram/"
def documentation = "http://igorrosenberg.github.io/grails-plugin-uml-class-diagram/"
def license = "APACHE"
def issueManagement = [ system: "JIRA", url: "https://github.com/igorrosenberg/grails-plugin-uml-class-diagram/issues" ]
def issueManagement = [ system: 'github', url: "https://github.com/igorrosenberg/grails-plugin-uml-class-diagram/issues" ]
def scm = [ url: "https://github.com/igorrosenberg/grails-plugin-uml-class-diagram/" ]
}

0 comments on commit ffc373b

Please sign in to comment.