Skip to content

Commit 7b9125a

Browse files
authored
Update links to main branches (#12375)
1 parent cd1ee8d commit 7b9125a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Firestore/Source/Public/FirebaseFirestore/FIRTimestamp.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ NS_ASSUME_NONNULL_BEGIN
2727
* 9999-12-31T23:59:59.999999999Z. By restricting to that range, we ensure that we can convert to
2828
* and from RFC 3339 date strings.
2929
*
30-
* @see https://github.com/google/protobuf/blob/master/src/google/protobuf/timestamp.proto for the
30+
* @see https://github.com/google/protobuf/blob/main/src/google/protobuf/timestamp.proto for the
3131
* reference timestamp definition.
3232
*/
3333
NS_SWIFT_NAME(Timestamp)

Firestore/core/include/firebase/firestore/timestamp.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ namespace firebase {
3838
* from 0001-01-01T00:00:00Z to 9999-12-31T23:59:59.999999999Z.
3939
*
4040
* @see
41-
* https://github.com/google/protobuf/blob/master/src/google/protobuf/timestamp.proto
41+
* https://github.com/google/protobuf/blob/main/src/google/protobuf/timestamp.proto
4242
*/
4343
class Timestamp {
4444
public:

Firestore/core/test/unit/FSTGoogleTestTests.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ @interface GoogleTests : XCTestCase
139139
* These members are then joined with a ":" as googletest requires.
140140
*
141141
* @see
142-
* https://github.com/google/googletest/blob/master/googletest/docs/AdvancedGuide.md
142+
* https://github.com/google/googletest/blob/main/docs/advanced.md
143143
*/
144144
NSString* CreateTestFiltersFromTestsToRun(NSSet<NSString*>* testsToRun) {
145145
NSMutableString* result = [[NSMutableString alloc] init];

scripts/update_xcode_target.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# limitations under the License.
1616

1717
# Script to add a file to an Xcode target.
18-
# Adapted from https://github.com/firebase/quickstart-ios/blob/master/scripts/info_script.rb
18+
# Adapted from https://github.com/firebase/quickstart-ios/blob/main/scripts/info_script.rb
1919

2020
require 'xcodeproj'
2121
project_path = ARGV[0]

0 commit comments

Comments
 (0)