From 7c9a625d2cf576c2c321121455ce9e2a73c2dc06 Mon Sep 17 00:00:00 2001 From: Jan Eitzinger Date: Mon, 21 Mar 2022 09:44:09 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 57cf297..4d7cbf3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Specifications for datastructures, interfaces, and file formats * **[Generic datastructure specifications](https://github.com/ClusterCockpit/cc-specifications/tree/master/datastructures)**: To be used in applications, as payloads in apis, or as file formats. -* **APIs offered by ClusterCockpit**: REST, GraphQL, and Influx Line protocol descriptions. -* **HPC Job-Archive specification**: A directory tree and file format description for a file based HPC Job Performance archive. -* **SQL Jobs Table Schema**: The SQL database schema used in cc-backend. +* **[APIs offered by ClusterCockpit](https://github.com/ClusterCockpit/cc-specifications/tree/master/interfaces)**: REST, GraphQL, and Influx Line protocol descriptions. +* **[HPC Job-Archive specification](https://github.com/ClusterCockpit/cc-specifications/tree/master/job-archive)**: A directory tree and file format description for a file based HPC Job Performance archive. +* **[SQL Jobs Table Schema](https://github.com/ClusterCockpit/cc-specifications/tree/master/schemas)**: The SQL database schema used in cc-backend.