└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # Apache Sling main repository (obsolete) 2 | 3 | This repository used to contain the Apache Sling git mirror. With the 4 | [migration to Git](https://issues.apache.org/jira/browse/SLING-3987) 5 | the content is out of date and should not be relied upon. 6 | 7 | This repository is still kept to prevent broken links from various 8 | sites to pull requests or commits. Note that all git repositories 9 | have been migrated with history, so there should be no reason 10 | to clone this repository. 11 | 12 | Please do not open pull requests, they will be ignored. 13 | 14 | ## New Code Location 15 | 16 | The Apache Sling code has been migrated to a new structure with one repository per module. 17 | 18 | The starting point for the new code structure is the [Sling Aggregator](https://github.com/apache/sling-aggregator), or you can go to the [Sling Modules](https://github.com/apache/sling-aggregator/blob/master/docs/modules.md) page to see a list of the repositories. 19 | 20 | For more information about the Apache Sling source repositories, see 21 | the [project information](https://sling.apache.org/project-information.html#source-repository). 22 | --------------------------------------------------------------------------------