diff --git a/pages/documentation/uri-conventions.html b/pages/documentation/uri-conventions.html index 836e37e..6f88844 100644 --- a/pages/documentation/uri-conventions.html +++ b/pages/documentation/uri-conventions.html @@ -26,7 +26,7 @@
The service root URI identifies the root of an OData service. The resource identified by this URI MUST be an AtomPub Service Document (as specified in [RFC5023]) and follow the OData conventions for AtomPub Service Documents (or an alternate representation of an Atom Service Document if a different format is requested). OData: JSON Format specifies such an alternate JSON-based representation of a service document. The service document is required to be returned from the root of an OData service to provide clients with a simple mechanism to enumerate all of the collections of resources available for the data service.
Example Request URI | @@ -320,7 +320,7 @@
---|
Function | diff --git a/public/css/site.css b/public/css/site.css index fcc0df4..a42ba8f 100644 --- a/public/css/site.css +++ b/public/css/site.css @@ -119,6 +119,11 @@ code { width: 100%; font-size-adjust: auto; } + +.uri-conventions-table > tbody > tr > td { + word-break: break-all; +} + #index-guide{ padding-left: 60px; padding-right: 60px;
---|