Skip to content

Commit

Permalink
fix: update repository references from 'py_maidr' to 'py-maidr'
Browse files Browse the repository at this point in the history
  • Loading branch information
jooyoungseo committed Dec 6, 2024
1 parent a95ff96 commit 9749835
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
poetry run quartodoc interlinks
- name: Render and Publish to GitHub Pages
if: github.repository == 'xability/py_maidr'
if: github.repository == 'xability/py-maidr'
uses: quarto-dev/quarto-actions/publish@v2
with:
target: gh-pages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
runs-on: ubuntu-latest
concurrency: push
needs: [test, lint, commit-lint]
if: github.repository == 'xability/py_maidr'
if: github.repository == 'xability/py-maidr'
environment:
name: pypi
url: https://pypi.org/project/maidr/
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ pip install -U maidr

```sh
# or install the development version from GitHub
pip install -U git+https://github.com/xability/py_maidr.git
pip install -U git+https://github.com/xability/py-maidr.git
```

2 changes: 1 addition & 1 deletion docs/_quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ website:
background: light
# logo: quarto.png
logo-alt: "Maidr logo."
logo-href: https://xability.github.io/py_maidr/
logo-href: https://xability.github.io/py-maidr/
title: Py maidr
collapse-below: lg
left:
Expand Down
2 changes: 1 addition & 1 deletion docs/examples.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ Table: Keyboard Shortcuts {#tbl-shortcuts}
{{< video https://youtu.be/NR2G4lNolf4 >}}


If you encounter a bug, have usage questions, or want to share ideas to make this package better, please feel free to file an [issue](https://github.com/xability/py_maidr/issues).
If you encounter a bug, have usage questions, or want to share ideas to make this package better, please feel free to file an [issue](https://github.com/xability/py-maidr/issues).

## Code of Conduct

Expand Down
4 changes: 2 additions & 2 deletions docs/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ pip install -U maidr

```{.bash}
# or install the development version from GitHub
pip install -U git+https://github.com/xability/py_maidr.git
pip install -U git+https://github.com/xability/py-maidr.git
```

## Getting Started
Expand Down Expand Up @@ -261,7 +261,7 @@ Table: Keyboard Shortcuts {#tbl-shortcuts}
{{< video https://youtu.be/NR2G4lNolf4 >}}


If you encounter a bug, have usage questions, or want to share ideas to make this package better, please feel free to file an [issue](https://github.com/xability/py_maidr/issues).
If you encounter a bug, have usage questions, or want to share ideas to make this package better, please feel free to file an [issue](https://github.com/xability/py-maidr/issues).

## Code of Conduct

Expand Down

0 comments on commit 9749835

Please sign in to comment.