aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin <kevin@kevink.dev>2020-02-04 13:53:55 +0000
committerGitHub <noreply@github.com>2020-02-04 13:53:55 +0000
commitd7d7ab99d4bc4d13359d7fe321af59801a8f2793 (patch)
tree3417a7dabde479094e8fc4c10c5782ad1123919c
parentChange https to http for wger. (diff)
downloadawesome-selfhosted-d7d7ab99d4bc4d13359d7fe321af59801a8f2793.tar.gz
awesome-selfhosted-d7d7ab99d4bc4d13359d7fe321af59801a8f2793.zip
Change link for Babelfish to its GitHub repo.
The server hosting the previous link for Babelfish does not respond anymore, so I've changed the link to the projects repo on GitHub.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6e15e7b0..77277d4c 100644
--- a/README.md
+++ b/README.md
@@ -1312,7 +1312,7 @@ See **[Ticketing](#ticketing)**
### IDE/Tools
-- [Babelfish](https://doc.bblf.sh) - Self-hosted server for source code parsing. It can parse any file, in any supported language, extract an Abstract Syntax Tree from it, and convert it to a Universal Abstract Syntax Tree which can enable further analysis and transformation. ([Source Code](https://github.com/bblfsh/bblfshd)) `GPL-3.0` `Go`
+- [Babelfish](https://github.com/bblfsh/bblfshd) - Self-hosted server for source code parsing. It can parse any file, in any supported language, extract an Abstract Syntax Tree from it, and convert it to a Universal Abstract Syntax Tree which can enable further analysis and transformation. ([Source Code](https://github.com/bblfsh/bblfshd)) `GPL-3.0` `Go`
- [Code-Server](https://coder.com/) - Visual Studio Code in the browser, hosted on a remote server. ([Source Code](https://github.com/cdr/code-server)) `MIT` `Nodejs/Docker`
- [Eclipse Che](http://www.eclipse.org/che/) - Open source workspace server and cloud IDE. ([Source Code](https://github.com/eclipse/che)) `EPL-1.0` `Docker/Java`
- [ICEcoder](https://icecoder.net/) - ICEcoder is a web IDE / browser based code editor, which allows you to develop websites directly within the web browser. ([Demo](http://demo.icecoder.net/ICEcoder/), [Source Code](https://github.com/icecoder/ICEcoder)) `MIT` `PHP`