Skip to content

Commit 636c41f

Browse files
committed
Fix leftovers
1 parent 5c0a430 commit 636c41f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ the board, with a focus on documentation and usability.
2828
[PR #278](https://github.com/aai-institute/pyDVL/pull/278)
2929
[PR #394](https://github.com/aai-institute/pyDVL/pull/394)
3030
- Renamed `semivalues` to `compute_generic_semivalues`
31-
[PR #413](https://github.com/appliedAI-Initiative/pyDVL/pull/413)
31+
[PR #413](https://github.com/aai-institute/pyDVL/pull/413)
3232
- New `joblib` backend as default instead of ray. Simplify MapReduceJob.
3333
[PR #355](https://github.com/aai-institute/pyDVL/pull/355)
3434
- Bump torch dependency for influence package to 2.0

mkdocs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
site_name: "pyDVL"
22
site_dir: "docs_build"
3-
site_url: "https://appliedai-initiative.github.io/pyDVL/"
4-
repo_name: "appliedAI-Initiative/pyDVL"
5-
repo_url: "https://github.com/appliedAI-Initiative/pyDVL"
3+
site_url: "https://aai-institute.github.io/pyDVL/"
4+
repo_name: "aai-institute/pyDVL"
5+
repo_url: "https://github.com/aai-institute/pyDVL"
66
copyright: "Copyright © AppliedAI Institute gGmbH"
77
remote_branch: gh-pages
88

0 commit comments

Comments
 (0)