Skip to content

Commit

Permalink
Merge pull request #105 from smash-transport/ngoetz/change_links
Browse files Browse the repository at this point in the history
Adapt to moving the repo
  • Loading branch information
Hendrik1704 authored Jul 14, 2023
2 parents 5c57806 + 60405eb commit 95df2a8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Install
=======

Use `pip install particle-analysis` to install the package.
Use `pip install sparkx` to install the package.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# SPARKX
### Software Package for Analyzing Relativistic Kinematics in Collision eXperiments

<a href="https://hendrik1704.github.io/sparkx/" target="_blank">
<a href="https://smash-transport.github.io/sparkx/" target="_blank">
<img src="https://img.shields.io/badge/docs-mkdocs%20material-blue.svg?style=flat" alt="documentation">
</a>

Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ dependencies = [


[project.urls]
"Repository" = "https://github.com/Hendrik1704/sparkx"
"Bug Tracker" = "https://github.com/Hendrik1704/sparkx/issues"
"Documentation" = "https://hendrik1704.github.io/sparkx/index.html"
"Repository" = "https://github.com/smash-transport/sparkx"
"Bug Tracker" = "https://github.com/smash-transport/sparkx/issues"
"Documentation" = "https://smash-transport.github.io/sparkx/"


4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
long_description_content_type="text/markdown",
author='Hendrik Roch, Nils Sass, Niklas Götz',
author_email="roch@fias.uni-frankfurt.de, nsass@fias.uni-frankfurt.de, goetz@fias.uni-frankfurt.de",
url="https://hendrik1704.github.io/sparkx/",
download_url="https://github.com/Hendrik1704/sparkx",
url="https://smash-transport.github.io/sparkx/",
download_url="https://github.com/smash-transport/sparkx",
license='MIT',
include_package_data = True
)

0 comments on commit 95df2a8

Please sign in to comment.