Skip to content

Commit

Permalink
Update links to main branches (#12375)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewheard authored Feb 8, 2024
1 parent cd1ee8d commit 7b9125a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Firestore/Source/Public/FirebaseFirestore/FIRTimestamp.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ NS_ASSUME_NONNULL_BEGIN
* 9999-12-31T23:59:59.999999999Z. By restricting to that range, we ensure that we can convert to
* and from RFC 3339 date strings.
*
* @see https://github.com/google/protobuf/blob/master/src/google/protobuf/timestamp.proto for the
* @see https://github.com/google/protobuf/blob/main/src/google/protobuf/timestamp.proto for the
* reference timestamp definition.
*/
NS_SWIFT_NAME(Timestamp)
Expand Down
2 changes: 1 addition & 1 deletion Firestore/core/include/firebase/firestore/timestamp.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ namespace firebase {
* from 0001-01-01T00:00:00Z to 9999-12-31T23:59:59.999999999Z.
*
* @see
* https://github.com/google/protobuf/blob/master/src/google/protobuf/timestamp.proto
* https://github.com/google/protobuf/blob/main/src/google/protobuf/timestamp.proto
*/
class Timestamp {
public:
Expand Down
2 changes: 1 addition & 1 deletion Firestore/core/test/unit/FSTGoogleTestTests.mm
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ @interface GoogleTests : XCTestCase
* These members are then joined with a ":" as googletest requires.
*
* @see
* https://github.com/google/googletest/blob/master/googletest/docs/AdvancedGuide.md
* https://github.com/google/googletest/blob/main/docs/advanced.md
*/
NSString* CreateTestFiltersFromTestsToRun(NSSet<NSString*>* testsToRun) {
NSMutableString* result = [[NSMutableString alloc] init];
Expand Down
2 changes: 1 addition & 1 deletion scripts/update_xcode_target.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# limitations under the License.

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

require 'xcodeproj'
project_path = ARGV[0]
Expand Down

0 comments on commit 7b9125a

Please sign in to comment.