Skip to content

Commit

Permalink
Swagger links path fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Anastasia Lalamentik <[email protected]>
  • Loading branch information
lanasta committed Jan 27, 2025
1 parent 20f4bae commit 3d25437
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion doc-site/docs/reference/firefly_interface_format.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ For example, the Ethereum plugin always needs to know what Solidity type the fie

## Automated generation of FireFly Interfaces

A convenience endpoint exists on the API to facilitate converting from native blockchain interface formats such as an Ethereum ABI to the FireFly Interface format. For details, please see the <a href="../swagger/swagger.html#/Default%20Namespace/postGenerateContractInterface" data-proofer-ignore>API documentation for the contract interface generation endpoint</a>.
A convenience endpoint exists on the API to facilitate converting from native blockchain interface formats such as an Ethereum ABI to the FireFly Interface format. For details, please see the <a href="/swagger/#/Default%20Namespace/postGenerateContractInterface" data-proofer-ignore>API documentation for the contract interface generation endpoint</a>.

For an example of using this endpoint with a specific Ethereum contract, please see the [Tutorial to Work with custom smart contracts](../tutorials/custom_contracts/index.md).

Expand Down
2 changes: 1 addition & 1 deletion doc-site/docs/tutorials/broadcast_data.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ title: Broadcast data
## Additional info

- Key Concepts: [Broadcast / shared data](../overview/multiparty/broadcast.md)
- Swagger Reference: <a href="../swagger/swagger.html#/Default%20Namespace/postNewMessageBroadcast" data-proofer-ignore>POST /api/v1/namespaces/{ns}/messages/broadcast</a>
- Swagger Reference: <a href="/swagger/#/Default%20Namespace/postNewMessageBroadcast" data-proofer-ignore>POST /api/v1/namespaces/{ns}/messages/broadcast</a>

## Example 1: Inline string data

Expand Down
2 changes: 1 addition & 1 deletion doc-site/docs/tutorials/create_custom_identity.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Out of the box, a FireFly Supernode contains both an `org` and a `node` identity
## Additional info

- Reference: [Identities](../reference/identities.md)
- Swagger: <a href="../swagger/swagger.html#/Default%20Namespace/postNewIdentity" data-proofer-ignore>POST /api/v1/identities</a>
- Swagger: <a href="/swagger/#/Default%20Namespace/postNewIdentity" data-proofer-ignore>POST /api/v1/identities</a>

## Previous steps: Start your environment

Expand Down
2 changes: 1 addition & 1 deletion doc-site/docs/tutorials/define_datatype.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ of datatypes, as is used to broadcast the data itself.
## Additional info

- Key Concepts: [Broadcast / shared data](../overview/multiparty/broadcast.md)
- Swagger: <a href="../swagger/swagger.html#/Default%20Namespace/postNewDatatype" data-proofer-ignore>POST /api/v1/namespaces/{ns}/datatypes</a>
- Swagger: <a href="/swagger/#/Default%20Namespace/postNewDatatype" data-proofer-ignore>POST /api/v1/namespaces/{ns}/datatypes</a>

### Example 1: Broadcast new datatype

Expand Down
2 changes: 1 addition & 1 deletion doc-site/docs/tutorials/private_send.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ title: Privately send data
## Additional info

- Key Concepts: [Private data exchange](../overview/multiparty/data_exchange.md)
- Swagger: <a href="../swagger/swagger.html#/Default%20Namespace/postNewMessagePrivate" data-proofer-ignore>POST /api/v1/namespaces/{ns}/messages/private</a>
- Swagger: <a href="/swagger/#/Default%20Namespace/postNewMessagePrivate" data-proofer-ignore>POST /api/v1/namespaces/{ns}/messages/private</a>

## Example 1: Pinned private send of in-line string data

Expand Down
2 changes: 1 addition & 1 deletion doc-site/docs/tutorials/query_messages.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This builds on the APIs to query and filter messages, described below
## Additional info

- Reference: [API Query Syntax](../reference/api_query_syntax.md)
- Swagger: <a href="../swagger/swagger.html#/Default%20Namespace/getMsgs" data-proofer-ignore>GET /api/v1/namespaces/{ns}/messages</a>
- Swagger: <a href="/swagger/#/Default%20Namespace/getMsgs" data-proofer-ignore>GET /api/v1/namespaces/{ns}/messages</a>

### Example 1: Query confirmed messages

Expand Down

0 comments on commit 3d25437

Please sign in to comment.