mckinsey / vizro

Vizro is a toolkit for creating modular data visualization applications.
https://vizro.readthedocs.io/en/stable/
Apache License 2.0
2.46k stars 109 forks source link

Contribution guidelines link leads to `404` #457

Closed yury-fedotov closed 1 month ago

yury-fedotov commented 1 month ago

Description

I found a small typo in docs today and opened this issue. Then I thought that going forward those types of things I should better address by opening a PR directly, and went to find contribution guidelines.

And apparently there's outdated hyperlink for those.

Expected behavior

The link to contribution guidelines should be accessible.

Which package?

vizro

Package version

0.1.16

Python version

3.12

OS

MacOS

How to Reproduce

  1. Open repo at main
  2. Click on CONTRIBUTING.md
  3. Follow the first hyperlink to Contibuting Guide
  4. See that there's 404

Output

No response

Code of Conduct

stichbury commented 1 month ago

Thanks @yury-fedotov for such thorough reporting and analysis. I've raised a PR to handle this. https://github.com/mckinsey/vizro/pull/463