Skip to content

Commit 3ad6829

Browse files
committed
Update urls
1 parent c02ae17 commit 3ad6829

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Example:
6363
- multirepo:
6464
nav_repos:
6565
- name: osipi-python-package
66-
import_url: https://github.com/OSIPI/osipi?branch=main
66+
import_url: https://github.com/OSIPI/osipy?branch=main
6767
imports: [
6868
docs/index.md, docs/user-guide/*, docs/about/index.md
6969
]
@@ -74,8 +74,8 @@ nav:
7474
- Overview: osipi-python-package/docs/index.md
7575
- User Guide: osipi-python-package/docs/user-guide/index.md
7676
# below we are redirecting with hyperlink
77-
- References: https://osipi.github.io/osipi/references/
78-
- Examples: https://osipi.github.io/osipi/generated/gallery/
77+
- References: https://osipi.github.io/osipy/references/
78+
- Examples: https://osipi.github.io/osipy/generated/gallery/
7979
```
8080

8181
This works, but it **clutters `mkdocs.yml`** and introduces complexity. For now, we keep it simple:

0 commit comments

Comments
 (0)