Skip to content
Merged
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 docs/reference/dataspace.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<h3 id="admin-apps">Administration</h3>
<p>Every administration application is related to one <a href="#end-user-apps">end-user application</a>. It cannot exist standalone.</p>
<p>The base URI of an administration application is the base URI of its end-user application with the <code>admin.</code> subdomain
prefixed to the host (e.g. <samp>https://example.com/</samp> &#8594; <samp>https://admin.example.com/</samp>). Because the admin application lives on
prefixed to the host (e.g. <samp>https://example.com/</samp> <samp>https://admin.example.com/</samp>). Because the admin application lives on
its own subdomain (origin), it no longer occupies a path within the end-user application.</p>
<div class="alert alert-info">
<p>Since LinkedDataHub 5.1.0 the administration application is served on the <code>admin.</code> subdomain rather than under an
Expand Down
Loading