diff --git a/README.md b/README.md index fc609b6..de93e39 100644 --- a/README.md +++ b/README.md @@ -22,9 +22,9 @@ See the [FAQ](FAQ.html) for more information and a list of frequently asked ques DTS specifies 3 distinct operation endpoints: -- Navigation _across texts_ is supported by the [Collection Endpoint](specs-v1-alpha.md#collection-endpoint) -- Navigation _within a text_ is supported by the [Navigation Endpoint](specs-v1-alpha.md#navigation-endpoint) -- Retrieval of complete or partial texts is supported by the [Document Endpoint](specs-v1-alpha.md#document-endpoint) +- Navigation _across texts_ is supported by the [Collection Endpoint](versions/1-alpha/#collection-endpoint) +- Navigation _within a text_ is supported by the [Navigation Endpoint](versions/1-alpha/#navigation-endpoint) +- Retrieval of complete or partial texts is supported by the [Document Endpoint](versions/1-alpha/#document-endpoint) The Collection and Navigation endpoin. The Document endpoint is specified to return TEI/XML of the requested text or fragment. diff --git a/specs-v1-alpha.md b/versions/1-alpha/README.md similarity index 100% rename from specs-v1-alpha.md rename to versions/1-alpha/README.md