From ed070daf9fdd532da734041e6bd38a94d609ef37 Mon Sep 17 00:00:00 2001 From: Domenic Denicola Date: Sun, 17 Jan 2021 16:13:52 -0500 Subject: [PATCH] Fix Ward substitutions for source updates URLs seem to be relative now. --- lib/substitutions.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/substitutions.json b/lib/substitutions.json index 95d577f..bf514bd 100644 --- a/lib/substitutions.json +++ b/lib/substitutions.json @@ -5061,7 +5061,7 @@ ], "https://www.parahumans.net/2018/05/26/torch-7-4/": [ { - "before": "

", + "before": "

", "after": "", "_comment": "This appears to be intentional, but it just duplicates the Next Chapter link (i.e. turning the page in the eBook), so we remove it" }, @@ -6674,7 +6674,7 @@ "after": "morning breath—more than morning breath—but there" }, { - "before": "

Previous Chapter                                                                               Next Chapter

\n

\n

\n

\n

\n

\n

\n

\n

\n

\n

\n

\n

", + "before": "

Previous Chapter                                                                               Next Chapter

\n

\n

\n

\n

\n

\n

\n

\n

\n

\n

\n

\n

", "after": "
 
\n
 
", "_comment": "This is the best way I can think of to emulate the end of chapter 'fake out' in an ebook format" }, @@ -6701,7 +6701,7 @@ ], "https://www.parahumans.net/2019/04/02/black-13-1/": [ { - "before": "

\n

Previous Chapter                                                                               Next Chapter

\n", + "before": "

\n

Previous Chapter                                                                               Next Chapter

\n", "after": "", "_comment": "Our usual heuristics of removing the first paragraph to remove the previous/next chapter links are broken here because of the 'go back and look at the fake out' comment at the top" },