Skip to content

Commit f2d03ec

Browse files
akshaymohiteEnvek
authored andcommitted
Fixed 404 links to yabeda repositories. + Removed trailing space (#5)
1 parent 8d1351c commit f2d03ec

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ You also could run rails stressor again by executing `docker-compose up rails_st
3535
If your grafana's container is not running correctly after you run `docker-compose up` you're probably getting this error, if you check at `docker ps -a` you'll see your grana container with the status `Exited`, picks the id of this container and run `docker logs YOUR_GRAFANA_CONTAINER_ID` and check if the errors is equal to the following:
3636

3737
```
38-
GF_PATHS_DATA='/var/lib/grafana' is not writable.
38+
GF_PATHS_DATA='/var/lib/grafana' is not writable.
3939
You may have issues with file permissions, more information here: http://docs.grafana.org/installation/docker/#migration-from-a-previou
40-
s-version-of-the-docker-container-to-5-1-or-later
41-
mkdir: cannot create directory '/var/lib/grafana/plugins': Permission denied
40+
s-version-of-the-docker-container-to-5-1-or-later
41+
mkdir: cannot create directory '/var/lib/grafana/plugins': Permission denied
4242
```
4343

4444
#### Solution
@@ -60,11 +60,11 @@ The configurations are based off the following articles and repositories:
6060

6161
This example is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
6262

63-
[yabeda]: https://github.com/yabeda/yabeda
64-
[yabeda-rails]: https://github.com/yabeda/yabeda-rails
65-
[yabeda-sidekiq]: https://github.com/yabeda/yabeda-sidekiq
66-
[yabeda-puma-plugin]: https://github.com/yabeda/yabeda-puma-plugin
67-
[yabeda-prometheus]: https://github.com/yabeda/yabeda-prometheus
63+
[yabeda]: https://github.com/yabeda-rb/yabeda
64+
[yabeda-rails]: https://github.com/yabeda-rb/yabeda-rails
65+
[yabeda-sidekiq]: https://github.com/yabeda-rb/yabeda-sidekiq
66+
[yabeda-puma-plugin]: https://github.com/yabeda-rb/yabeda-puma-plugin
67+
[yabeda-prometheus]: https://github.com/yabeda-rb/yabeda-prometheus
6868
[Rails]: https://rubyonrails.org "Ruby on Rails MVC web-application framework optimized for programmer happiness"
6969
[Sidekiq]: https://github.com/mperham/sidekiq/ "Simple, efficient background processing for Ruby"
7070
[Prometheus]: https://prometheus.io/ "Open-source monitoring solution"

0 commit comments

Comments
 (0)