diff options
author | Reinier Zwitserloot <r.zwitserloot@projectlombok.org> | 2020-01-30 21:02:18 +0100 |
---|---|---|
committer | Reinier Zwitserloot <r.zwitserloot@projectlombok.org> | 2020-01-30 21:02:18 +0100 |
commit | e478c082ffb360d2c7fa62ca267ec9ed4bb739e3 (patch) | |
tree | 5e45c70473df32f1d0945032cd0ec7f438afaf52 | |
parent | 1e75274a5e06bf8f861537116f53b3588ccae8ef (diff) | |
download | lombok-e478c082ffb360d2c7fa62ca267ec9ed4bb739e3.tar.gz lombok-e478c082ffb360d2c7fa62ca267ec9ed4bb739e3.tar.bz2 lombok-e478c082ffb360d2c7fa62ca267ec9ed4bb739e3.zip |
fixed markdown links in README to be the self-ref form; looks prettier
-rw-r--r-- | README.md | 20 |
1 files changed, 10 insertions, 10 deletions
@@ -3,18 +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][licence-file] for the Project Lombok license. +See [LICENSE] for the Project Lombok license. -Looking for professional support of Project Lombok? Lombok is now part of a [tidelift subscription][tidelift-sub]! +Looking for professional support of Project Lombok? Lombok is now part of a [tidelift subscription]! -For a list of all authors, see the [AUTHORS][authors-file] file. +For a list of all authors, see the [AUTHORS] file. -For complete project information, see [projectlombok.org][projectlombok-site] +For complete project information, see [projectlombok.org] -You can review our security policy via [SECURITY.md][security-file] +You can review our security policy via [SECURITY.md] -[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 +[LICENSE]: https://github.com/rzwitserloot/lombok/blob/master/LICENSE +[AUTHORS]: https://github.com/rzwitserloot/lombok/blob/master/AUTHORS +[SECURITY.md]: https://github.com/rzwitserloot/lombok/blob/master/SECURITY.md +[projectlombok.org]: https://projectlombok.org/ +[tidelift subscription]: https://tidelift.com/subscription/pkg/maven-org-projectlombok-lombok?utm_source=maven-org-projectlombok-lombok&utm_medium=referral&campaign=website |