diff --git a/docs/getting-started/assets/dashboard.png b/docs/getting-started/assets/dashboard.png index 86cbf34e..953a8d4e 100644 Binary files a/docs/getting-started/assets/dashboard.png and b/docs/getting-started/assets/dashboard.png differ diff --git a/docs/getting-started/assets/filter.png b/docs/getting-started/assets/filter.png new file mode 100644 index 00000000..ff2a36a9 Binary files /dev/null and b/docs/getting-started/assets/filter.png differ diff --git a/docs/getting-started/assets/filters.png b/docs/getting-started/assets/filters.png deleted file mode 100644 index 91ec8eb7..00000000 Binary files a/docs/getting-started/assets/filters.png and /dev/null differ diff --git a/docs/getting-started/dev-setup.md b/docs/getting-started/dev-setup.md index 8bc12cca..0ab927e9 100644 --- a/docs/getting-started/dev-setup.md +++ b/docs/getting-started/dev-setup.md @@ -267,7 +267,7 @@ Optionally, you can create a configuration in PyCharm to speed up the executions The final results should be something similar to the image below. -![result](https://user-images.githubusercontent.com/25265451/84477839-ee90ad00-acad-11ea-932f-cc7ce81e05a7.png) +![result](https://user-images.githubusercontent.com/1056838b3b04d6-36e6-4469-aa42-0d4895d74e79.png) ## Only docker diff --git a/docs/getting-started/troubleshooting.md b/docs/getting-started/troubleshooting.md index 6329cd6f..e3bb2a77 100644 --- a/docs/getting-started/troubleshooting.md +++ b/docs/getting-started/troubleshooting.md @@ -8,7 +8,7 @@ parent: Getting Started # Troubleshooting > Please check this page if you face any problem with setting up GrimoireLab. If -> you didn't find the solution for your proble, please open an [issue in the +> you didn't find the solution for your problem, please open an [issue in the > chaoss/grimoirelab repository](https://github.com/chaoss/grimoirelab/issues). > If you found out the reason, and would like to add it to this section, please > feel free to open a [pull request to the chaoss/grimoirelab-tutorial