diff options
| author | Shulhan <ms@kilabit.info> | 2025-06-12 20:57:19 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2025-06-12 20:57:19 +0700 |
| commit | f408c77795a9dd6d4551fadd2e8352ba08915feb (patch) | |
| tree | 5d7729787fb7bac5a7ea159757cf6b236f4a0a55 /testdata | |
| parent | 7e507518fc17e065c972156ca6714c0803a7f47d (diff) | |
| download | jarink-f408c77795a9dd6d4551fadd2e8352ba08915feb.tar.xz | |
all: rename the json field page_links to broken_links
Naming it page_links does not make sense if the result is from brokenlinks
command.
Diffstat (limited to 'testdata')
| -rw-r--r-- | testdata/past_result.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testdata/past_result.json b/testdata/past_result.json index a5a11fe..ca29d35 100644 --- a/testdata/past_result.json +++ b/testdata/past_result.json @@ -1,5 +1,5 @@ { - "page_links": { + "broken_links": { "http://127.0.0.1:11836/page2": [ { "link": "http://127.0.0.1:11836/", |
