From 8e43bbc53a56b7b74ab1b15177ed0acc8ce98dfd Mon Sep 17 00:00:00 2001 From: James Bhatta Date: Sun, 19 May 2024 21:54:52 +0545 Subject: [PATCH] Fixed link (#99) Currently it was pointing to http://localhost:3000/laravel-iap-docs/docs/get-started/routing#generate-a-signed-url --- docs/server-notifications/google-play.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/server-notifications/google-play.mdx b/docs/server-notifications/google-play.mdx index 6d8fd23..14b620d 100644 --- a/docs/server-notifications/google-play.mdx +++ b/docs/server-notifications/google-play.mdx @@ -51,7 +51,7 @@ that topic. To create a subscription, do the following: 2. Click on the **Create a subscription** button. 3. Type the name of the subscription. 4. Choose **Push to endpoint** as the delivery Type. -5. Enter the [URL of the backend server](http://localhost:3000/laravel-iap-docs/docs/get-started/routing#generate-a-signed-url) +5. Enter the [URL of the backend server](/docs/get-started/routing#generate-a-signed-url) you created in the **Endpoint URL**. 6. Click on the **Create** button.