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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user