Skip to content

Commit 1c08fc5

Browse files
docs: fix dead internal anchor links in README
- Point the "Community" nav link to the Discord invite (no Community section exists). - Point the "Dev Container" link to the #for-developers section (#develop-with-the-dev-container had no matching heading). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 587ddbe commit 1c08fc5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
[![Install](https://img.shields.io/badge/install-kup-blue)](https://kframework.org/install)
99
[![Discord](https://img.shields.io/badge/discord-join-7289da)](https://discord.gg/CurfmXNtbN)
1010

11-
[Installation](#installation)[Usage](#usage)[Contribute](#for-developers)[Community](#community)
11+
[Installation](#installation)[Usage](#usage)[Contribute](#for-developers)[Community](https://discord.gg/CurfmXNtbN)
1212

1313
</div>
1414

@@ -174,7 +174,7 @@ This produces `state.kore` plus `state_<n>_<step>.pretty` files under `./out`, l
174174

175175
## For Developers
176176

177-
Prerequisites: `python >= 3.10`, [`uv`](https://docs.astral.sh/uv/), [`wabt`](https://github.com/WebAssembly/wabt) (for `wat2wasm`), and the K Framework. The [Dev Container](#develop-with-the-dev-container) provisions all of these for you.
177+
Prerequisites: `python >= 3.10`, [`uv`](https://docs.astral.sh/uv/), [`wabt`](https://github.com/WebAssembly/wabt) (for `wat2wasm`), and the K Framework. The [Dev Container](#for-developers) provisions all of these for you.
178178

179179
1. Install [VS Code](https://code.visualstudio.com/) and the [Dev Containers extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers).
180180
2. Open this repository in VS Code and choose **Reopen in Container** when prompted.

0 commit comments

Comments
 (0)