This is an automated email from the ASF dual-hosted git repository.

normanbreau pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-docs.git


The following commit(s) were added to refs/heads/master by this push:
     new 5b256b6620 Fix DOAP syntax (#1353)
5b256b6620 is described below

commit 5b256b6620dd199ba1919e026b62b69f36f26e59
Author: Arnout Engelen <arn...@bzzt.net>
AuthorDate: Thu Jun 27 20:13:48 2024 +0200

    Fix DOAP syntax (#1353)
    
    The XML namespace prefix needs to match exactly, and the official namespace 
is specified as `http`, so we need to follow that.
---
 www/infra/doap_Cordova.rdf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www/infra/doap_Cordova.rdf b/www/infra/doap_Cordova.rdf
index 0609bb4bb0..4881ac5440 100644
--- a/www/infra/doap_Cordova.rdf
+++ b/www/infra/doap_Cordova.rdf
@@ -2,8 +2,8 @@
 <?xml-stylesheet type="text/xsl"?>
 <rdf:RDF xml:lang="en"
          xmlns="http://usefulinc.com/ns/doap#";
-         xmlns:rdf="https://www.w3.org/1999/02/22-rdf-syntax-ns#";
-         xmlns:asfext="https://projects.apache.org/ns/asfext#";
+         xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
+         xmlns:asfext="http://projects.apache.org/ns/asfext#";
          xmlns:foaf="http://xmlns.com/foaf/0.1/";>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one or more


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org

Reply via email to