Skip to content

Commit 5eb7c02

Browse files
committed
Readme: fix link to quick-start section
1 parent acb3a0d commit 5eb7c02

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* Serena provides essential **semantic code retrieval, editing and refactoring tools** that are akin to an IDE's capabilities,
1818
operating at the symbol level and exploiting relational structure.
1919
* It integrates with any client/LLM via the model context protocol (**MCP**).
20-
20+
2121
Serena's **agent-first tool design** involves robust high-level abstractions, distinguishing it from
2222
approaches that rely on low-level concepts like line numbers or primitive search patterns.
2323

@@ -26,7 +26,7 @@ more complex codebases.
2626

2727
> [!IMPORTANT]
2828
> Do not install Serena via an MCP or plugin marketplace! They contain outdated and suboptimal installation commands.
29-
> Instead, follow our [Quick Start](quick-start) instructions.
29+
> Instead, follow our [Quick Start](#quick-start) instructions.
3030
3131
## How Serena Works
3232

@@ -45,7 +45,7 @@ To connect the Serena MCP server to your client, you either
4545
* provide the client with a launch command that allows it to start the MCP server, or
4646
* start the Serena MCP server yourself in HTTP mode and provide the client with the URL.
4747

48-
See the [Quick Start](quick-start) section below for information on how to get started.
48+
See the [Quick Start](#quick-start) section below for information on how to get started.
4949

5050
## Programming Language Support & Semantic Analysis Capabilities
5151

0 commit comments

Comments
 (0)