vapor / postgres-nio

🐘 Non-blocking, event-driven Swift client for PostgreSQL.
https://api.vapor.codes/postgresnio/documentation/postgresnio/
MIT License
321 stars 75 forks source link

Fix broken link in README.md #467

Closed jiahan-wu closed 6 months ago

jiahan-wu commented 6 months ago

Description

The “Birthday example” link in the README.md file points to an incorrect location. This Pull Request fixes the link to ensure it correctly directs users to the intended target page.

codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 61.76%. Comparing base (8f8724e) to head (a6ff7c6).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #467 +/- ## ========================================= + Coverage 0 61.76% +61.76% ========================================= Files 0 125 +125 Lines 0 10024 +10024 ========================================= + Hits 0 6191 +6191 - Misses 0 3833 +3833 ``` [see 125 files with indirect coverage changes](https://app.codecov.io/gh/vapor/postgres-nio/pull/467/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=vapor)