From 65ee08aaeb41d8b06e9f971de1f1977a69ae2728 Mon Sep 17 00:00:00 2001 From: Pandemic-Sim Team Date: Thu, 9 Jul 2020 21:37:33 -0700 Subject: [PATCH] Fixing some stale links in CONTRIBUTING.md PiperOrigin-RevId: 320540968 --- CONTRIBUTING.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4c9e33b..5082522 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 @@ -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 @@ -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. @@ -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.