Skip to content

Commit

Permalink
Merge pull request #1523 from alex-semenyuk/fix_docs_links
Browse files Browse the repository at this point in the history
Fix docs links
  • Loading branch information
EnriqueL8 committed Jun 20, 2024
2 parents 8fdaeb3 + 00ca0f3 commit 16aec0b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.)
Expand Down
4 changes: 2 additions & 2 deletions internal/coremsgs/en_api_translations.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 16aec0b

Please sign in to comment.