Skip to content

Commit

Permalink
fix docstring links
Browse files Browse the repository at this point in the history
  • Loading branch information
olomix committed Feb 26, 2024
1 parent e013f28 commit 1aa987a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions cmd/polygonid/polygonid.go
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ func PLGNProfileID(jsonResponse **C.char, in *C.char,
//
// The configuration example may be found in the [README.md] file.
//
// [README.md] https://github.com/0xPolygonID/c-polygonid/blob/main/README.md#configuration
// [README.md]: https://github.com/0xPolygonID/c-polygonid/blob/main/README.md#configuration
//
//export PLGNAtomicQuerySigV2Inputs
func PLGNAtomicQuerySigV2Inputs(jsonResponse **C.char, in *C.char, cfg *C.char,
Expand Down Expand Up @@ -665,7 +665,7 @@ func marshalInputsResponse(
//
// The configuration example may be found in the [README.md] file.
//
// [README.md] https://github.com/0xPolygonID/c-polygonid/blob/main/README.md#configuration
// [README.md]: https://github.com/0xPolygonID/c-polygonid/blob/main/README.md#configuration
//
//export PLGNAtomicQueryMtpV2Inputs
func PLGNAtomicQueryMtpV2Inputs(jsonResponse **C.char, in *C.char, cfg *C.char,
Expand Down Expand Up @@ -728,7 +728,7 @@ func PLGNMtpV2Inputs(jsonResponse **C.char, in *C.char,
//
// The configuration example may be found in the [README.md] file.
//
// [README.md] https://github.com/0xPolygonID/c-polygonid/blob/main/README.md#configuration
// [README.md]: https://github.com/0xPolygonID/c-polygonid/blob/main/README.md#configuration
//
//export PLGNAtomicQuerySigV2OnChainInputs
func PLGNAtomicQuerySigV2OnChainInputs(jsonResponse **C.char, in *C.char,
Expand All @@ -749,7 +749,7 @@ func PLGNAtomicQuerySigV2OnChainInputs(jsonResponse **C.char, in *C.char,
//
// The configuration example may be found in the [README.md] file.
//
// [README.md] https://github.com/0xPolygonID/c-polygonid/blob/main/README.md#configuration
// [README.md]: https://github.com/0xPolygonID/c-polygonid/blob/main/README.md#configuration
//
//export PLGNAtomicQueryMtpV2OnChainInputs
func PLGNAtomicQueryMtpV2OnChainInputs(jsonResponse **C.char, in *C.char,
Expand Down Expand Up @@ -857,7 +857,7 @@ func PLGNCacheCredentials(in *C.char, cfg *C.char, status **C.PLGNStatus) bool {
//
// The configuration example may be found in the [README.md] file.
//
// [README.md] https://github.com/0xPolygonID/c-polygonid/blob/main/README.md#configuration
// [README.md]: https://github.com/0xPolygonID/c-polygonid/blob/main/README.md#configuration
//
//export PLGNW3CCredentialFromOnchainHex
func PLGNW3CCredentialFromOnchainHex(jsonResponse **C.char, in *C.char,
Expand Down

0 comments on commit 1aa987a

Please sign in to comment.