Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update links to main branches #12375

Merged
merged 1 commit into from
Feb 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
andrewheard marked this conversation as resolved.
Show resolved Hide resolved
*/
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
Loading