Skip to content

Commit c4549d6

Browse files
committed
update docs link in readme
1 parent 72ee1b6 commit c4549d6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ A template for creating a security scanner for Bun's package installation
99
process. Security scanners scan packages against your threat intelligence feeds
1010
and control whether installations proceed based on detected threats.
1111

12-
📚 [**Full documentation**](https://bun.com/docs/install/security)
12+
📚 [**Full documentation**](https://bun.com/docs/install/security-scanner-api)
1313

1414
## How It Works
1515

@@ -58,7 +58,7 @@ const ThreatFeedItemSchema = z.object({
5858

5959
Bun provides several built-in APIs that are particularly useful for security scanner:
6060

61-
- [**Security scanner API Reference**](https://bun.com/docs/install/security): Complete API documentation for security scanners
61+
- [**Security scanner API Reference**](https://bun.com/docs/install/security-scanner-api): Complete API documentation for security scanners
6262
- [**`Bun.semver.satisfies()`**](https://bun.com/docs/api/semver): Essential for checking if package versions match vulnerability ranges. No external dependencies needed.
6363

6464
```typescript
@@ -106,6 +106,6 @@ security requirements.
106106

107107
## Support
108108

109-
For docs and questions, see the [Bun documentation](https://bun.com/docs/install/security) or [Join our Discord](https://bun.com/discord).
109+
For docs and questions, see the [Bun documentation](https://bun.com/docs/install/security-scanner-api) or [Join our Discord](https://bun.com/discord).
110110

111111
For template issues, please open an issue in this repository.

0 commit comments

Comments
 (0)