diff options
author | Alexander Kriegisch <Alexander@Kriegisch.name> | 2024-02-08 09:40:51 +0700 |
---|---|---|
committer | Alexander Kriegisch <Alexander@Kriegisch.name> | 2024-02-08 09:40:51 +0700 |
commit | 37bee450be28a5b5b99ef025b2f4508e9400f226 (patch) | |
tree | 9cc0bbeaf44a83354c43a263c2cf68c8402740f4 /CONTRIBUTING.md | |
parent | 3d7dd3d66ed30faeac4ee54b3f1ae2cc164f9371 (diff) | |
download | aspectj-37bee450be28a5b5b99ef025b2f4508e9400f226.tar.gz aspectj-37bee450be28a5b5b99ef025b2f4508e9400f226.zip |
Replace old by new AspectJ GitHub URL
github.com/eclipse/org.aspectj -> github.com/eclipse-aspectj/aspectj
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a90ea46fa..04562a580 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,6 +1,6 @@ # Contributing to AspectJ -AspectJ is a maven project, as such it should import cleanly into your IDE. The project uses github for issue tracking ( https://github.com/eclipse/org.aspectj/issues ). +AspectJ is a maven project, as such it should import cleanly into your IDE. The project uses github for issue tracking ( https://github.com/eclipse-aspectj/aspectj/issues ). ## Working on the codebase @@ -50,4 +50,4 @@ Some issues involving compiler problems, for example if Java code isn't working Please contribute via Pull Request against the GitHub repository. -Contributors should ensure they have signed the [Eclipse Contributor Agreement](https://accounts.eclipse.org/user/7644/eca/3.1.0), this will be verified by automatic validation that occurs against any Pull Requests.
\ No newline at end of file +Contributors should ensure they have signed the [Eclipse Contributor Agreement](https://accounts.eclipse.org/user/7644/eca/3.1.0), this will be verified by automatic validation that occurs against any Pull Requests. |