File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Source/Public/FirebaseFirestore
include/firebase/firestore Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ NS_ASSUME_NONNULL_BEGIN
27
27
* 9999-12-31T23:59:59.999999999Z. By restricting to that range, we ensure that we can convert to
28
28
* and from RFC 3339 date strings.
29
29
*
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
31
31
* reference timestamp definition.
32
32
*/
33
33
NS_SWIFT_NAME (Timestamp)
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ namespace firebase {
38
38
* from 0001-01-01T00:00:00Z to 9999-12-31T23:59:59.999999999Z.
39
39
*
40
40
* @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
42
42
*/
43
43
class Timestamp {
44
44
public:
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ @interface GoogleTests : XCTestCase
139
139
* These members are then joined with a ":" as googletest requires.
140
140
*
141
141
* @see
142
- * https://github.com/google/googletest/blob/master/googletest/ docs/AdvancedGuide .md
142
+ * https://github.com/google/googletest/blob/main/ docs/advanced .md
143
143
*/
144
144
NSString * CreateTestFiltersFromTestsToRun (NSSet <NSString *>* testsToRun) {
145
145
NSMutableString * result = [[NSMutableString alloc ] init ];
Original file line number Diff line number Diff line change 15
15
# limitations under the License.
16
16
17
17
# 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
19
19
20
20
require 'xcodeproj'
21
21
project_path = ARGV [ 0 ]
You can’t perform that action at this time.
0 commit comments