diff --git a/config/util/index/default.json b/config/util/index/default.json index a771ddd84..a09e86955 100644 --- a/config/util/index/default.json +++ b/config/util/index/default.json @@ -3,7 +3,7 @@ "@graph": [ { "comment": "This value can be used to set a custom handler for index files. See the example file.", - "@id": "urn:solid-server:default:IndexConverter", + "@id": "urn:solid-server:default:DefaultUiConverter", "@type": "UnsupportedAsyncHandler" } ] diff --git a/config/util/index/example.json b/config/util/index/example.json index 7fdb4ca46..d4bba659b 100644 --- a/config/util/index/example.json +++ b/config/util/index/example.json @@ -6,7 +6,7 @@ "This converter replaces every browser request for text/html with the Databrowser UI (which then in turn loads a Turtle or other representation of the same resource).", "This is useful when you want to serve a UI for every file from the pod." ], - "@id": "urn:solid-server:default:IndexConverter", + "@id": "urn:solid-server:default:DefaultUiConverter", "@type": "ConstantConverter", "contentType": "text/html", "filePath": "./node_modules/mashlib/dist/databrowser.html", diff --git a/config/util/representation-conversion/default.json b/config/util/representation-conversion/default.json index 1d8cf1ca2..271827531 100644 --- a/config/util/representation-conversion/default.json +++ b/config/util/representation-conversion/default.json @@ -11,7 +11,7 @@ "@id": "urn:solid-server:default:RepresentationConverter", "@type": "WaterfallHandler", "handlers": [ - { "@id": "urn:solid-server:default:IndexConverter" }, + { "@id": "urn:solid-server:default:DefaultUiConverter" }, { "@type": "IfNeededConverter", "comment": "Only continue converting if the requester cannot accept the available content type"