Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a872745

Browse files
authored
Merge pull request #185779 from atikmapari/Broken-link-sethm
Broken link sethm
2 parents e32aa35 + 571b881 commit a872745

4 files changed

+4
-4
lines changed

articles/notification-hubs/android-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ The first step is to create a project in Android Studio:
5454

5555
## Create a Firebase project that supports FCM
5656

57-
1. Sign in to the [Firebase console](https://firebase.google.com/console/). Create a new Firebase project if you don't already have one.
57+
1. Sign in to the [Firebase console](https://console.firebase.google.com/). Create a new Firebase project if you don't already have one.
5858

5959
2. After you create your project, select **Add Firebase to your Android app**.
6060

articles/notification-hubs/notification-hubs-android-push-notification-google-gcm-get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ Your notification hub is now configured to work with GCM, and you have the conne
164164
165165
Update the three placeholders in the following code for the `NotificationSettings` class:
166166
167-
* `SenderId`: The project number you obtained earlier in the [Google Cloud Console](https://cloud.google.com/console).
167+
* `SenderId`: The project number you obtained earlier in the [Google Cloud Console](https://console.cloud.google.com/).
168168
* `HubListenConnectionString`: The **DefaultListenAccessSignature** connection string for your hub. You can copy that connection string by clicking **Access Policies** on the **Settings** page of your hub on the [Azure portal].
169169
* `HubName`: Use the name of your notification hub that appears in the hub page in the [Azure portal].
170170

includes/notification-hubs-enable-firebase-cloud-messaging-xamarin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
ms.custom: include file
1111
---
1212

13-
1. Sign in to the [Firebase console](https://firebase.google.com/console/). Create a new Firebase project if you don't already have one.
13+
1. Sign in to the [Firebase console](https://console.firebase.google.com/). Create a new Firebase project if you don't already have one.
1414
2. After you create your project, select **Add Firebase to your Android app**.
1515

1616
![Add Firebase to your Android app](./media/notification-hubs-enable-firebase-cloud-messaging/notification-hubs-add-firebase-to-android-app.png)

includes/notification-hubs-enable-firebase-cloud-messaging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
ms.custom: include file
1111
---
1212

13-
1. Sign in to the [Firebase console](https://firebase.google.com/console/). Create a new Firebase project if you don't already have one.
13+
1. Sign in to the [Firebase console](https://console.firebase.google.com/). Create a new Firebase project if you don't already have one.
1414
2. After you create your project, select **Add Firebase to your Android app**.
1515

1616
![Add Firebase to your Android app](./media/notification-hubs-enable-firebase-cloud-messaging/notification-hubs-add-firebase-to-android-app.png)

0 commit comments

Comments
 (0)