diff --git a/src/main/site/content/dev/code-repository.md b/src/main/site/content/dev/code-repository.md index df7dd3d8..2b78e327 100644 --- a/src/main/site/content/dev/code-repository.md +++ b/src/main/site/content/dev/code-repository.md @@ -11,7 +11,7 @@ url: /dev/code-repository.html ## GitHub Repository -A read-only mirror of Cayenne sources is published on GitHub: +A read-write mirror of Cayenne sources is published on GitHub: [https://github.com/apache/cayenne](https://github.com/apache/cayenne) Feel free to clone, fork, star Cayenne there. And of course submit pull requests. @@ -22,10 +22,9 @@ Feel free to clone, fork, star Cayenne there. And of course submit pull requests ## Master Git Repository "Master" writable repository is located here: -[https://git-wip-us.apache.org/repos/asf/cayenne.git](https://git-wip-us.apache.org/repos/asf/cayenne.git) +[https://gitbox.apache.org/repos/asf/cayenne.git](https://gitbox.apache.org/repos/asf/cayenne.git) -It is publicly readable, but only committers have write access. That's where committers would ultimately push -the code. It is synchronized to GitHub usually within seconds. +It is publicly readable, but only committers have write access. {{% gap %}} @@ -35,4 +34,4 @@ Up to version 3.2M2 we used Subversion. For archival purposes SVN repository is in a read-only mode: [https://svn.apache.org/repos/asf/cayenne/main/](https://svn.apache.org/repos/asf/cayenne/main/) -Note that it contains branches and tags for releases prior to 3.0, that are not present in Git. So if you are looking for those older releases, you will have to use SVN. \ No newline at end of file +Note that it contains branches and tags for releases prior to 3.0, that are not present in Git. So if you are looking for those older releases, you will have to use SVN.
With regards, Apache Git Services