Skip to content

Commit 9d7fbf4

Browse files
committed
switch primary branch from master to main
1 parent a071e07 commit 9d7fbf4

File tree

6 files changed

+14
-14
lines changed

6 files changed

+14
-14
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ _Put an `x` in the boxes that apply. You can also fill these out after creating
1010

1111
#### General
1212

13-
- [ ] I have read the [CONTRIBUTING](https://github.com/aws/sagemaker-experiments/blob/master/CONTRIBUTING.md) doc
14-
- [ ] I used the commit message format described in [CONTRIBUTING](https://github.com/aws/sagemaker-experiments/blob/master/CONTRIBUTING.md#committing-your-change)
15-
- [ ] I have updated any necessary documentation, including [READMEs](https://github.com/aws/sagemaker-experiments/blob/master/README.rst) and [API docs](https://github.com/aws/sagemaker-experiments/tree/master/doc) (if appropriate)
13+
- [ ] I have read the [CONTRIBUTING](https://github.com/aws/sagemaker-experiments/blob/main/CONTRIBUTING.md) doc
14+
- [ ] I used the commit message format described in [CONTRIBUTING](https://github.com/aws/sagemaker-experiments/blob/main/CONTRIBUTING.md#committing-your-change)
15+
- [ ] I have updated any necessary documentation, including [READMEs](https://github.com/aws/sagemaker-experiments/blob/main/README.rst) and [API docs](https://github.com/aws/sagemaker-experiments/tree/main/doc) (if appropriate)
1616

1717
#### Tests
1818

.github/workflows/test_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Test and Release
33
on:
44
pull_request:
55
branches:
6-
- master
6+
- main
77
push:
88
paths:
99
- 'src/**'

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ reported the issue. Please try to include as much information as you can. Detail
3939
## Contributing via Pull Requests
4040
Contributions via pull requests are much appreciated. Before sending us a pull request, please ensure that:
4141

42-
1. You are working against the latest source on the *master* branch.
42+
1. You are working against the latest source on the *main* branch.
4343
2. You check existing open, and recently merged, pull requests to make sure someone else hasn't addressed the problem already.
4444
3. You open an issue to discuss any significant work - we would hate for your time to be wasted.
4545

@@ -91,7 +91,7 @@ You should only worry about manually running any new integration tests that you
9191

9292
1. Create a new git branch:
9393
```shell
94-
git checkout -b my-fix-branch master
94+
git checkout -b my-fix-branch main
9595
```
9696
1. Make your changes, **including unit tests** and, if appropriate, integration tests.
9797
1. Include unit tests when you contribute new features or make bug fixes, as they help to:
@@ -142,6 +142,6 @@ If you discover a potential security issue in this project we ask that you notif
142142

143143
## Licensing
144144

145-
See the [LICENSE](https://github.com/aws/amazon-sagemaker-experiment-tracking/blob/master/LICENSE) file for our project's licensing. We will ask you to confirm the licensing of your contribution.
145+
See the [LICENSE](https://github.com/aws/sagemaker-experiments/blob/main/LICENSE) file for our project's licensing. We will ask you to confirm the licensing of your contribution.
146146
147147
We may ask you to sign a [Contributor License Agreement (CLA)](http://en.wikipedia.org/wiki/Contributor_License_Agreement) for larger changes.

README.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.. image:: https://github.com/aws/sagemaker-experiments/raw/master/branding/icon/sagemaker-banner.png
1+
.. image:: https://github.com/aws/sagemaker-experiments/raw/main/branding/icon/sagemaker-banner.png
22
:height: 100px
33
:alt: SageMaker
44
:target: https://aws.amazon.com/sagemaker/
@@ -16,14 +16,14 @@ SageMaker Experiments Python SDK
1616
:alt: Supported Python Versions
1717

1818
.. image:: https://img.shields.io/pypi/l/sagemaker-experiments
19-
:target: https://github.com/aws/sagemaker-experiments/blob/master/LICENSE
19+
:target: https://github.com/aws/sagemaker-experiments/blob/main/LICENSE
2020
:alt: License
2121

2222
.. image:: https://img.shields.io/pypi/dm/sagemaker-experiments
2323
:target: https://pypi.python.org/pypi/sagemaker-experiments
2424
:alt: PyPI - Downloads
2525

26-
.. image:: https://codecov.io/gh/aws/sagemaker-experiments/branch/master/graph/badge.svg
26+
.. image:: https://codecov.io/gh/aws/sagemaker-experiments/branch/main/graph/badge.svg
2727
:target: https://codecov.io/gh/aws/sagemaker-experiments
2828
:alt: CodeCov
2929

@@ -64,7 +64,7 @@ SageMaker Experiments Python SDK
6464
:alt: Read the Docs - Sagemaker Experiments
6565

6666
.. image:: https://mybinder.org/badge_logo.svg
67-
:target: https://mybinder.org/v2/gh/awslabs/amazon-sagemaker-examples/master?filepath=sagemaker-experiments%2Fmnist-handwritten-digits-classification-experiment.ipynb
67+
:target: https://mybinder.org/v2/gh/aws/amazon-sagemaker-examples/main?filepath=sagemaker-experiments%2Fmnist-handwritten-digits-classification-experiment.ipynb
6868

6969

7070

@@ -168,7 +168,7 @@ Examples
168168
analytic_table = trial_component_analytics.dataframe()
169169
analytic_table
170170
171-
For more examples, check out: `sagemaker-experiments <https://github.com/awslabs/amazon-sagemaker-examples/tree/master/sagemaker-experiments>`_ in `AWS Labs Amazon SageMaker Examples <https://github.com/awslabs/amazon-sagemaker-examples>`_.
171+
For more examples, check out: `sagemaker-experiments <https://github.com/aws/amazon-sagemaker-examples/tree/master/sagemaker-experiments>`_ in `AWS Labs Amazon SageMaker Examples <https://github.com/aws/amazon-sagemaker-examples>`_.
172172

173173
License
174174
-------

docs/links.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ Links
33

44
* `Manage Machine Learning with Amazon SageMaker Experiments <https://docs.aws.amazon.com/sagemaker/latest/dg/experiments.html>`_
55
* `Track and Evaluate a Model Training Experiment <https://docs.aws.amazon.com/sagemaker/latest/dg/experiments-mnist.html>`_
6-
* `SageMaker Experiments example notebooks <https://github.com/awslabs/amazon-sagemaker-examples/tree/master/sagemaker-experiments>`_
6+
* `SageMaker Experiments example notebooks <https://github.com/aws/amazon-sagemaker-examples/tree/master/sagemaker-experiments>`_

scripts/release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99

1010
def recent_changes_to_src(last_version):
11-
stdout = check_output(["git", "log", "{}..HEAD".format(last_version), "--name-only", "--pretty=format: master"])
11+
stdout = check_output(["git", "log", "{}..HEAD".format(last_version), "--name-only", "--pretty=format: main"])
1212
stdout = stdout.decode("utf-8")
1313
lines = stdout.splitlines()
1414
src_lines = list(filter(lambda l: l.startswith("src"), lines))

0 commit comments

Comments
 (0)