Skip to content

Commit

Permalink
update eclipse.org to eclipse.dev (#131)
Browse files Browse the repository at this point in the history
Signed-off-by: Jordan Dubrick <[email protected]>
  • Loading branch information
Jdubrick authored Jul 23, 2024
1 parent 1212924 commit 33807cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion libs/docs/src/docs/no-version/developing-with-devfiles.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ automates and simplifies your development process.
- Get started with [odo](https://odo.dev/docs/user-guides/quickstart/nodejs).
- 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.
- [Quick start with Eclipse Che](./quickstart-che)
- Get started with [Eclipse Che](https://www.eclipse.org/che/).
- Get started with [Eclipse Che](https://www.eclipse.dev/che/).
- 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.
- Get started with [Amazon CodeCatalyst](https://docs.aws.amazon.com/codecatalyst/latest/userguide/getting-started-template-project.html).
- Set up a remote development environment that links to your Git repository using `JetBrains Space Cloud Dev` and the devfile specification.
Expand Down
6 changes: 3 additions & 3 deletions libs/docs/src/docs/no-version/quickstart-che.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ This guide will run through creating a simple hello world devfile project using

## Procedure

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/)
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/)
- You can use `minikube` to run your cluster locally, follow [these](https://minikube.sigs.k8s.io/docs/start/) steps to get started
- An alternative is to use the [Eclipse Che hosted by Red Hat](https://developers.redhat.com/developer-sandbox/ide), see
[the corresponding guide](https://www.eclipse.org/che/docs/stable/hosted-che/hosted-che/) in Eclipse Che documentation if this method is used
[the corresponding guide](https://www.eclipse.dev/che/docs/stable/hosted-che/hosted-che/) in Eclipse Che documentation if this method is used

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

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

0 comments on commit 33807cb

Please sign in to comment.