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: open in Gitpod and mongo shell docs links should point to right resources #8224

Merged
merged 1 commit into from
Mar 17, 2023
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 docs/dev/how-to-develop-using-docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ db.products.find({_id: "5053990155354"})
db.products.deleteOne({_id: "5053990155354"})
```

See the [`mongo` shell docs](https://docs.mongodb.com/manual/reference/mongo-shell/) for more commands.
See the [`mongo` shell docs](https://www.mongodb.com/products/shell) for more commands.

## Adding environment variables

Expand Down
2 changes: 1 addition & 1 deletion docs/dev/how-to-use-gitpod.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ On the Gitpod side, you can also update what Gitpod is allowed to do with your G

## Get Started

[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/https://github.com/openfoodfacts/openfoodfacts-server/)
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/openfoodfacts/openfoodfacts-server/)
> Gitpod will automatically clone and open the repository for you in VSCode by default. It will also automatically build
> the project for you on opening and comes with Docker and other tools pre-installed making it one of the fastest ways
> to spin up an environment for `openfoodfacts-server`.
Expand Down