Skip to content

Commit be95190

Browse files
committed
Move to organization
1 parent 247e3f0 commit be95190

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ authors:
66
title: "itembed"
77
version: 0.5.1
88
date-released: 2024-02-28
9-
url: "https://github.com/jojolebarjos/itembed"
9+
url: "https://github.com/sdsc-innovation/itembed"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ pip install itembed
2121
Or install from source, to ensure latest version:
2222

2323
```
24-
pip install git+https://github.com/jojolebarjos/itembed.git
24+
pip install git+https://github.com/sdsc-innovation/itembed.git
2525
```
2626

27-
Please refer to the [documentation](http://jojolebarjos.github.io/itembed) for detailed explanations and examples.
27+
Please refer to the [documentation](http://sdsc-innovation.github.io/itembed) for detailed explanations and examples.

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ If you use this software in your work, it would be appreciated if you would cite
1818
@software{itembed,
1919
author = {Johan Berdat},
2020
title = {itembed},
21-
url = {https://github.com/jojolebarjos/itembed},
21+
url = {https://github.com/sdsc-innovation/itembed},
2222
version = {0.5.1},
2323
date = {2024-02-28},
2424
}

docs/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pip install itembed
1010
To install directly from source:
1111

1212
```
13-
pip install git+https://github.com/jojolebarjos/itembed.git
13+
pip install git+https://github.com/sdsc-innovation/itembed.git
1414
```
1515

1616
After installation, you can verify by checking the version:

mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
site_name: itembed
2-
site_url: http://jojolebarjos.github.io/itembed
3-
repo_url: https://github.com/jojolebarjos/itembed
2+
site_url: http://sdsc-innovation.github.io/itembed
3+
repo_url: https://github.com/sdsc-innovation/itembed
44

55
nav:
66
- Home: index.md

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ classifiers = [
4343
dynamic = ["version"]
4444

4545
[project.urls]
46-
Documentation = "https://jojolebarjos.github.io/itembed/"
47-
Repository = "https://github.com/jojolebarjos/itembed.git"
48-
Issues = "https://github.com/jojolebarjos/itembed/issues"
46+
Documentation = "https://sdsc-innovation.github.io/itembed/"
47+
Repository = "https://github.com/sdsc-innovation/itembed.git"
48+
Issues = "https://github.com/sdsc-innovation/itembed/issues"
4949

5050
[tool.setuptools.dynamic]
5151
version = {attr = "itembed.__version__"}

0 commit comments

Comments
 (0)