Skip to content

Commit 33807cb

Browse files
authored
update eclipse.org to eclipse.dev (#131)
Signed-off-by: Jordan Dubrick <[email protected]>
1 parent 1212924 commit 33807cb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

libs/docs/src/docs/no-version/developing-with-devfiles.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ automates and simplifies your development process.
1919
- Get started with [odo](https://odo.dev/docs/user-guides/quickstart/nodejs).
2020
- Create a workspace in `Eclipse Che` with a community sample backed by the devfile specification to start building your application in the language of your choice.
2121
- [Quick start with Eclipse Che](./quickstart-che)
22-
- Get started with [Eclipse Che](https://www.eclipse.org/che/).
22+
- Get started with [Eclipse Che](https://www.eclipse.dev/che/).
2323
- Use blueprints in `Amazon CodeCatalyst` to quickly build a "Modern three-tier web application". Start working on the source code with a Dev Environment that uses a devfile to pre-determine and install the required project tools and application libraries.
2424
- Get started with [Amazon CodeCatalyst](https://docs.aws.amazon.com/codecatalyst/latest/userguide/getting-started-template-project.html).
2525
- Set up a remote development environment that links to your Git repository using `JetBrains Space Cloud Dev` and the devfile specification.

libs/docs/src/docs/no-version/quickstart-che.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ This guide will run through creating a simple hello world devfile project using
1313

1414
## Procedure
1515

16-
1. Obtain access to Eclipse Che if you do not already have it, as an individual this can be done by setting up a [local instance of Eclipse Che](https://www.eclipse.org/che/docs/stable/administration-guide/installing-che-locally/)
16+
1. Obtain access to Eclipse Che if you do not already have it, as an individual this can be done by setting up a [local instance of Eclipse Che](https://www.eclipse.dev/che/docs/stable/administration-guide/installing-che-locally/)
1717
- You can use `minikube` to run your cluster locally, follow [these](https://minikube.sigs.k8s.io/docs/start/) steps to get started
1818
- An alternative is to use the [Eclipse Che hosted by Red Hat](https://developers.redhat.com/developer-sandbox/ide), see
19-
[the corresponding guide](https://www.eclipse.org/che/docs/stable/hosted-che/hosted-che/) in Eclipse Che documentation if this method is used
19+
[the corresponding guide](https://www.eclipse.dev/che/docs/stable/hosted-che/hosted-che/) in Eclipse Che documentation if this method is used
2020

2121
2. For this quick start guide, we will create a simple [hello world Express.js](https://expressjs.com/en/starter/hello-world.html) application
2222

@@ -206,4 +206,4 @@ start your project, a similar devfile project workspace can be created using the
206206
- [Devfile Schema](./devfile-schema)
207207
- [Adding components](./adding-components)
208208
- [Adding commands](./adding-commands)
209-
- [Eclipse Che docs](https://www.eclipse.org/che/docs/stable/overview/introduction-to-eclipse-che/)
209+
- [Eclipse Che docs](https://www.eclipse.dev/che/docs/stable/overview/introduction-to-eclipse-che/)

0 commit comments

Comments
 (0)