diff options
author | Pierrick Rassat <pierrick.rassat@gmail.com> | 2020-01-25 08:05:33 +0100 |
---|---|---|
committer | Pierrick Rassat <pierrick.rassat@gmail.com> | 2020-01-29 22:10:37 +0100 |
commit | 2caba79c769c161d400084c4c9ede9f0d3370c6e (patch) | |
tree | 7062672f148bb35687f3917bcee4b4a1c0978bcf | |
parent | 0718855beb39d976edb4dc31e6ef8b4872bd67dc (diff) | |
download | lombok-2caba79c769c161d400084c4c9ede9f0d3370c6e.tar.gz lombok-2caba79c769c161d400084c4c9ede9f0d3370c6e.tar.bz2 lombok-2caba79c769c161d400084c4c9ede9f0d3370c6e.zip |
Use reference links instead of inlined links
-rw-r--r-- | README.md | 16 |
1 files changed, 11 insertions, 5 deletions
@@ -3,12 +3,18 @@ Project Lombok is a java library that automatically plugs into your editor and build tools, spicing up your java. Never write another getter or equals method again, with one annotation your class has a fully featured builder, automate your logging variables, and much more. -See [LICENSE](https://github.com/rzwitserloot/lombok/blob/master/LICENSE) for the Project Lombok license. +See [LICENSE][licence-file] for the Project Lombok license. -Looking for professional support of Project Lombok? Lombok is now part of a [tidelift subscription](https://tidelift.com/subscription/pkg/maven-org-projectlombok-lombok?utm_source=maven-org-projectlombok-lombok&utm_medium=referral&campaign=website)! +Looking for professional support of Project Lombok? Lombok is now part of a [tidelift subscription][tidelift-sub]! -For a list of all authors, see the [AUTHORS](https://github.com/rzwitserloot/lombok/blob/master/AUTHORS) file. +For a list of all authors, see the [AUTHORS][authors-file] file. -For complete project information, see [projectlombok.org](https://projectlombok.org/) +For complete project information, see [projectlombok.org][projectlombok-site] -You can review our security policy via [SECURITY.md](https://github.com/rzwitserloot/lombok/blob/master/SECURITY.md) +You can review our security policy via [SECURITY.md][security-file] + +[licence-file]: https://github.com/rzwitserloot/lombok/blob/master/LICENSE +[authors-file]: https://github.com/rzwitserloot/lombok/blob/master/AUTHORS +[security-file]: https://github.com/rzwitserloot/lombok/blob/master/SECURITY.md +[projectlombok-site]: https://projectlombok.org/ +[tidelift-sub]: https://tidelift.com/subscription/pkg/maven-org-projectlombok-lombok?utm_source=maven-org-projectlombok-lombok&utm_medium=referral&campaign=website |