aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorworldworm <13227454+worldworm@users.noreply.github.com>2019-05-14 10:13:55 +0000
committerGitHub <noreply@github.com>2019-05-14 10:13:55 +0000
commitbefce91a1008a8d2f45f38c93097b8d945f99e7a (patch)
tree60faeb126f92a1fc6182b35e2310bf8f81622201 /README.md
parentremove campaignchain (abandoned) (diff)
downloadawesome-selfhosted-befce91a1008a8d2f45f38c93097b8d945f99e7a.tar.gz
awesome-selfhosted-befce91a1008a8d2f45f38c93097b8d945f99e7a.zip
update code-server url
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d8660e42..1b3f0930 100644
--- a/README.md
+++ b/README.md
@@ -1208,7 +1208,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/)) `GPL-3.0` `Go`
-- [Code-Server](https://github.com/codercom/code-server) - Visual Studio Code in the browser, hosted on a remote server. `MIT` `Nodejs/Docker`
+- [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/mattpass/ICEcoder)) `MIT` `PHP`
- [JS Bin](http://jsbin.com/) - Open source collaborative web development debugging tool. ([Source Code](https://github.com/jsbin/jsbin)) `MIT` `Nodejs`