Skip to content

Commit

Permalink
fix(soft): Broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
RezaRahemtola committed Feb 4, 2024
1 parent 2487345 commit 2790e42
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 116 deletions.
112 changes: 0 additions & 112 deletions CONTRIBUTING.md

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Every year, we organize innovation weeks in a "pool" format to introduce people

Here are our fields:
- πŸ•ΈοΈ [Peer-To-Peer](./P2P/)
- πŸ’» [Software](./software/)
- πŸ’» [Software](./Software/)

We put all our heart to work, we hope you will enjoy it and that it will be useful to you.

Expand Down
6 changes: 3 additions & 3 deletions Software/day02/3 - noSQL/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ You should get the following result

Go to `Advanced Connection Options` and you should fill the `username` and the `password` with **admin** and **pass**

![compass auht](../../../.github/assets/software/day02/noSQL/compass-auth-connection.png)
![compass auth](../../../.github/assets/software/day02/noSQL/compass-auth-connection.png)

> βœ… To execute mongoDB commands in compass you can click the the `mongosh icon` on the bottom of the page and you will get a terminal.
Expand All @@ -152,7 +152,7 @@ If you correctly followed the requirements, you should have a database
ready to use 😍

### πŸ“Œ Tasks:
If your are here it means you finished the SQL part bofore the ORM part starts, πŸ₯³ congratulations.
If your are here it means you finished the SQL part before the ORM part starts, πŸ₯³ congratulations.

First of all create a noSQL folder in your `day02` directory
```shell
Expand Down Expand Up @@ -223,7 +223,7 @@ Write queries to:
You've learned the basics, let's see more advanced features with mongosh functions.

### πŸ“š Documentation
You will use oprations to [count elements](https://www.mongodb.com/docs/manual/reference/method/db.collection.count/) in your collections.
You will use operations to [count elements](https://www.mongodb.com/docs/manual/reference/method/db.collection.count/) in your collections.

> πŸ’‘ Databases are faster than any programming language (except C) so if you can pre-process your data in your query, do it.
Expand Down

0 comments on commit 2790e42

Please sign in to comment.