Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion internal/controller/generator/mapper.go
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ func addMetadataLinks(metadataLinks pdoknlv3.MetadataLink, ownerInfo smoothopera
return err
}
link := atomfeed.Link{
Rel: "related",
Rel: "describedby",
Href: href,
Type: "text/html",
Title: htmlTitle,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: maximum-atom-generator-8gk8292cf2
name: maximum-atom-generator-d9bhh28t99
namespace: default
labels:
test: test
Expand Down Expand Up @@ -37,7 +37,7 @@ data:
rel: describedby
type: application/xml
- href: https://test.com/html/00000000-0000-0000-0000-000000000000
rel: related
rel: describedby
type: text/html
title: NGR pagina voor deze download service
- href: https://test.com/open/00000000-0000-0000-0000-000000000000.xml
Expand Down Expand Up @@ -105,7 +105,7 @@ data:
rel: describedby
type: application/xml
- href: https://test.com/html/00000000-0000-0000-0000-000000000001
rel: related
rel: describedby
type: text/html
title: NGR pagina voor deze dataset
- href: https://test.com/encodingrule.pdf
Expand Down Expand Up @@ -172,7 +172,7 @@ data:
rel: describedby
type: application/xml
- href: https://test.com/html/00000000-0000-0000-0000-000000000003
rel: related
rel: describedby
type: text/html
title: NGR pagina voor deze dataset
rights: rights
Expand Down
Loading