aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornodiscc <nodiscc@gmail.com>2019-05-14 17:57:05 +0000
committerGitHub <noreply@github.com>2019-05-14 17:57:05 +0000
commitbda31f5d45352d81e56fb4959dd9f34755eca545 (patch)
tree0114766543464cb1992aa4f6895e7eaea478412b
parentMerge pull request #1693 from pedrom34/patch-1 (diff)
parentupdate code-server url (diff)
downloadawesome-selfhosted-bda31f5d45352d81e56fb4959dd9f34755eca545.tar.gz
awesome-selfhosted-bda31f5d45352d81e56fb4959dd9f34755eca545.zip
Merge pull request #1692 from worldworm/master
update code-server url
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 78d924af..445dcf25 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`