From fe1f0e592d0fa2310858f6640a56c244bed2db3a Mon Sep 17 00:00:00 2001 From: alexey semenyuk Date: Sat, 15 Jun 2024 15:54:03 +0500 Subject: [PATCH 1/2] Update docs links Signed-off-by: alexey semenyuk --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 53f7cfac9..6123bdcd6 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ all the plumbing for your blockchain application from scratch. There are lots of places you can contribute, regardless of whether your skills are front-end, backend-end, or full-stack. -Check out our [Contributor Guide](https://hyperledger.github.io/firefly/contributors/), and **welcome!**. +Check out our [Contributor Guide](https://hyperledger.github.io/firefly/latest/contributors/), and **welcome!**. ## Other repos @@ -297,7 +297,7 @@ Plugins: Each plugin comprises a Go shim, plus a remote agent microservice runti │ │ ┌───────────────┐ - Database Interactions ├───────────┤ database [Di]│ * Create, Read, Update, Delete (CRUD) actions - │ │ interace │ * Filtering and update definition interface + │ │ interface │ * Filtering and update definition interface │ └─────┬─────────┘ * Migrations and Indexes │ │ │ ├───────── ... extensible to NoSQL (CouchDB / MongoDB etc.) From 2936e17086d8a31ab9012fa496296cca7d974916 Mon Sep 17 00:00:00 2001 From: alexey semenyuk Date: Sat, 15 Jun 2024 16:05:12 +0500 Subject: [PATCH 2/2] Update docs links Signed-off-by: alexey semenyuk --- internal/coremsgs/en_api_translations.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/coremsgs/en_api_translations.go b/internal/coremsgs/en_api_translations.go index bb9b36e06..4f6570786 100644 --- a/internal/coremsgs/en_api_translations.go +++ b/internal/coremsgs/en_api_translations.go @@ -20,8 +20,8 @@ package coremsgs var ( CoreSystemNSDescription = ffm("core.systemNSDescription", "FireFly system namespace (legacy - no longer used by newer versions)") - APIParamsConfigRecordKeyUpdate = ffm("api.params.configRecordKey.update", "The configuration key to update. This should use dot notation to reference a key documented in https://hyperledger.github.io/firefly/reference/config.html") - APIParamsConfigRecordKeyGet = ffm("api.params.configRecordKey.get", "The configuration key to get. This should use dot notation to reference a key documented in https://hyperledger.github.io/firefly/reference/config.html") + APIParamsConfigRecordKeyUpdate = ffm("api.params.configRecordKey.update", "The configuration key to update. This should use dot notation to reference a key documented in https://hyperledger.github.io/firefly/latest/reference/config/") + APIParamsConfigRecordKeyGet = ffm("api.params.configRecordKey.get", "The configuration key to get. This should use dot notation to reference a key documented in https://hyperledger.github.io/firefly/latest/reference/config/") APIParamsOperationIDGet = ffm("api.params.operationID.get", "The operation ID key to get") APIParamsOperationNamespacedID = ffm("api.params.spiOperationID", "The operation ID as passed to the connector when the operation was performed, including the 'namespace:' prefix") APIParamsNamespace = ffm("api.params.namespace", "The namespace which scopes this request")