We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65fde86 commit b12956dCopy full SHA for b12956d
README.md
@@ -45,7 +45,7 @@ Our project started in October 2013. There were a few reasons for that:
45
### Own Extensions
46
- [Standard Library](jphp-runtime/api-docs) - own runtime standard library
47
- [Http Server](exts/jphp-httpserver-ext) (+Web Sockets +Multithread)
48
-- GUI ([JavaFX](exts/jphp-gui-ext/api-docs) or [SWT](https://github.com/jphp-compiler/jphp-swt-ext))
+- GUI ([JavaFX](https://github.com/jphp-group/jphp-gui-ext) or [SWT](https://github.com/jphp-group/jphp-swt-ext))
49
- [Git](exts/jphp-git-ext/api-docs) (based on JGit)
50
- [JSoup](exts/jphp-jsoup-ext/api-docs) - for parsing html in jQuery style.
51
- [SQL](exts/jphp-sql-ext/api-docs) (supports [MySQL](exts/jphp-sql-ext/api-docs), [PostgreSQL](exts/jphp-pgsql-ext/api-docs), [SQLite](exts/jphp-sqlite-ext/api-docs), [Firebird](exts/jphp-firebirdsql-ext/api-docs)).
0 commit comments