Skip to content

Commit

Permalink
Fix website GitHub name
Browse files Browse the repository at this point in the history
  • Loading branch information
hanggrian committed Aug 20, 2021
1 parent c7ea5c0 commit ca0aa3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Using plugins DSL:

```gradle
plugins {
id('com.hendraanggrian.packaging') version "${version}"
id('com.hendraanggrian.packaging') version "$version"
}
```

Expand Down
2 changes: 1 addition & 1 deletion website/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<header>
<h1>Packaging Gradle Plugin</h1>
<p>Start making native distributions for your JAR</p>
<p class="view"><a href="http://github.com/hendraanggrian/packaging-gradle-plugin">View the Project on GitHub <small>hendraanggrian/javapoet-ktx</small></a></p>
<p class="view"><a href="http://github.com/hendraanggrian/packaging-gradle-plugin">View the Project on GitHub <small>hendraanggrian/packaging-gradle-plugin</small></a></p>
<ul>
<li><a href="https://github.com/hendraanggrian/packaging-gradle-plugin/zipball/master">Download <strong>ZIP File</strong></a></li>
<li><a href="https://github.com/hendraanggrian/packaging-gradle-plugin/tarball/master">Download <strong>TAR Ball</strong></a></li>
Expand Down

0 comments on commit ca0aa3d

Please sign in to comment.