Skip to content

Commit aeb6eb1

Browse files
committed
docs: fix broken links on website
- LICENSE: point to LGPL v2.1 URL (no LICENSE file in repo) - Remove GitHub Discussions link (not enabled for repo) - KDB Serial skill: point to jnode-interact (in repo) - JDWP skill: point to VirtualBox guide instead of missing skill
1 parent b6bb0fb commit aeb6eb1

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

website/development/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ telnet localhost 4444
122122

123123
Commands: `help`, `bt`, `mem`, `threads`, `isolates`, `plugins`, `devices`
124124

125-
See [KDB Serial Skill](https://github.com/LSantha/jnode_ai/blob/master/.opencode/skills/jnode-kdb-serial/SKILL.md).
125+
See [jnode-interact skill](https://github.com/LSantha/jnode_ai/blob/master/.opencode/skills/jnode-interact/SKILL.md) for QEMU serial interaction.
126126

127127
### JDWP (Java Debug Wire Protocol)
128128

@@ -132,7 +132,7 @@ Best with VirtualBox:
132132
2. Port forward: `VBoxManage modifyvm "JNode" --natpf1 "jdwp,tcp,,8000,,8000"`
133133
3. Connect: `jdb -attach localhost:8000`
134134

135-
See [JDWP Skill](https://github.com/LSantha/jnode_ai/blob/master/.opencode/skills/jnode-jdwp/SKILL.md) and [VirtualBox Guide](../getting-started/virtualbox.md).
135+
See [VirtualBox Guide](../getting-started/virtualbox.md) for JDWP setup.
136136

137137
### Serial Console
138138

website/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,8 @@ See [Reference](reference.md) for details.
8181
## Community
8282

8383
- **Issues**: [GitHub Issues](https://github.com/LSantha/jnode_ai/issues)
84-
- **Discussions**: [GitHub Discussions](https://github.com/LSantha/jnode_ai/discussions)
8584
- **CI**: [GitHub Actions](https://github.com/LSantha/jnode_ai/actions)
8685

8786
---
8887

89-
*JNode is licensed under the GNU Lesser General Public License v2.1. See [LICENSE](https://github.com/LSantha/jnode_ai/blob/master/LICENSE) for details.*
88+
*JNode is licensed under the GNU Lesser General Public License v2.1. See [LGPL v2.1](https://www.gnu.org/licenses/lgpl-2.1.html) for details.*

0 commit comments

Comments
 (0)