From 7d1f7a65eeca8579443ed2c1e09ea6a6e65a2ffe Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 27 Nov 2025 09:27:26 -0500 Subject: [PATCH] Align Song of Solomon book data with verses file naming MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Rename book data file and update all references to use "Solomon's Song" (matching verses-1769.json) instead of "Song of Solomon". Changes: - Rename song_of_solomon.json → solomons_song.json - Update "name" field: "Song of Solomon" → "Solomon's Song" - Update all verse references to use "Solomon's Song X:Y" format This ensures the book data name matches the verses file exactly, eliminating the need for normalization redirects. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .../{song_of_solomon.json => solomons_song.json} | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) rename kjvstudy_org/data/books/{song_of_solomon.json => solomons_song.json} (98%) diff --git a/kjvstudy_org/data/books/song_of_solomon.json b/kjvstudy_org/data/books/solomons_song.json similarity index 98% rename from kjvstudy_org/data/books/song_of_solomon.json rename to kjvstudy_org/data/books/solomons_song.json index f2b6c38..2b3c77c 100644 --- a/kjvstudy_org/data/books/song_of_solomon.json +++ b/kjvstudy_org/data/books/solomons_song.json @@ -1,5 +1,5 @@ { - "name": "Song of Solomon", + "name": "Solomon's Song", "abbreviation": "Song", "testament": "Old Testament", "position": 22, @@ -40,31 +40,31 @@ ], "key_verses": [ { - "reference": "Song of Solomon 1:2", + "reference": "Solomon's Song 1:2", "text": "Let him kiss me with the kisses of his mouth: for thy love is better than wine." }, { - "reference": "Song of Solomon 2:1-2", + "reference": "Solomon's Song 2:1-2", "text": "I am the rose of Sharon, and the lily of the valleys. As the lily among thorns, so is my love among the daughters." }, { - "reference": "Song of Solomon 2:16", + "reference": "Solomon's Song 2:16", "text": "My beloved is mine, and I am his: he feedeth among the lilies." }, { - "reference": "Song of Solomon 1:15", + "reference": "Solomon's Song 1:15", "text": "Behold, thou art fair, my love; behold, thou art fair; thou hast doves' eyes." }, { - "reference": "Song of Solomon 4:12", + "reference": "Solomon's Song 4:12", "text": "A garden inclosed is my sister, my spouse; a spring shut up, a fountain sealed." }, { - "reference": "Song of Solomon 6:3", + "reference": "Solomon's Song 6:3", "text": "I am my beloved's, and my beloved is mine: he feedeth among the lilies." }, { - "reference": "Song of Solomon 8:6-7", + "reference": "Solomon's Song 8:6-7", "text": "Set me as a seal upon thine heart, as a seal upon thine arm: for love is strong as death; jealousy is cruel as the grave: the coals thereof are coals of fire, which hath a most vehement flame. Many waters cannot quench love, neither can the floods drown it." } ],