Skip to content

Fix name of puma's example config file in README.md

Bogdan Denkovych requested to merge readme-fix-puma-config-example-filename into master

What does this MR do and why?

This MR fixes name of the file in README.md: config/puma.rb.example.development => config/puma.example.development.rb

https://gitlab.com/gitlab-org/gitlab/-/blob/master/config/config/puma.rb.example.development does not exitst on 'master'.

See https://gitlab.com/gitlab-org/gitlab/-/blob/master/config/puma.example.development.rb

Screenshots or screen recordings

These are strongly recommended to assist reviewers and reduce the time to merge your change.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Bogdan Denkovych

Merge request reports