diff options
| author | Michael Peter Christen <mc@yacy.net> | 2024-07-21 18:02:58 +0200 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2024-07-21 18:02:58 +0200 |
| commit | 910a496c9f657adaa8560d068c5a2e29d9bdd68a (patch) | |
| tree | 290e4dfeb3c1b57e5502add2c225e377b1027e68 /htroot/api | |
| parent | fd45ccf76ebb7f18f63ce508e43ff66d118f2cc3 (diff) | |
replaced http links with https
Diffstat (limited to 'htroot/api')
| -rw-r--r-- | htroot/api/yacydoc.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htroot/api/yacydoc.xml b/htroot/api/yacydoc.xml index 10ed03988..887abbc2a 100644 --- a/htroot/api/yacydoc.xml +++ b/htroot/api/yacydoc.xml @@ -6,7 +6,7 @@ this is a xml file with embedded dublin core properties you can validate it with http://www.stg.brown.edu/service/xmlvalid/ --> -<metadata xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:yacy="http://yacy.net/" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"> +<metadata xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:yacy="https://yacy.net/" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"> <record> <dc:title LANG="#[dc_language]#">#[dc_title]#</dc:title> <dc:creator>#[dc_creator]#</dc:creator> |
