You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Sebb (Jira)" <ji...@apache.org> on 2020/11/27 15:59:00 UTC

[jira] [Created] (KAFKA-10775) DOAP has incorrect category

Sebb created KAFKA-10775:
----------------------------

             Summary: DOAP has incorrect category
                 Key: KAFKA-10775
                 URL: https://issues.apache.org/jira/browse/KAFKA-10775
             Project: Kafka
          Issue Type: Bug
            Reporter: Sebb


https://github.com/apache/kafka/blob/0df461582c78449fd39e35b241a77a7acf5735e2/doap_Kafka.rdf#L36

reads:

<category rdf:resource="https://projects.apache.org/projects.html?category#big-data" />

This should be

<category rdf:resource="http://projects.apache.org/category/big-data" />

c.f.

http://svn.apache.org/repos/asf/bigtop/site/trunk/content/resources/bigtop.rdf




--
This message was sent by Atlassian Jira
(v8.3.4#803005)