Skip to content

Commit

Permalink
Fixing some stale links in CONTRIBUTING.md
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 320540968
  • Loading branch information
Pandemic-Sim Team authored and copybara-github committed Jul 10, 2020
1 parent 5bfdf7c commit 65ee08a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ Before sending your pull requests, make sure you followed this list.
- Ensure you have signed the
[Contributor License Agreement (CLA)](https://cla.developers.google.com/).
- Check if my changes are consistent with the
[guidelines](https://github.com/google/agent_based_epidemic_sim/blob/master/CONTRIBUTING.md#general-guidelines-and-philosophy-for-contribution).
[guidelines](https://github.com/google-research/agent-based-epidemic-sim/blob/develop/CONTRIBUTING.md#general-guidelines-and-philosophy-for-contribution).
- Changes are consistent with the
[Coding Style](https://github.com/google/agent_based_epidemic_sim/blob/master/CONTRIBUTING.md#c-coding-style).
[Coding Style](https://github.com/google-research/agent-based-epidemic-sim/blob/develop/CONTRIBUTING.md#c-coding-style).
- Run
[Unit Tests](https://github.com/google/agent_based_epidemic_sim/blob/master/CONTRIBUTING.md#running-unit-tests).
[Unit Tests](https://github.com/google-research/agent-based-epidemic-sim/blob/develop/CONTRIBUTING.md#general-guidelines-and-philosophy-for-contribution).

## How to become a contributor and submit your own code

Expand Down Expand Up @@ -53,7 +53,7 @@ to our internal repository. After the change has been submitted internally, your
pull request will be merged automatically on GitHub.

If you want to contribute but you're not sure where to start, take a look at the
[issues with the "contributions welcome" label](https://github.com/google/agent_based_epidemic_sim/labels/stat%3Acontributions%20welcome).
[issues with the "contributions welcome" label](https://github.com/google-research/agent-based-epidemic-sim/labels/stat%3Acontributions%20welcome).
These are issues that we believe are particularly well suited for outside
contributions, often because we probably won't get to them right now. If you
decide to start on an issue, leave a comment so that other people know that
Expand All @@ -63,7 +63,7 @@ comment thread to coordinate.
### Contribution guidelines and standards

Before sending your pull request for
[review](https://github.com/google/agent_based_epidemic_sim/pulls), make sure
[review](https://github.com/google-research/agent-based-epidemic-sim/pulls), make sure
your changes are consistent with the guidelines and follow the Agent Based
Epidemic Sim coding style.

Expand All @@ -76,7 +76,7 @@ Epidemic Sim coding style.
usually indicates insufficient test coverage.
* Keep API compatibility in mind when you change code in the Agent Based
Epidemic Sim framework e.g., code in
[agent_based_epidemic_sim/framework](https://github.com/google/agent_based_epidemic_sim/tree/master/agent_based_epidemic_sim).
[agent_based_epidemic_sim/framework](https://github.com/google-research/agent-based-epidemic-sim/tree/develop/agent_based_epidemic_sim).
Once Agent Based Epidemic Sim has reached version 1 we will not make
non-backward-compatible API changes without a major release. Reviewers of
your pull request will comment on any API compatibility issues.
Expand Down

0 comments on commit 65ee08a

Please sign in to comment.