This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cayenne.git
The following commit(s) were added to refs/heads/master by this push:
new 0bf77e474 cleaner README, focused on 5.0
0bf77e474 is described below
commit 0bf77e474f1454ae90703f94838369c6de0237e2
Author: Andrus Adamchik <[email protected]>
AuthorDate: Fri May 22 17:25:29 2026 -0400
cleaner README, focused on 5.0
---
README.md | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index a43c28d12..ef96dfdf2 100644
--- a/README.md
+++ b/README.md
@@ -31,17 +31,16 @@ Cayenne supports numerous other features, including
caching, an object query syn
## Quick Links
-* [Getting Started](https://cayenne.apache.org/docs/5.0/getting-started-guide/)
* [Getting Started
DB-First](https://cayenne.apache.org/docs/5.0/getting-started-db-first/)
+* [Getting Started](https://cayenne.apache.org/docs/5.0/getting-started-guide/)
* [Documentation](https://cayenne.apache.org/docs/5.0/cayenne-guide/)
-* [Upgrading from Older Cayenne](UPGRADE.md)
+* [Upgrading from Older
Cayenne](https://github.com/apache/cayenne/blob/master/UPGRADE.md)
## Quick Start
### Create XML Mapping
Downloaded Cayenne Modeler from https://cayenne.apache.org/download/, start it
and create a Cayenne project.
-See tutorial https://cayenne.apache.org/docs/4.2/getting-started-guide/
### Include Cayenne in a Project