[DOC] Fix broken "Contributors" link in example notebooks

Open Beginner friendly
#1,011 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
72/100
Issue type
Documentation
Clarity
Clearly specified
Activity status
Quiet
Tech stack
jupyter-notebook, python
Domain
documentation

Research direction

Search the .ipynb files in examples/ for the broken CONTRIBUTORS.md URL and inspect the existing AUTHORS.rst file at the repository root. Update each Contributors link to AUTHORS.rst, then verify that no example notebook still contains the broken URL.

Written by the indexing model from the issue text.

Description

documentation

Describe the documentation issue

The 'Contributors' link found at the bottom of the example notebooks in the examples/ directory currently points to CONTRIBUTORS.md. This file does not exist in the repository, resulting in a 404 error. The link should be updated to point to the existing AUTHORS.rst file to properly attribute contributors.

Location
All .ipynb files within the examples/ folder

Solution
Current (Broken): [Contributors] - https://github.com/sktime/skpro/blob/main/CONTRIBUTORS.md

Corrected: [Contributors] - https://github.com/sktime/skpro/blob/main/AUTHORS.rst

Dominant language
Python
Stars
335
Forks
207
Avg merge
1d 20h
Merged PRs (30d)
16

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from sktime/skpro

All issues in sktime/skpro

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.