Skip to content

Commit

Permalink
Replace remind101 references with cloudtools where appropriate (cloud…
Browse files Browse the repository at this point in the history
  • Loading branch information
phobologic authored May 24, 2018
1 parent d0bc600 commit 7886117
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion 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 both within project spaces and in public spaces whe

## Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at opseng@remind.com. The project team will review and investigate all complaints, and will respond in a way that it deems 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 team at [email protected].com. The project team will review and investigate all complaints, and will respond in a way that it deems 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
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ You can contribute in many ways:

### Report Bugs

Report bugs at https://github.com/remind101/stacker/issues.
Report bugs at https://github.com/cloudtools/stacker/issues.

If you are reporting a bug, please include:

Expand Down Expand Up @@ -36,7 +36,7 @@ Note: We use Google style docstrings (http://sphinxcontrib-napoleon.readthedocs.

### Submit Feedback

The best way to send feedback is to file an issue at https://github.com/remind101/stacker/issues.
The best way to send feedback is to file an issue at https://github.com/cloudtools/stacker/issues.

If you are proposing a feature:

Expand Down Expand Up @@ -100,5 +100,5 @@ Before you submit a pull request, check that it meets these guidelines:
1. The pull request should include tests.
2. If the pull request adds functionality, the docs should be updated. (See `Write Documentation` above for guidelines)
3. The pull request should work for Python 2.7 and for PyPy. Check
https://circleci.com/gh/remind101/stacker and make sure that the tests pass for all supported Python versions.
https://circleci.com/gh/cloudtools/stacker and make sure that the tests pass for all supported Python versions.
4. Please update the `Upcoming/Master` section of the [CHANGELOG](./CHANGELOG.md) with a small bullet point about the change.
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
- Push tag: `git push --tags`
- Merge PR into master, checkout master locally: `git checkout master; git pull`
- Create PyPI release: `python setup.py sdist upload --sign`
- Update github release page: https://github.com/remind101/stacker/releases
- Update github release page: https://github.com/cloudtools/stacker/releases
- use the contents of the latest CHANGELOG entry for the body.

# Helper to create CHANGELOG entries
Expand Down
2 changes: 1 addition & 1 deletion conf/README.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Please check out the stacker_blueprints_ repo for example configs and
blueprints.

.. _stacker_blueprints: https://github.com/remind101/stacker_blueprints
.. _stacker_blueprints: https://github.com/cloudtools/stacker_blueprints
6 changes: 3 additions & 3 deletions docs/blueprints.rst
Original file line number Diff line number Diff line change
Expand Up @@ -406,8 +406,8 @@ stacker_blueprints repo. For example, see the tests used to test the
`Route53 DNSRecords Blueprint`_ and the accompanying `output results`_:

.. _troposphere: https://github.com/cloudtools/troposphere
.. _stacker_blueprints: https://github.com/remind101/stacker_blueprints
.. _Route53 DNSRecords Blueprint: https://github.com/remind101/stacker_blueprints/blob/master/tests/test_route53.py
.. _output results: https://github.com/remind101/stacker_blueprints/tree/master/tests/fixtures/blueprints
.. _stacker_blueprints: https://github.com/cloudtools/stacker_blueprints
.. _Route53 DNSRecords Blueprint: https://github.com/cloudtools/stacker_blueprints/blob/master/tests/test_route53.py
.. _output results: https://github.com/cloudtools/stacker_blueprints/tree/master/tests/fixtures/blueprints
.. _Resource Type: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-template-resource-type-ref.html
.. _Property Type: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-product-property-reference.html
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
html_theme_options = {
"description": "A Cloudformation Stack Manager",
"github_button": True,
"github_user": "remind101",
"github_user": "cloudtools",
"github_repo": "stacker",
"github_banner": True,
}
Expand Down
2 changes: 1 addition & 1 deletion docs/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -566,5 +566,5 @@ submitting it to CloudFormation. For more information, see the
.. _`anchors & references`: https://en.wikipedia.org/wiki/YAML#Repeated_nodes
.. _Mappings: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/mappings-section-structure.html
.. _Outputs: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/outputs-section-structure.html
.. _stacker_blueprints: https://github.com/remind101/stacker_blueprints
.. _stacker_blueprints: https://github.com/cloudtools/stacker_blueprints
.. _`AWS profiles`: https://docs.aws.amazon.com/cli/latest/userguide/cli-multiple-profiles.html
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ Indices and tables

.. _Remind: http://www.remind.com/
.. _troposphere: https://github.com/cloudtools/troposphere
.. _stacker_blueprints: https://github.com/remind101/stacker_blueprints
.. _stacker_blueprints: https://github.com/cloudtools/stacker_blueprints
2 changes: 1 addition & 1 deletion docs/lookups.rst
Original file line number Diff line number Diff line change
Expand Up @@ -422,4 +422,4 @@ For more information see `Configuring Lookups <config.html#lookups>`_.

.. _`hook_data`: http://stacker.readthedocs.io/en/latest/config.html#pre-post-hooks
.. _`aws_lambda hook`: http://stacker.readthedocs.io/en/latest/api/stacker.hooks.html#stacker.hooks.aws_lambda.upload_lambda_functions
.. _`aws_lambda blueprint`: https://github.com/remind101/stacker_blueprints/blob/master/stacker_blueprints/aws_lambda.py
.. _`aws_lambda blueprint`: https://github.com/cloudtools/stacker_blueprints/blob/master/stacker_blueprints/aws_lambda.py
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def read(filename):
author="Michael Barrett",
author_email="[email protected]",
license="New BSD license",
url="https://github.com/remind101/stacker",
url="https://github.com/cloudtools/stacker",
description="AWS CloudFormation Stack manager",
long_description=read("README.rst"),
packages=find_packages(),
Expand Down

0 comments on commit 7886117

Please sign in to comment.