diff --git a/Contribute.md b/Contribute.md index 24dbff16316..07f76aeb6d3 100644 --- a/Contribute.md +++ b/Contribute.md @@ -9,7 +9,7 @@ With Xtext you define your language using a powerful grammar language. As a result you get a full infrastructure, including parser, linker, typechecker, compiler as well as editing support for Eclipse, any editor that supports the Language Server Protocol and your favorite web browser. -* https://xtext.org +* https://eclipse.dev/Xtext/ ## Eclipse Contributor Agreement @@ -25,4 +25,4 @@ additionally have an Eclipse Foundation account and must have a signed Eclipse Contributor Agreement (ECA) on file. For more information, please see the Eclipse Committer Handbook: -https://www.eclipse.org/projects/handbook/#resources-commit \ No newline at end of file +https://www.eclipse.org/projects/handbook/#resources-commit diff --git a/README.md b/README.md index 83489eb99b9..3e102b3426d 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Eclipse Xtext is a framework for the development of programming languages and [domain-specific languages](https://en.wikipedia.org/wiki/Domain-specific_language). It covers all aspects of a complete language infrastructure, from parser, over linker, compiler, or interpreter to fully-blown top-notch IDE integration for Eclipse and Web-based IDEs. Further, languages developed with Xtext can be integrated into editors supporting the [Language Server Protocol](https://github.com/Microsoft/language-server-protocol) (e.g. [VS Code](https://code.visualstudio.com/), [Eclipse Che](https://www.eclipse.org/che/)). Xtext comes with great defaults for all the necessary services. At the same time these can be easily tailored to your individual needs. -More information can be found on [xtext.org](http://xtext.org). +More information can be found on https://eclipse.dev/Xtext/. ## Quick Access @@ -18,4 +18,4 @@ More information can be found on [xtext.org](http://xtext.org). - [Contributing](CONTRIBUTING.md): report bugs, setup your workspace, submit your changes, etc. - [Quality Guidelines](QUALITY_GUIDELINES.md): how to craft high-quality code changes, commits and pull-requests. -- [Builds](Builds.md): details about the build infrastructure and release process. \ No newline at end of file +- [Builds](Builds.md): details about the build infrastructure and release process.