Skip to content

Commit a336744

Browse files
Replacing master with main (#141)
1 parent f33fdb0 commit a336744

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ reported the issue. Please try to include as much information as you can. Detail
2323
## Contributing via Pull Requests
2424
Contributions via pull requests are much appreciated. Before sending us a pull request, please ensure that:
2525

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

source/include/ota_config_defaults.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@
268268
* wrapped in double parentheses to be ISO C89/C90 standard compliant. For a
269269
* reference POSIX implementation of the logging macros, refer to the ota
270270
* default config file, and the logging-stack in demos folder of the
271-
* [AWS IoT Embedded C SDK repository](https://github.com/aws/aws-iot-device-sdk-embedded-C/tree/master).
271+
* [AWS IoT Embedded C SDK repository](https://github.com/aws/aws-iot-device-sdk-embedded-C/tree/main).
272272
*
273273
* <b>Default value</b>: Error logging is turned off, and no code is generated
274274
* for calls to the macro in the OTA library on compilation.
@@ -289,7 +289,7 @@
289289
* wrapped in double parentheses to be ISO C89/C90 standard compliant. For a
290290
* reference POSIX implementation of the logging macros, refer to the ota
291291
* default config file, and the logging-stack in demos folder of the
292-
* [AWS IoT Embedded C SDK repository](https://github.com/aws/aws-iot-device-sdk-embedded-C/tree/master).
292+
* [AWS IoT Embedded C SDK repository](https://github.com/aws/aws-iot-device-sdk-embedded-C/tree/main).
293293
*
294294
* <b>Default value</b>: Warning logging is turned off, and no code is
295295
* generated for calls to the macro in the OTA library on compilation.
@@ -310,7 +310,7 @@
310310
* wrapped in double parentheses to be ISO C89/C90 standard compliant. For a
311311
* reference POSIX implementation of the logging macros, refer to the ota
312312
* default config file, and the logging-stack in demos folder of the
313-
* [AWS IoT Embedded C SDK repository](https://github.com/aws/aws-iot-device-sdk-embedded-C/tree/master).
313+
* [AWS IoT Embedded C SDK repository](https://github.com/aws/aws-iot-device-sdk-embedded-C/tree/main).
314314
*
315315
* <b>Default value</b>: Info logging is turned off, and no code is
316316
* generated for calls to the macro in the OTA library on compilation.
@@ -331,7 +331,7 @@
331331
* wrapped in double parentheses to be ISO C89/C90 standard compliant. For a
332332
* reference POSIX implementation of the logging macros, refer to the ota
333333
* default config file, and the logging-stack in demos folder of the
334-
* [AWS IoT Embedded C SDK repository](https://github.com/aws/aws-iot-device-sdk-embedded-C/tree/master).
334+
* [AWS IoT Embedded C SDK repository](https://github.com/aws/aws-iot-device-sdk-embedded-C/tree/main).
335335
*
336336
* <b>Default value</b>: Debug logging is turned off, and no code is
337337
* generated for calls to the macro in the OTA library on compilation.

0 commit comments

Comments
 (0)