Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: minor typo fix on mongodb content - downloads url #280

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/A-mongodb.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Ada beberapa hal yang perlu disiapkan sebelum mulai masuk ke bagian coding.
go get go.mongodb.org/mongo-driver/mongo
```

2. Pastikan sudah terinstal MongoDB di komputer anda, dan jangan lupa untuk menjalankan daemon-nya. Jika belum, [download](ihttps://www.mongodb.org/downloads) dan install terlebih dahulu.
2. Pastikan sudah terinstal MongoDB di komputer anda, dan jangan lupa untuk menjalankan daemon-nya. Jika belum, [download](https://www.mongodb.org/downloads) dan install terlebih dahulu.

3. Instal juga MongoDB GUI untuk mempermudah browsing data. Bisa menggunakan [MongoChef](http://3t.io/mongochef/), [Robomongo](http://robomongo.org/), atau lainnya.

Expand Down
1 change: 1 addition & 0 deletions content/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ Berikut merupakan *hall of fame* kontributor yang sudah berbaik hati menyisihkan
1. [Faizar Septiawan](https://github.com/icarrr)
1. [Fajar Islami](https://github.com/Fajar-Islami)
1. [Febrian](https://github.com/febri4n)
1. [Felix Andersen](https://github.com/andfxx27)
1. [Ganjar Gingin Tahyudin](https://github.com/zarszz)
1. [Gusman Widodo](https://github.com/gusmanwidodo)
1. [Hafiz Kurnia Aji](https://github.com/hafizkurniaaji)
Expand Down
Loading