Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the org from github.com/modularml -> github.com/modular #3953

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/mojo_feature_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ body:
- type: markdown
attributes:
value: |
If the request is out of the published roadmap and priorities, please start an [idea](https://github.com/modularml/mojo/discussions/categories/ideas) in GH Discussions to get feedback from the team.
If the request is out of the published roadmap and priorities, please start an [idea](https://github.com/modular/mojo/discussions/categories/ideas) in GH Discussions to get feedback from the team.
- type: textarea
id: Request
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ for more details.

#### Fork and clone the repo

Go to the [Mojo repo](https://github.com/modularml/mojo) and click the fork
Go to the [Mojo repo](https://github.com/modular/mojo) and click the fork
button:

![Create Fork](stdlib/docs/images/create-fork.png)
Expand All @@ -237,7 +237,7 @@ cd mojo
Add the upstream remote and fetch it:

```bash
git remote add upstream [email protected]:modularml/mojo.git
git remote add upstream [email protected]:modular/mojo.git
git fetch upstream
```

Expand Down
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ This repo includes source code for:

This repo has two primary branches:

- The [`main`](https://github.com/modularml/mojo/tree/main) branch, which is in
- The [`main`](https://github.com/modular/mojo/tree/main) branch, which is in
sync with the last stable released version of Mojo. Use the examples here if you’re
using a [release build of Mojo](#latest-released).

- The [`nightly`](https://github.com/modularml/mojo/tree/nightly) branch, which
- The [`nightly`](https://github.com/modular/mojo/tree/nightly) branch, which
is in sync with the Mojo nightly build and subject to breakage. Use this branch
for [contributions](./CONTRIBUTING.md), or if you're using the latest
[nightly build of Mojo](#latest-nightly).
Expand Down Expand Up @@ -78,7 +78,7 @@ And when you clone this repo, switch to the `nightly` branch because the `main`
branch might not be compatible with nightly builds:

```bash
git clone https://github.com/modularml/mojo.git
git clone https://github.com/modular/mojo.git
```

```bash
Expand All @@ -88,13 +88,13 @@ git checkout nightly
## Contributing

When you want to report issues or request features, [please create a GitHub
issue here](https://github.com/modularml/mojo/issues).
issue here](https://github.com/modular/mojo/issues).
See [here](./CONTRIBUTING.md) for guidelines on filing good bugs.

We welcome contributions to this repo on the
[`nightly`](https://github.com/modularml/mojo/tree/nightly)
[`nightly`](https://github.com/modular/mojo/tree/nightly)
branch. If you’d like to contribute to Mojo, please first read our [Contributor
Guide](https://github.com/modularml/mojo/blob/main/CONTRIBUTING.md).
Guide](https://github.com/modular/mojo/blob/main/CONTRIBUTING.md).

For more general questions or to chat with other Mojo developers, check out our
[Discord](https://discord.gg/modular).
Expand All @@ -108,6 +108,6 @@ MAX and Mojo usage and distribution are licensed under the

## Thanks to our contributors

<a href="https://github.com/modularml/mojo/graphs/contributors">
<img src="https://contrib.rocks/image?repo=modularml/mojo" />
<a href="https://github.com/modular/mojo/graphs/contributors">
<img src="https://contrib.rocks/image?repo=modular/mojo" />
</a>
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Be aware that we don't provide tools to generate a preview of the website,
because the Mojo docs are built along with other content that's not included in
this repo. As such, we recommend you preview your edits in an IDE that can
render markdown and Jupyter notebook files, such as VS Code, including the [VS
Code environment in GitHub](https://github.dev/modularml/mojo/blob/main/).
Code environment in GitHub](https://github.dev/modular/mojo/blob/main/).

For more information about how to contribute, see the [Contributor
Guide](../CONTRIBUTING.md)
Loading
Loading