1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-27 11:09:53 +02:00

fix(topic): postgresql docs link (#8491)

Removed outdated link to PostgreSQL 7.1 documentation.
Updated remaining link from version 8.1 to current to ensure long-term accuracy and relevance.
This change ensures that users are directed to the latest stable PostgreSQL documentation.
This commit is contained in:
web-svb
2025-04-18 21:59:36 +03:00
committed by GitHub
parent 256ad44e60
commit 5f9dca9a1e

View File

@@ -4,5 +4,4 @@ In PostgreSQL, a database is a named collection of tables, indexes, views, store
Learn more from the following resources:
- [@official@Managing Databases](https://www.postgresql.org/docs/8.1/managing-databases.html)
- [@official@Managing a Database](https://www.postgresql.org/docs/7.1/start-manage-db.html)
- [@official@Managing Databases](https://www.postgresql.org/docs/current/managing-databases.html)