Skip to content

Commit 5fb2234

Browse files
author
Alex Memering
committed
Fixing empty links
In GtHub markdown a link of the form [.*]() will just link back to the current page. The intended usage of the links were to to go to themselves, which GitHub does for you when a URL appears in normal Markdown text.
1 parent 36c40b5 commit 5fb2234

File tree

8 files changed

+26
-26
lines changed

8 files changed

+26
-26
lines changed

admob/testapp/readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Getting Started
3737
- You can use "com.google.ios.admob.testapp" as the iOS Bundle ID
3838
while you're testing. You can omit App Store ID while testing.
3939
- Download the Firebase C++ SDK linked from
40-
[https://firebase.google.com/docs/cpp/setup]() and unzip it to a
40+
https://firebase.google.com/docs/cpp/setup and unzip it to a
4141
directory of your choice.
4242
- Add the following frameworks from the Firebase C++ SDK to the project:
4343
- frameworks/ios/universal/firebase.framework
@@ -88,7 +88,7 @@ Getting Started
8888
- For further details please refer to the
8989
[general instructions for setting up an Android app with Firebase](https://firebase.google.com/docs/android/setup).
9090
- Download the Firebase C++ SDK linked from
91-
[https://firebase.google.com/docs/cpp/setup]() and unzip it to a
91+
https://firebase.google.com/docs/cpp/setup and unzip it to a
9292
directory of your choice.
9393
- Configure the location of the Firebase C++ SDK by setting the
9494
firebase\_cpp\_sdk.dir Gradle property to the SDK install directory.
@@ -118,7 +118,7 @@ Getting Started
118118
Support
119119
-------
120120
121-
[https://firebase.google.com/support/]()
121+
https://firebase.google.com/support/
122122
123123
License
124124
-------

analytics/testapp/readme.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Building and Running the testapp
3939
console to the testapp root directory. This file identifies your iOS app
4040
to the Firebase backend.
4141
- Download the Firebase C++ SDK linked from
42-
[https://firebase.google.com/docs/cpp/setup]() and unzip it to a
42+
https://firebase.google.com/docs/cpp/setup and unzip it to a
4343
directory of your choice.
4444
- Add the following frameworks from the Firebase C++ SDK to the project:
4545
- frameworks/ios/universal/firebase.framework
@@ -62,7 +62,7 @@ Building and Running the testapp
6262
"View --> Debug Area --> Activate Console" from the menu.
6363
- After 5 hours, data should be visible in the Firebase Console under the
6464
"Analytics" tab accessible from
65-
[https://firebase.google.com/console/]().
65+
https://firebase.google.com/console/.
6666
6767
### Android
6868
- Register your Android app with Firebase.
@@ -90,7 +90,7 @@ Building and Running the testapp
9090
- For further details please refer to the
9191
[general instructions for setting up an Android app with Firebase](https://firebase.google.com/docs/android/setup).
9292
- Download the Firebase C++ SDK linked from
93-
[https://firebase.google.com/docs/cpp/setup]() and unzip it to a
93+
https://firebase.google.com/docs/cpp/setup and unzip it to a
9494
directory of your choice.
9595
- Configure the location of the Firebase C++ SDK by setting the
9696
firebase\_cpp\_sdk.dir Gradle property to the SDK install directory.
@@ -112,12 +112,12 @@ Building and Running the testapp
112112
the command line.
113113
- After 5 hours, data should be visible in the Firebase Console under the
114114
"Analytics" tab accessible from
115-
[https://firebase.google.com/console/]().
115+
https://firebase.google.com/console/.
116116
117117
Support
118118
-------
119119
120-
[https://firebase.google.com/support/]()
120+
https://firebase.google.com/support/
121121
122122
License
123123
-------

auth/testapp/readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Building and Running the testapp
5858
enable "Anonymous". This will allow the testapp to use email accounts and
5959
anonymous sign-in.
6060
- Download the Firebase C++ SDK linked from
61-
[https://firebase.google.com/docs/cpp/setup]() and unzip it to a
61+
https://firebase.google.com/docs/cpp/setup and unzip it to a
6262
directory of your choice.
6363
- Add the following frameworks from the Firebase C++ SDK to the project:
6464
- frameworks/ios/universal/firebase.framework
@@ -110,7 +110,7 @@ Building and Running the testapp
110110
- For further details please refer to the
111111
[general instructions for setting up an Android app with Firebase](https://firebase.google.com/docs/android/setup).
112112
- Download the Firebase C++ SDK linked from
113-
[https://firebase.google.com/docs/cpp/setup]() and unzip it to a
113+
https://firebase.google.com/docs/cpp/setup and unzip it to a
114114
directory of your choice.
115115
- Configure the location of the Firebase C++ SDK by setting the
116116
firebase\_cpp\_sdk.dir Gradle property to the SDK install directory.
@@ -162,7 +162,7 @@ Known issues
162162
Support
163163
-------
164164
165-
[https://firebase.google.com/support/]()
165+
https://firebase.google.com/support/
166166
167167
License
168168
-------

database/testapp/readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Building and Running the testapp
7070
authenticate with Firebase Database, which requires a signed-in user by
7171
default (an anonymous user will suffice).
7272
- Download the Firebase C++ SDK linked from
73-
[https://firebase.google.com/docs/cpp/setup]() and unzip it to a
73+
https://firebase.google.com/docs/cpp/setup and unzip it to a
7474
directory of your choice.
7575
- Add the following frameworks from the Firebase C++ SDK to the project:
7676
- frameworks/ios/universal/firebase.framework
@@ -125,7 +125,7 @@ Building and Running the testapp
125125
- For further details please refer to the
126126
[general instructions for setting up an Android app with Firebase](https://firebase.google.com/docs/android/setup).
127127
- Download the Firebase C++ SDK linked from
128-
[https://firebase.google.com/docs/cpp/setup]() and unzip it to a
128+
https://firebase.google.com/docs/cpp/setup and unzip it to a
129129
directory of your choice.
130130
- Configure the location of the Firebase C++ SDK by setting the
131131
firebase\_cpp\_sdk.dir Gradle property to the SDK install directory.
@@ -159,7 +159,7 @@ Known issues
159159
Support
160160
-------
161161
162-
[https://firebase.google.com/support/]()
162+
https://firebase.google.com/support/
163163
164164
License
165165
-------

invites/testapp/readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Building and Running the testapp
4848
YOUR\_REVERSED\_CLIENT\_ID. Replace this with the value of the
4949
REVERSED\_CLIENT\_ID string in GoogleService-Info.plist.
5050
- Download the Firebase C++ SDK linked from
51-
[https://firebase.google.com/docs/cpp/setup]() and unzip it to a
51+
https://firebase.google.com/docs/cpp/setup and unzip it to a
5252
directory of your choice.
5353
- Add the following frameworks from the Firebase C++ SDK to the project:
5454
- frameworks/ios/universal/firebase.framework
@@ -108,7 +108,7 @@ Building and Running the testapp
108108
- For further details please refer to the
109109
[general instructions for setting up an Android app with Firebase](https://firebase.google.com/docs/android/setup).
110110
- Download the Firebase C++ SDK linked from
111-
[https://firebase.google.com/docs/cpp/setup]() and unzip it to a
111+
https://firebase.google.com/docs/cpp/setup and unzip it to a
112112
directory of your choice.
113113
- Configure the location of the Firebase C++ SDK by setting the
114114
firebase\_cpp\_sdk.dir Gradle property to the SDK install directory.
@@ -152,7 +152,7 @@ Building and Running the testapp
152152
Support
153153
-------
154154
155-
[https://firebase.google.com/support/]()
155+
https://firebase.google.com/support/
156156
157157
License
158158
-------

messaging/testapp/readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Building and Running the testapp
4545
console to the testapp root directory. This file identifies your iOS app
4646
to the Firebase backend.
4747
- Download the Firebase C++ SDK linked from
48-
[https://firebase.google.com/docs/cpp/setup]() and unzip it to a
48+
https://firebase.google.com/docs/cpp/setup and unzip it to a
4949
directory of your choice.
5050
- Add the following frameworks from the Firebase C++ SDK to the project:
5151
- frameworks/ios/universal/firebase.framework
@@ -105,7 +105,7 @@ with:
105105
[general instructions for setting up an Android app with Firebase](https://firebase.google.com/docs/android/setup).
106106
107107
- Download the Firebase C++ SDK linked from
108-
[https://firebase.google.com/docs/cpp/setup]() and unzip it to a
108+
https://firebase.google.com/docs/cpp/setup and unzip it to a
109109
directory of your choice.
110110
111111
**Configure your SDK paths**
@@ -161,7 +161,7 @@ curl --header "Authorization: key=<Server Key>" --header "Content-Type: applicat
161161
Support
162162
-------
163163
164-
[https://firebase.google.com/support/]()
164+
https://firebase.google.com/support/
165165
166166
License
167167
-------

remote_config/testapp/readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Building and Running the testapp
4141
console to the testapp root directory. This file identifies your iOS app
4242
to the Firebase backend.
4343
- Download the Firebase C++ SDK linked from
44-
[https://firebase.google.com/docs/cpp/setup]() and unzip it to a
44+
https://firebase.google.com/docs/cpp/setup and unzip it to a
4545
directory of your choice.
4646
- Add the following frameworks from the Firebase C++ SDK to the project:
4747
- frameworks/ios/universal/firebase.framework
@@ -89,7 +89,7 @@ Building and Running the testapp
8989
- For further details please refer to the
9090
[general instructions for setting up an Android app with Firebase](https://firebase.google.com/docs/android/setup).
9191
- Download the Firebase C++ SDK linked from
92-
[https://firebase.google.com/docs/cpp/setup]() and unzip it to a
92+
https://firebase.google.com/docs/cpp/setup and unzip it to a
9393
directory of your choice.
9494
- Configure the location of the Firebase C++ SDK by setting the
9595
firebase\_cpp\_sdk.dir Gradle property to the SDK install directory.
@@ -127,7 +127,7 @@ keys that begin with "TestD".
127127
Support
128128
-------
129129
130-
[https://firebase.google.com/support/]()
130+
https://firebase.google.com/support/
131131
132132
License
133133
-------

storage/testapp/readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Building and Running the testapp
6363
authenticate with Firebase Storage, which requires a signed-in user by
6464
default (an anonymous user will suffice).
6565
- Download the Firebase C++ SDK linked from
66-
[https://firebase.google.com/docs/cpp/setup]() and unzip it to a
66+
https://firebase.google.com/docs/cpp/setup and unzip it to a
6767
directory of your choice.
6868
- Add the following frameworks from the Firebase C++ SDK to the project:
6969
- frameworks/ios/universal/firebase.framework
@@ -118,7 +118,7 @@ Building and Running the testapp
118118
- For further details please refer to the
119119
[general instructions for setting up an Android app with Firebase](https://firebase.google.com/docs/android/setup).
120120
- Download the Firebase C++ SDK linked from
121-
[https://firebase.google.com/docs/cpp/setup]() and unzip it to a
121+
https://firebase.google.com/docs/cpp/setup and unzip it to a
122122
directory of your choice.
123123
- Configure the location of the Firebase C++ SDK by setting the
124124
firebase\_cpp\_sdk.dir Gradle property to the SDK install directory.
@@ -142,7 +142,7 @@ Building and Running the testapp
142142
Support
143143
-------
144144
145-
[https://firebase.google.com/support/]()
145+
https://firebase.google.com/support/
146146
147147
License
148148
-------

0 commit comments

Comments
 (0)