Skip to content

Commit 746f91d

Browse files
doc: fix links
1 parent 658f339 commit 746f91d

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div align="center">
22

3-
# WebSwing Lite
3+
# WebSwing Lite 26.0
44

55
### Enterprise Java Swing Applications — Delivered Through Your Browser
66

@@ -18,7 +18,7 @@
1818

1919
<br/>
2020

21-
[Getting Started](#-getting-started) · [Build](#-build-instructions) · [What's New](#-whats-new) · [Architecture](#-architecture) · [Commercial Edition](#-commercial-edition)
21+
[Getting Started](#-getting-started) · [Build](#-build-instructions) · [What's New](#-whats-new) · [Architecture](#-architecture)
2222

2323
---
2424

@@ -28,7 +28,7 @@
2828

2929
**WebSwing Lite** is a modernized, open-source edition of [WebSwing](https://www.webswing.org) — the web server that renders Java Swing applications in HTML5 Canvas and delivers them to any browser via WebSocket.
3030

31-
This edition is based on the **last open-source release (v20.2.5)** of WebSwing, updated and maintained by [Manticore Projects](https://github.com/manticore-projects) with a focus on **modern JDK compatibility**, **security**, and **build toolchain modernization**.
31+
This edition is based on the **last open-source release (v20.2.5)** of WebSwing, updated and maintained by [Manticore Projects](https://manticore-projects.com) with a focus on **modern JDK compatibility**, **security**, and **build toolchain modernization**.
3232

3333
> **Looking for the full-featured commercial edition?**
3434
> WebSwing Lite does not include advanced capabilities such as cluster session pooling, load balancing, recording/playback, advanced admin console, and commercial support.
@@ -59,7 +59,7 @@ All internal APIs adapted for the post-JDK-11 module system — no `--illegal-ac
5959

6060
### Performance
6161

62-
- **SSE/AVX-optimized PNG encoding** via [fpng-java](https://github.com/nicob/fpng-java) — hardware-accelerated image compression in the DirectDraw rendering pipeline
62+
- **SSE/AVX-optimized PNG encoding** via [fpng-java](https://manticore-projects.com/FPNG-Java/index.html) — hardware-accelerated image compression in the DirectDraw rendering pipeline
6363
- **Browser-side font rendering** — text is rendered as font names + coordinates instead of server-side glyph bitmaps, reducing WebSocket bandwidth by up to 80%
6464

6565
### Security
@@ -162,7 +162,7 @@ cd /opt/webswing && ./run.sh start
162162
│ └───────────────────────────────────────────────────────┘ │
163163
└─────────────────────────────────┬───────────────────────────┘
164164
165-
┌─────────────▼─────────────┐
165+
┌─────────────▼──────────-───┐
166166
│ WebSwing Server │
167167
│ (Jetty 9 / Servlet) │
168168
│ │
@@ -173,7 +173,7 @@ cd /opt/webswing && ./run.sh start
173173
│ └──────────┬───────────┘ │
174174
└─────────────┼──────────────┘
175175
│ spawns
176-
┌─────────────▼─────────────┐
176+
┌─────────────▼─────────-────┐
177177
│ Child JVM Process │
178178
│ │
179179
│ ┌──────────────────────┐ │
@@ -222,7 +222,7 @@ This project is licensed under the [GNU Affero General Public License v3.0](http
222222

223223
<div align="center">
224224

225-
**Maintained by [Manticore Projects](https://github.com/manticore-projects)**
225+
**Maintained by [Manticore Projects](https://manticore-projects.com)**
226226

227227
*Building enterprise financial software for banks and insurances since 2014.*
228228

0 commit comments

Comments
 (0)