Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SeeK-path

Test status for default branch: [![Test status](https://github.com/giovannipizzi/seekpath/actions/workflows/ci.yml/badge.svg)](https://github.com/giovannipizzi/seekpath/actions/workflows/ci.yml)
Test status for default branch: [![Test status](https://github.com/materialscloud-org/seekpath/actions/workflows/ci.yml/badge.svg)](https://github.com/materialscloud-org/seekpath/actions/workflows/ci.yml)
Copy link

Copilot AI Jan 30, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The GitHub URLs in the CI badge use http instead of https. For consistency and security, both URLs should use https protocol.

Copilot uses AI. Check for mistakes.

`SeeK-path` is a python module to obtain band paths in the Brillouin zone of crystal structures.

Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
`SeeK-path`
###########

.. _GitHub: https://github.com/giovannipizzi/seekpath
.. _GitHub: https://github.com/materialscloud-org/seekpath
Copy link

Copilot AI Jan 30, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The GitHub reference link uses http instead of https. For consistency and security, this should be changed to "https://github.com/materialscloud-org/seekpath".

Suggested change
.. _GitHub: http://github.com/materialscloud-org/seekpath
.. _GitHub: https://github.com/materialscloud-org/seekpath

Copilot uses AI. Check for mistakes.


.. toctree::
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ dependencies = [
license = {text = "The MIT license"}

[project.urls]
Homepage = "https://github.com/giovannipizzi/seekpath"
Downloads = "https://github.com/giovannipizzi/seekpath/archive/v2.2.0.tar.gz"
Homepage = "https://github.com/materialscloud-org/seekpath"
Copy link

Copilot AI Jan 30, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Homepage URL uses http while the Downloads URL uses https. For consistency and security, both URLs should use https. Consider changing this to "https://github.com/materialscloud-org/seekpath".

Suggested change
Homepage = "http://github.com/materialscloud-org/seekpath"
Homepage = "https://github.com/materialscloud-org/seekpath"

Copilot uses AI. Check for mistakes.
Downloads = "https://github.com/materialscloud-org/seekpath/archive/v2.2.0.tar.gz"

[project.optional-dependencies]
bz = [
Expand Down