diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 6cc80ede67..6fb73790f0 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,5 @@ blank_issues_enabled: true contact_links: - name: Discussions - url: https://github.com/mitsuhiko/rye/discussions + url: https://github.com/astral-sh/rye/discussions about: Please ask and answer questions here. diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index d228e96d03..d01a267d23 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -12,7 +12,7 @@ on: jobs: build: - if: github.repository == 'mitsuhiko/rye' + if: github.repository == 'astral-sh/rye' name: Deploy docs runs-on: ubuntu-latest steps: diff --git a/.github/workflows/sync-python-releases.yml b/.github/workflows/sync-python-releases.yml index 4a182a1649..ec015b377f 100644 --- a/.github/workflows/sync-python-releases.yml +++ b/.github/workflows/sync-python-releases.yml @@ -14,7 +14,7 @@ permissions: jobs: sync: - if: github.repository == 'mitsuhiko/rye' + if: github.repository == 'astral-sh/rye' runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 @@ -36,4 +36,4 @@ jobs: body: | - Synced latest Python releases - Auto-generated by [sync-python-releases.yml](https://github.com/mitsuhiko/rye/blob/main/.github/workflows/sync-python-releases.yml) + Auto-generated by [sync-python-releases.yml](https://github.com/astral-sh/rye/blob/main/.github/workflows/sync-python-releases.yml) diff --git a/README.md b/README.md index d9dc3b305f..1a86846a82 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ----
-[![Rye](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/mitsuhiko/rye/main/artwork/badge.json)](https://rye-up.com) +[![Rye](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/rye/main/artwork/badge.json)](https://rye-up.com) [![](https://dcbadge.vercel.app/api/server/drbkcdtSbg?style=flat)](https://discord.gg/drbkcdtSbg)
@@ -52,7 +52,7 @@ The installation takes just a minute: * **Windows:** - Download and run the installer ([64bit Intel](https://github.com/mitsuhiko/rye/releases/latest/download/rye-x86_64-windows.exe) or [32bit Intel](https://github.com/mitsuhiko/rye/releases/latest/download/rye-x86-windows.exe)). + Download and run the installer ([64bit Intel](https://github.com/astral-sh/rye/releases/latest/download/rye-x86_64-windows.exe) or [32bit Intel](https://github.com/astral-sh/rye/releases/latest/download/rye-x86-windows.exe)). For more details and other options, refer to the [installation instructions](https://rye-up.com/guide/installation/). @@ -62,13 +62,13 @@ Did I spark your interest? * [Visit the Website](https://rye-up.com/) * [Read the Documentation](https://rye-up.com/guide/) -* [Report Problems in the Issue Tracker](https://github.com/mitsuhiko/rye/issues) +* [Report Problems in the Issue Tracker](https://github.com/astral-sh/rye/issues) ## More -* [Discussion Forum](https://github.com/mitsuhiko/rye/discussions), to discuss the project +* [Discussion Forum](https://github.com/astral-sh/rye/discussions), to discuss the project on GitHub * [Discord](https://discord.gg/drbkcdtSbg), for conversations with other developers in text form -* [Issue Tracker](https://github.com/mitsuhiko/rye/issues), if you run into bugs or have suggestions +* [Issue Tracker](https://github.com/astral-sh/rye/issues), if you run into bugs or have suggestions * [Badges](https://rye-up.com/community/#badges), if you want to show that you use Rye * License: MIT diff --git a/docs/changelog.md b/docs/changelog.md index a64b0a6977..21917b3ef9 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -2,7 +2,7 @@ Here you can find all the released changes to Rye. If you want to also see the in-development changes that were not released yet, refer to the -[CHANGELOG.md](https://github.com/mitsuhiko/rye/blob/main/CHANGELOG.md) file +[CHANGELOG.md](https://github.com/astral-sh/rye/blob/main/CHANGELOG.md) file in the repository. {% diff --git a/docs/community.md b/docs/community.md index 69d086d4f6..b82ef2bc8a 100644 --- a/docs/community.md +++ b/docs/community.md @@ -9,10 +9,10 @@ Rye is a new project and feedback is greatly appreciated. Lots of it. Because of this there are various different ways in which you can engage with either the developer or other members of the community: -* [Discussion Forum](https://github.com/mitsuhiko/rye/discussions), to discuss the project +* [Discussion Forum](https://github.com/astral-sh/rye/discussions), to discuss the project on GitHub * [Discord](https://discord.gg/drbkcdtSbg), for conversations with other developers in text form -* [Issue Tracker](https://github.com/mitsuhiko/rye/issues), if you run into bugs or have suggestions +* [Issue Tracker](https://github.com/astral-sh/rye/issues), if you run into bugs or have suggestions You can also reach out [via Twitter](https://twitter.com/mitsuhiko) or [Bluesky](https://bsky.app/profile/mitsuhiko.at). @@ -22,13 +22,13 @@ You can also reach out [via Twitter](https://twitter.com/mitsuhiko) or Want to show that you are using Rye? Why not throw a badge into your project's `README.md`: ```md -[![Rye](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/mitsuhiko/rye/main/artwork/badge.json)](https://rye-up.com) +[![Rye](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/rye/main/artwork/badge.json)](https://rye-up.com) ``` ... or `README.rst`: ```rst -.. image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/mitsuhiko/rye/main/artwork/badge.json +.. image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/rye/main/artwork/badge.json :target: https://rye-up.com :alt: Rye ``` @@ -36,7 +36,7 @@ Want to show that you are using Rye? Why not throw a badge into your project's ... or, as HTML: ```html -Rye +Rye ``` -[![Rye](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/mitsuhiko/rye/main/artwork/badge.json)](https://rye-up.com) +[![Rye](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/rye/main/artwork/badge.json)](https://rye-up.com) diff --git a/docs/index.md b/docs/index.md index b7445ab932..866283c269 100644 --- a/docs/index.md +++ b/docs/index.md @@ -19,8 +19,8 @@ A hassle-free experience for Python developers at every level.

- Star -Discuss + Star +Discuss Sponsor

diff --git a/mkdocs.yml b/mkdocs.yml index 6b68ea9442..a4b97d19d0 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,7 +1,7 @@ site_name: Rye site_description: An Experimental Package Management Solution for Python -repo_name: mitsuhiko/rye -repo_url: https://github.com/mitsuhiko/rye +repo_name: astral-sh/rye +repo_url: https://github.com/astral-sh/rye edit_uri: edit/main/docs/ copyright: Copyright © 2023 Armin Ronacher @@ -109,7 +109,7 @@ markdown_extensions: - pymdownx.tabbed: alternate_style: true - mdx_gh_links: - user: mitsuhiko + user: astral-sh repo: rye - pymdownx.emoji: emoji_index: !!python/name:materialx.emoji.twemoji diff --git a/rye/src/cli/init.rs b/rye/src/cli/init.rs index 9fd8f76ab2..1bd9d847d2 100644 --- a/rye/src/cli/init.rs +++ b/rye/src/cli/init.rs @@ -688,7 +688,7 @@ fn get_setup_py_json>(path: T, python: T) -> Result /// * ``. TBD /// * Options without a requirement, such as `--find-links` or `--index-url` /// -/// See https://github.com/mitsuhiko/rye/issues/191 +/// See https://github.com/astral-sh/rye/issues/191 fn import_requirements_file( requirements: &mut BTreeMap, path: impl AsRef, diff --git a/rye/src/cli/rye.rs b/rye/src/cli/rye.rs index eca2573ff6..85cd9b8aba 100644 --- a/rye/src/cli/rye.rs +++ b/rye/src/cli/rye.rs @@ -29,7 +29,7 @@ const DEFAULT_HOME: &str = "%USERPROFILE%\\.rye"; #[cfg(unix)] const DEFAULT_HOME: &str = "$HOME/.rye"; -const GITHUB_REPO: &str = "https://github.com/mitsuhiko/rye"; +const GITHUB_REPO: &str = "https://github.com/astral-sh/rye"; const UNIX_ENV_FILE: &str = r#" # rye shell setup {%- if custom_home %} @@ -197,7 +197,7 @@ fn update(args: UpdateCommand) -> Result<(), Error> { let tmp = tempdir()?; cmd.arg("install") .arg("--git") - .arg("https://github.com/mitsuhiko/rye") + .arg("https://github.com/astral-sh/rye") .arg("--root") .env( "PATH", diff --git a/scripts/install.sh b/scripts/install.sh index ba6eadb06a..774929c09d 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -10,7 +10,7 @@ VERSION=${RYE_VERSION:-latest} # allow overriding the install option INSTALL_OPTION=${RYE_INSTALL_OPTION:-""} -REPO=mitsuhiko/rye +REPO=astral-sh/rye PLATFORM=`uname -s` ARCH=`uname -m`