Skip to content

Commit

Permalink
Merge pull request pelican-eggs#1806 from Boy132/patch-2
Browse files Browse the repository at this point in the history
Fix links in "database" readme
  • Loading branch information
parkervcp authored Aug 10, 2022
2 parents 7c6c1fe + 064f690 commit d87922e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions database/README.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
# databases
# Databases

## In-Memory Databases

### [redis](/redis/)
### [redis](redis)

https://redis.io/

## NoSQL

### [mongodb](/nosql/mongodb/)
### [mongodb](nosql/mongodb)

https://www.mongodb.com/

## SQL Databases

### [mariadb](/sql/mariadb/)
### [mariadb](sql/mariadb)

https://mariadb.org/

### [postgres](/sql/postgres/)
### [postgres](sql/postgres)

https://www.postgresql.org/

0 comments on commit d87922e

Please sign in to comment.