Skip to content

Commit

Permalink
Updated project URL in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
adamancer committed Feb 27, 2024
1 parent 783b0ab commit bcb8228
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Install xmu with pip:

Or install from the GitHub repository using git and pip:

git clone https://github.com/adamancer/xmu
git clone https://github.com/NMNH-IDSC/xmu
cd xmu
pip install .

Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Sciences at the Smithsonian National Museum of Natural History to
streamline the process of getting data into and out of EMu.

Source code for this project is located on
`GitHub <https://github.com/adamancer/xmu>`_.
`GitHub <https://github.com/NMNH-IDSC/xmu>`_.

Contents
--------
Expand Down
2 changes: 1 addition & 1 deletion docs/user-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Install xmu with pip:

Or install from the GitHub repository using git and pip:

git clone https://github.com/adamancer/xmu
git clone https://github.com/NMNH-IDSC/xmu
cd xmu
pip install .

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"```"
"\n\n"
"Learn more:\n\n"
"+ [GitHub repsository](https://github.com/adamancer/xmu)\n"
"+ [GitHub repsository](https://github.com/NMNH-IDSC/xmu)\n"
"+ [Documentation](https://xmu.readthedocs.io/en/latest/)"
)

Expand All @@ -38,7 +38,7 @@
"Programming Language :: Python :: 3.12",
"Topic :: Text Processing :: Markup :: XML",
],
url="https://github.com/adamancer/xmu.git",
url="https://github.com/NMNH-IDSC/xmu.git",
license="MIT",
packages=find_packages(),
install_requires=["joblib", "lxml", "pyyaml"],
Expand Down

0 comments on commit bcb8228

Please sign in to comment.