Skip to content

Commit 58d28b6

Browse files
lostmygithubaccount -> ibis-project
1 parent d801cff commit 58d28b6

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

justfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ docs-preview:
6262

6363
# open
6464
open:
65-
@open https://lostmygithubaccount.github.io/ibis-analytics
65+
@open https://ibis-project.github.io/ibis-analytics

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ dependencies = [
4040
]
4141

4242
[project.urls]
43-
"Homepage" = "https://github.com/lostmygithubaccount/ibis-analytics"
44-
"Bug Tracker" = "https://github.com/lostmygithubaccount/ibis-analytics/issues"
43+
"Homepage" = "https://github.com/ibis-project/ibis-analytics"
44+
"Bug Tracker" = "https://github.com/ibis-project/ibis-analytics/issues"
4545

4646
[project.scripts]
4747
ia = "ibis_analytics.cli:app"

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
## Getting started
66

7-
[See the documentation](https://lostmygithubaccount.github.io/ibis-analytics).
7+
[See the documentation](https://ibis-project.github.io/ibis-analytics).
88

99
## Contributing
1010

website/_quarto.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ website:
1414
reader-mode: false
1515
twitter-card: true
1616
back-to-top-navigation: true
17-
repo-url: https://github.com/lostmygithubaccount/ibis-analytics
17+
repo-url: https://github.com/ibis-project/ibis-analytics
1818

1919
# footer
2020
page-footer:
2121
border: false
2222
center: "Python analytics accelerator"
2323
right:
2424
- icon: github
25-
href: https://github.com/lostmygithubaccount/ibis-analytics
25+
href: https://github.com/ibis-project/ibis-analytics
2626

2727
# theme
2828
format:

website/index.qmd

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ about:
55
links:
66
- icon: github
77
text: github
8-
href: https://github.com/lostmygithubaccount/ibis-analytics
8+
href: https://github.com/ibis-project/ibis-analytics
99
---
1010

1111
***Ibis analytics with Ibis.***
@@ -25,7 +25,7 @@ You can mix and match these components as needed.
2525
Install [`gh`](https://github.com/cli/cli) and [`just`](https://github.com/casey/just), then:
2626

2727
```bash
28-
gh repo clone lostmygithubaccount/ibis-analytics
28+
gh repo clone ibis-project/ibis-analytics
2929
cd ibis-analytics
3030
just setup
3131
. .venv/bin/activate

0 commit comments

Comments
 (0)