From 3b19491ee92678ff6f46b24a05b9123445de6411 Mon Sep 17 00:00:00 2001
From: Gwanghyeon Gim <harryghgim@gmail.com>
Date: Tue, 5 Apr 2022 15:10:24 +0900
Subject: [PATCH] fix readme link [ci skip]

---
 README.md             | 2 +-
 docbits/22_ingress.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 7714ade..74fbf81 100644
--- a/README.md
+++ b/README.md
@@ -1085,7 +1085,7 @@ generating a worksheet object.  By default, it will generate a header row and
 one row per object in the array.  The optional `opts` argument has settings to
 control the column order and header output.
 
-["Array of Objects Input"](#array-of-arrays-input) describes the function and
+["Array of Objects Input"](#array-of-objects-input) describes the function and
 the optional `opts` argument in more detail.
 
 **Examples**
diff --git a/docbits/22_ingress.md b/docbits/22_ingress.md
index f747789..f5edbf9 100644
--- a/docbits/22_ingress.md
+++ b/docbits/22_ingress.md
@@ -51,7 +51,7 @@ generating a worksheet object.  By default, it will generate a header row and
 one row per object in the array.  The optional `opts` argument has settings to
 control the column order and header output.
 
-["Array of Objects Input"](#array-of-arrays-input) describes the function and
+["Array of Objects Input"](#array-of-objects-input) describes the function and
 the optional `opts` argument in more detail.
 
 **Examples**