Description
In the Liquidity Launchpad introduction page, there's a broken link for "custom strategies".
File: docs/contracts/liquidity-launchpad/01-introduction.md
Line 36:
**Liquidity Strategies** - Modular contracts for different price discovery and liquidity mechanisms (prebuilt [LBP Strategy](https://github.com/Uniswap/liquidity-launcher) or [custom strategies](quickstarts/building.md))
The link quickstarts/building.md points to a file that doesn't exist, resulting in a 404 error.
Expected Behavior
The link should either:
- Point to an existing documentation page about building custom strategies
- Be removed if no such documentation exists yet
- Link to an external resource (e.g., GitHub repo) if applicable
Steps to Reproduce
- Navigate to the Liquidity Launchpad Overview page
- Click on "custom strategies" link in the Core Components section
- Observe 404 error