From cc4e13ba7349e94b3c6122f6a16ec7c525c1017e Mon Sep 17 00:00:00 2001 From: ladiesman218 Date: Mon, 8 Jan 2024 17:15:22 +0800 Subject: [PATCH] Fixed broken links in README.md Appended `--end` to link destination for [Sending Live Activity Update] Removed 2 links: [Foundations](#foundations) [Using the non semantic safe APIs](#using-the-non-semantic-safe-apis) Contents are missing in current readme. --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index f28754b..43f1afa 100644 --- a/README.md +++ b/README.md @@ -8,15 +8,13 @@ A non-blocking Swift module for sending remote Apple Push Notification requests to [APNS](https://developer.apple.com/documentation/usernotifications/setting_up_a_remote_notification_server) built on AsyncHttpClient. - [Installation](#installation) -- [Foundations](#foundations) - [Getting Started](#getting-started) - [Sending a simple notification](#sending-a-simple-notification) -- [Sending Live Activity Update](#sending-live-activity-update) +- [Sending Live Activity Update](#sending-live-activity-update--end) - [Authentication](#authentication) - [Logging](#logging) - [**Background Activity Logger**](#background-activity-logger) - [**Notification Send Logger**](#notification-send-logger) -- [Using the non semantic safe APIs](#using-the-non-semantic-safe-apis) - [Server Example](#server-example) - [iOS Examples](#ios-examples) - [Original pitch and discussion on API](#original-pitch-and-discussion-on-api)