Skip to content

Commit 3c172cd

Browse files
committed
chore: master -> main
1 parent 217b2ea commit 3c172cd

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/pull_request_template.md

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

66
## PR Checklist
77
Please make sure that your PR fulfills the following requirements:
8-
- [ ] The commit message follows the [Angular Commit Message Guidelines](https://github.com/angular/angular/blob/master/CONTRIBUTING.md#-commit-message-guidelines).
8+
- [ ] The commit message follows the [Angular Commit Message Guidelines](https://github.com/angular/angular/blob/main/CONTRIBUTING.md#-commit-message-guidelines).
99
- [ ] Tests for the changes have been added (for bug fixes / features)
1010
- [ ] Docs have been added / updated (for bug fixes / features)
1111

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ Before that, please search for similar issues. It's possible that someone has al
1010

1111
# General Information
1212
For general guidance on contributing to this project, please see
13-
[this link](https://github.com/IBM/ibm-cloud-sdk-common/blob/master/CONTRIBUTING_python.md)
13+
[this link](https://github.com/IBM/ibm-cloud-sdk-common/blob/main/CONTRIBUTING_python.md)

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ easy_install --upgrade "ibm_code_engine_sdk>=0.0.1"
6969
## Using the SDK
7070
Examples and a demo are available in the [example](/example) folder.
7171

72-
For general SDK usage information, please see [this link](https://github.com/IBM/ibm-cloud-sdk-common/blob/master/README.md)
72+
For general SDK usage information, please see [this link](https://github.com/IBM/ibm-cloud-sdk-common/blob/main/README.md)
7373

7474
## Questions
7575

@@ -86,9 +86,9 @@ Before that, please search for similar issues. It's possible that someone has al
8686
Find more open source projects on the [IBM Github Page](http://ibm.github.io/)
8787

8888
## Contributing
89-
See [CONTRIBUTING.md](https://github.com/IBM/code-engine-python-sdk/blob/master/CONTRIBUTING.md).
89+
See [CONTRIBUTING.md](https://github.com/IBM/code-engine-python-sdk/blob/main/CONTRIBUTING.md).
9090

9191
## License
9292

9393
This SDK is released under the Apache 2.0 license.
94-
The license's full text can be found in [LICENSE](https://github.com/IBM/code-engine-python-sdk/blob/master/LICENSE).
94+
The license's full text can be found in [LICENSE](https://github.com/IBM/code-engine-python-sdk/blob/main/LICENSE).

ibm_code_engine_sdk/ibm_cloud_code_engine_v1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def __init__(self,
6060
Construct a new client for the IBM Cloud Code Engine service.
6161
6262
:param Authenticator authenticator: The authenticator specifies the authentication mechanism.
63-
Get up to date information from https://github.com/IBM/python-sdk-core/blob/master/README.md
63+
Get up to date information from https://github.com/IBM/python-sdk-core/blob/main/README.md
6464
about initializing the authenticator of your choice.
6565
"""
6666
BaseService.__init__(self,

0 commit comments

Comments
 (0)