From 776a156f65029bf267c960007238f7807a85eb40 Mon Sep 17 00:00:00 2001 From: Adam Learns <60950402+AdamLearns@users.noreply.github.com> Date: Mon, 25 Mar 2024 03:25:17 -0700 Subject: [PATCH] Fix broken README links (#618) There were apostrophes in the links. --- examples/comments/README.md | 2 +- examples/livechat/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/comments/README.md b/examples/comments/README.md index bb167a30..2ebcc19d 100644 --- a/examples/comments/README.md +++ b/examples/comments/README.md @@ -62,4 +62,4 @@ Returns original InnerTube response (sanitized). **Returns:** `ParsedResponse` ## Example -See [`index.ts`]('./index.ts'). \ No newline at end of file +See [`index.ts`](./index.ts). \ No newline at end of file diff --git a/examples/livechat/README.md b/examples/livechat/README.md index 213a6ab6..32e0b772 100644 --- a/examples/livechat/README.md +++ b/examples/livechat/README.md @@ -109,4 +109,4 @@ Sends a message. **Returns:** `Promise>` ## Example -See [`index.ts`]('./index.ts'). +See [`index.ts`](./index.ts).