We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
Thanks @flowsta , do you mind submitting a PR with the changes needed?
Sorry, something went wrong.
Fixed by #246
Successfully merging a pull request may close this issue.
The section Catalog Endpoint states that the endpoint can be customized:
The explanation says:
Backslash? Nop, backslash is
\
. You mean forward slash,/
.So...
The text was updated successfully, but these errors were encountered: