ckan / ckanext-dcat

CKAN ♥ DCAT
164 stars 142 forks source link

Backslash? Forward slash #245

Closed flowsta closed 1 year ago

flowsta commented 1 year ago

The section Catalog Endpoint states that the endpoint can be customized:

ckanext.dcat.catalog_endpoint = /dcat/catalog/{_format}

The explanation says:

The custom endpoint must start with a backslash (/) and contain the {_format} placeholder.

Backslash? Nop, backslash is \. You mean forward slash, /.

So...

sed 's/backslash/forward slash/'  README.md
amercader commented 1 year ago

Thanks @flowsta , do you mind submitting a PR with the changes needed?

seitenbau-govdata commented 1 year ago

Fixed by #246