Skip to content

Commit

Permalink
Update references to January repo and website
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterC-DLS committed Jan 10, 2025
1 parent f8eb8bc commit 3e69873
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 15 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Developer resources:

Information regarding source code management, builds, coding standards, and more.

- On the Wiki: https://github.com/eclipse/january/wiki
- On the Wiki: https://github.com/eclipse-january/january/wiki
- On the Eclipse Project Portal: https://projects.eclipse.org/projects/technology.january/developer

Contributor License Agreement:
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

This is a library for handling Data in Java. It is inspired in part by [NumPy](http://www.numpy.org/) and aims to provide similar functionality.

The [Eclipse January](https://eclipse.org/january) project combines the core data structures projects of the following projects which originated the code.
The [Eclipse January](https://eclipse.dev/january) project combines the core data structures projects of the following projects which originated the code.

* [Eclipse DAWNSci](https://github.com/eclipse/dawnsci)
* [Eclipse DAWNSci](https://github.com/DawnScience)
* [Eclipse ICE](https://github.com/eclipse/ice)
* [Eclipse EAVP](https://github.com/eclipse/eavp)

Expand All @@ -25,7 +25,7 @@ Clone the examples repository and have a look. Browse over to the [examples](org

## Javadocs

The current Javadocs are published here: https://eclipse.org/january/apidocs/
The current Javadocs are published here: https://eclipse.dev/january/apidocs/

## Contributing

Expand Down
5 changes: 2 additions & 3 deletions org.eclipse.january.examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## What is this?

This is the getting started project for the [Eclipse January](https://github.com/eclipse/january) project.
This is the getting started project for the [Eclipse January](https://github.com/eclipse-january/january) project.

## Getting Started

Expand All @@ -21,6 +21,5 @@ Browse through the more advanced examples.
- [Lazy Examples](/org.eclipse.january.examples/src/org/eclipse/january/examples/dataset/LazyExamples.java) demonstrates how to use datasets which are not entirely loaded in memory.

Contribute to the Eclipse Datasets project.
- Fork the [Eclipse January](https://github.com/eclipse/january) project.
- Fork the [Eclipse January](https://github.com/eclipse-january/january) project.
- Join in on the Eclipse January discussion on the [Eclipse january-dev Mailing List](https://dev.eclipse.org/mailman/listinfo/january-dev).
- Join in on all Eclipse Science discussions on the [Eclipse Science Mailing List](https://dev.eclipse.org/mailman/listinfo/science-iwg).
12 changes: 4 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@

<inceptionYear>2014</inceptionYear>
<url>https://www.eclipse.org/january/</url>
<ciManagement>
<system>hudson</system>
<url>https://hudson.eclipse.org/january</url>
</ciManagement>
<licenses>
<license>
<name>Eclipse Public License</name>
Expand All @@ -20,12 +16,12 @@
</organization>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/eclipse/january/issues</url>
<url>https://github.com/eclipse-january/january/issues</url>
</issueManagement>
<scm>
<connection>scm:git:https://github.com/eclipse/january.git</connection>
<developerConnection>scm:git:git@github.com:eclipse/january.git</developerConnection>
<url>https://github.com/eclipse/january.git</url>
<connection>scm:git:https://github.com/eclipse-january/january.git</connection>
<developerConnection>scm:git:git@github.com:eclipse-january/january.git</developerConnection>
<url>https://github.com/eclipse-january/january</url>
</scm>

<name>The Eclipse January Project</name>
Expand Down

0 comments on commit 3e69873

Please sign in to comment.