Skip to content

Commit

Permalink
fix: several links pointing to legacy repository uri (starkware-libs#…
Browse files Browse the repository at this point in the history
…4568)

Co-authored-by: orizi <[email protected]>
  • Loading branch information
krauspt and orizi authored Dec 16, 2023
1 parent fd81ff4 commit f6d9881
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
blank_issues_enabled: false
contact_links:
- name: Cairo Community Support
url: https://github.com/starkware-libs-cairo/discussions
url: https://github.com/starkware-libs/cairo/discussions
about: Please ask and answer questions here.
2 changes: 1 addition & 1 deletion docs/CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ This Code of Conduct applies within all project spaces, and it also applies when

## Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project maintainer using any of the [private contact addresses](https://github.com/starkware-libs-cairo#support). All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project maintainer using any of the [private contact addresses](https://github.com/starkware-libs/cairo#support). All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.

Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.

Expand Down
8 changes: 4 additions & 4 deletions docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ To set up a development environment, please follow these steps:
1. Clone the repo

```sh
git clone https://github.com/starkware-libs-cairo
git clone https://github.com/starkware-libs/cairo
```

2. Download and install [VSCode](https://code.visualstudio.com/).
Expand All @@ -39,9 +39,9 @@ Some tests should now be fixed.
## Issues and feature requests

You've found a bug in the source code, a mistake in the documentation or maybe you'd like a new
feature? Take a look at [GitHub Discussions](https://github.com/starkware-libs-cairo/discussions)
feature? Take a look at [GitHub Discussions](https://github.com/starkware-libs/cairo/discussions)
to see if it's already being discussed. You can help us by
[submitting an issue on GitHub](https://github.com/starkware-libs-cairo/issues).
[submitting an issue on GitHub](https://github.com/starkware-libs/cairo/issues).
Before you create an issue, make sure to search the issue archive -- your issue may have already
been addressed!

Expand All @@ -57,7 +57,7 @@ Please try to create bug reports that are:
### How to submit a Pull Request

1. Search our repository for open or closed
[Pull Requests](https://github.com/starkware-libs-cairo/pulls)
[Pull Requests](https://github.com/starkware-libs/cairo/pulls)
that relate to your submission. You don't want to duplicate effort.
2. Fork the project
3. Create your feature branch (`git checkout -b feat/amazing_feature`)
Expand Down

0 comments on commit f6d9881

Please sign in to comment.