From 751c8d86e8901385cc0dbcdca0d660234e76eb71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thibault=20Cl=C3=A9rice?= Date: Mon, 11 Mar 2024 14:44:38 +0100 Subject: [PATCH] Better versioning for the future --- README.md | 6 +++--- specs-v1-alpha.md => versions/1-alpha/README.md | 0 2 files changed, 3 insertions(+), 3 deletions(-) rename specs-v1-alpha.md => versions/1-alpha/README.md (100%) 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