Skip to content

Commit c3df2aa

Browse files
Update and rename README.mdx to README.md
1 parent 848194f commit c3df2aa

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

rust/send_http_post/README.mdx renamed to rust/send_http_post/README.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,9 @@
22
keywords: [intermediate, rust, http, post, http post]
33
---
44

5-
import { MarkdownChipRow } from "/src/components/Chip/MarkdownChipRow";
6-
75
# HTTP: POST
86

9-
<MarkdownChipRow labels={["Intermediate", "Rust"]} />
7+
[View this sample's code on GitHub](https://github.com/dfinity/examples/tree/master/rust/send_http_post)
108

119
The purpose of this dapp is to give developers a minimal dapp that uses the IC's HTTPS outcalls feature to make a `POST` request.
1210

@@ -15,7 +13,7 @@ This demo goes in hand with the [developer documentation on HTTPS outcalls](http
1513
If you want to start working on your project right away, you might want to try the following commands:
1614

1715
```bash
18-
cd send_http_post
16+
cd examples/rust/send_http_post
1917
dfx help
2018
dfx canister --help
2119
```

0 commit comments

Comments
 (0)