From bb902975f3e61cf9a3e8bd1d2adba0bf8a0dac18 Mon Sep 17 00:00:00 2001 From: vleong2332 Date: Wed, 27 Sep 2017 15:22:26 -0400 Subject: [PATCH 1/2] Add the link to PDF via media.yaml --- media.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 media.yaml diff --git a/media.yaml b/media.yaml new file mode 100644 index 00000000..4813208b --- /dev/null +++ b/media.yaml @@ -0,0 +1,10 @@ +projects: + - + identifier: 'bible' + version: '6' + media: + - + identifier: 'pdf' + version: '6' + contributor: [] + url: 'http://cdn.door43.org/en/tw/v6/pdf/en_tw_v6.pdf' From dc76612ba373c7252b34d2a75b64eff01a2bf2f9 Mon Sep 17 00:00:00 2001 From: vleong2332 Date: Fri, 29 Sep 2017 14:50:20 -0400 Subject: [PATCH 2/2] Correct media version and URL protocol --- media.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media.yaml b/media.yaml index 4813208b..f59ed01d 100644 --- a/media.yaml +++ b/media.yaml @@ -5,6 +5,6 @@ projects: media: - identifier: 'pdf' - version: '6' + version: '1' contributor: [] - url: 'http://cdn.door43.org/en/tw/v6/pdf/en_tw_v6.pdf' + url: 'https://cdn.door43.org/en/tw/v6/pdf/en_tw_v6.pdf'