From 6343ade7408c5a6db7e2169009c9f3abae49294a Mon Sep 17 00:00:00 2001 From: Luke Hinds <7058938+lukehinds@users.noreply.github.com> Date: Thu, 4 Mar 2021 07:48:43 +0000 Subject: [PATCH] domain name update (#186) Domain name update Signed-off-by: Luke Hinds <lhinds@redhat.com> Co-authored-by: Stephen Augustus <justaugustus@users.noreply.github.com> --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1686735..e7f120a 100644 --- a/README.md +++ b/README.md @@ -2,18 +2,18 @@ Rekór - Greek for “Record†-Rekor's goals are to provide an immutable tamper resistant ledger of metadata generated within a software projects supply chain. Rekor will enable software maintainers and build systems to record signed metadata to an immutable record. Other parties can then query said metadata to enable them to make informed decisions on trust and non-repudiation of an object's life-cycle. For more details visit the [rekor website](https://rekor.dev) +Rekor's goals are to provide an immutable tamper resistant ledger of metadata generated within a software projects supply chain. Rekor will enable software maintainers and build systems to record signed metadata to an immutable record. Other parties can then query said metadata to enable them to make informed decisions on trust and non-repudiation of an object's lifecycle. For more details visit the [sigstore website](https://sigstore.dev) The Rekor project provides a restful API based server for validation and a transparency log for storage. A CLI application is available to make and verify entries, query the transparency log for inclusion proof, integrity verification of the transparency log or retrieval of entries by either public key or artifact. -For more details on setting up a server, [visit the following link](https://rekor.dev/get_started/server/) +For more details on setting up a server, [visit the following link](https://sigstore.dev/get_started/server/) -For details on CLI usage, [visit the following link](https://rekor.dev/get_started/client/) +For details on CLI usage, [visit the following link](https://sigstore.dev/get_started/client/) -If you're interesting in integration with rekor, we have an [OpenAPI swagger editor](https://rekor.dev/swagger/) +If you're interesting in integration with rekor, we have an [OpenAPI swagger editor](https://sigstore.dev/swagger/) -A public instance of rekor can be found at [api.rekor.dev](https://api.rekor.dev/api/v1/log/) +A public instance of rekor can be found at [api.sigstore.dev](https://api.sigstore.dev/api/v1/log/) Rekor allows customized manifests (which term them as types), [type customization is outlined here](https://github.com/sigstore/rekor/tree/main/pkg/types). -- GitLab