Skip to content

Commit 2a0ec3a

Browse files
committed
docs(recipe): fix fastify repo link
1 parent c228725 commit 2a0ec3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes/servers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ http.createServer(app).listen(3000);
8686

8787
## fastify
8888

89-
https://github.com/fastify/fastify [![GitHub stars](https://img.shields.io/github/stars/fastify/fastify.svg?style=social&label=Star)](https://github.com/lukeed/polka)
89+
https://github.com/fastify/fastify [![GitHub stars](https://img.shields.io/github/stars/fastify/fastify.svg?style=social&label=Star)](https://github.com/fastify/fastify)
9090

9191
```javascript
9292
const fastify = require('fastify')({ logger: true });

0 commit comments

Comments
 (0)