Skip to content

Commit

Permalink
Fix some links
Browse files Browse the repository at this point in the history
  • Loading branch information
mickaelistria committed Nov 25, 2024
1 parent f90c96a commit 2f4198a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Eclipse LSP4E - Language Server Protocol client for Eclipse IDE

[![Jenkins Tests](https://img.shields.io/jenkins/tests?jobUrl=https%3A%2F%2Fci.eclipse.org%2Flsp4e%2Fjob%2Flsp4e-github%2Fjob%2Fmain%2F&logo=jenkins&logoColor=white&label=Jenkins%20Tests)](https://ci.eclipse.org/lsp4e/job/lsp4e-github/job/main/)
[![GitHub Actions](https://github.com/eclipse/lsp4e/actions/workflows/build.yml/badge.svg)](https://github.com/eclipse/lsp4e/actions/workflows/build.yml)
[![GitHub Actions](https://github.com/eclipse/eclipse-lsp4e/actions/workflows/build.yml/badge.svg)](https://github.com/eclipse-lsp4e/lsp4e/actions/workflows/build.yml)
[![License](https://img.shields.io/github/license/eclipse/lsp4e.svg?color=blue)](LICENSE)

[![Clone to Eclipse IDE](https://mickaelistria.github.io/redirctToEclipseIDECloneCommand/cloneToEclipseBadge.png)](https://mickaelistria.github.io/redirctToEclipseIDECloneCommand/redirect.html)
Expand Down Expand Up @@ -55,8 +55,8 @@ Examples of integration contain:
* [language-servers-for-eclipse](https://github.com/eclipselabs/language-servers-for-eclipse) Binds various language servers to the Eclipse IDE.
* [Solargraph](https://github.com/PyvesB/eclipse-solargraph) Binds a **Ruby** language server to the Eclipse IDE.
* [Quarkus Tools](https://github.com/jbosstools/jbosstools-quarkus) Based on the Eclipse [LSP4MP](https://github.com/eclipse/lsp4mp) language server, extended for Quarkus specifics and binds to application.properties and Java files.
* [dart4e](https://github.com/dart4e/dart4e): Provides [Dart](https://dart.dev/) programming language support for the Eclipse IDE using [LSP4E](https://github.com/eclipse/lsp4e), [TM4E](https://github.com/eclipse/tm4e).
* [haxe4e](https://github.com/haxe4e/haxe4e): Provides [Haxe](https://haxe.org/) programming language support for the Eclipse IDE using [LSP4E](https://github.com/eclipse/lsp4e), [TM4E](https://github.com/eclipse/tm4e) and the [haxe-language-server](https://github.com/vshaxe/haxe-language-server).
* [dart4e](https://github.com/dart4e/dart4e): Provides [Dart](https://dart.dev/) programming language support for the Eclipse IDE using [LSP4E](https://github.com/eclipse-lsp4e/lsp4e), [TM4E](https://github.com/eclipse-tm4e/tm4e).
* [haxe4e](https://github.com/haxe4e/haxe4e): Provides [Haxe](https://haxe.org/) programming language support for the Eclipse IDE using [LSP4E](https://github.com/eclipse-lsp4e/lsp4e), [TM4E](https://github.com/eclipse-tm4e/tm4e) and the [haxe-language-server](https://github.com/vshaxe/haxe-language-server).

All those examples are good for usage as they provide advanced edition features, and great for showcase of the LSP4E project.

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.minimum.version>3.6.3</maven.minimum.version>
<tycho-version>4.0.10</tycho-version>
<tycho.scmUrl>scm:git:https://github.com/eclipse/lsp4e.git</tycho.scmUrl>
<tycho.scmUrl>scm:git:https://github.com/eclipse-lsp4e/lsp4e.git</tycho.scmUrl>
<ui.test.vmargs></ui.test.vmargs>
<jgit.dirtyWorkingTree>error</jgit.dirtyWorkingTree>
</properties>
Expand Down

0 comments on commit 2f4198a

Please sign in to comment.