Skip to content

Commit

Permalink
Merge pull request #3321 from tfonda-fbk/links_fixes
Browse files Browse the repository at this point in the history
Update Xtext homepage links
  • Loading branch information
LorenzoBettini authored Jan 23, 2025
2 parents 07b7598 + e3dcd19 commit 57c1890
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Contribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
https://www.eclipse.org/projects/handbook/#resources-commit
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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.
- [Builds](Builds.md): details about the build infrastructure and release process.

0 comments on commit 57c1890

Please sign in to comment.