sci-ndp / scidx-py

sciDX Science Data Exchange
Apache License 2.0
0 stars 0 forks source link

[Bug] Broken links in PyPI README #5

Closed rbardaji closed 3 weeks ago

rbardaji commented 1 month ago

Description

There are broken links in the information displayed on the PyPI page. The links in the README cannot be relative; they need to be absolute.

Steps to Reproduce

  1. Visit the PyPI page for the scidx library.
  2. Click on any link in the description of the project.

Expected Behavior

The links should direct to the correct pages without any errors.

Actual Behavior

The links are broken because they are relative.

Possible Solution

Update the links in the README file to be absolute URLs.

Additional Context

This affects the user experience and the ability to navigate the documentation from the PyPI page.

rbardaji commented 3 weeks ago

Done.