Skip to content

Commit

Permalink
Merge pull request #13 from Nuvindu/example-docs
Browse files Browse the repository at this point in the history
Fix broken links in the documentation
  • Loading branch information
Nuvindu authored Feb 21, 2024
2 parents 32fd6de + 0286ed8 commit 570b006
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ public function main() returns error? {
}
```

>**Hint:** To apply a value to the `documentBase64` field, you can either use an online tool designed to convert a PDF file into a base64-encoded string, or you can refer to the provided [example code](https://github.com/ballerina-platform/module-ballerinax-docusign.dsesign/blob/main/examples/send-documents-for-esignatures/main.bal#L36)
>**Hint:** To apply a value to the `documentBase64` field, you can either use an online tool designed to convert a PDF file into a base64-encoded string, or you can refer to the provided [example code](https://github.com/ballerina-platform/module-ballerinax-docusign.dsesign/blob/main/examples/send-documents-for-esignatures/main.bal#L42)
### Step 4: Run the Ballerina application

Expand Down
2 changes: 1 addition & 1 deletion ballerina/Module.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ public function main() returns error? {
}
```

>**Hint:** To apply a value to the `documentBase64` field, you can either use an online tool designed to convert a PDF file into a base64-encoded string, or you can refer to the provided [example code](https://github.com/ballerina-platform/module-ballerinax-docusign.dsesign/blob/main/examples/send-documents-for-esignatures/main.bal#L36)
>**Hint:** To apply a value to the `documentBase64` field, you can either use an online tool designed to convert a PDF file into a base64-encoded string, or you can refer to the provided [example code](https://github.com/ballerina-platform/module-ballerinax-docusign.dsesign/blob/main/examples/send-documents-for-esignatures/main.bal#L42)
### Step 4: Run the Ballerina application

Expand Down
2 changes: 1 addition & 1 deletion ballerina/Package.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ public function main() returns error? {
}
```

>**Hint:** To apply a value to the `documentBase64` field, you can either use an online tool designed to convert a PDF file into a base64-encoded string, or you can refer to the provided [example code](https://github.com/ballerina-platform/module-ballerinax-docusign.dsesign/blob/main/examples/send-documents-for-esignatures/main.bal#L36)
>**Hint:** To apply a value to the `documentBase64` field, you can either use an online tool designed to convert a PDF file into a base64-encoded string, or you can refer to the provided [example code](https://github.com/ballerina-platform/module-ballerinax-docusign.dsesign/blob/main/examples/send-documents-for-esignatures/main.bal#L42)
### Step 4: Run the Ballerina application

Expand Down

0 comments on commit 570b006

Please sign in to comment.