Skip to content

Commit

Permalink
fixup!
Browse files Browse the repository at this point in the history
Co-authored-by: ROMemories <[email protected]>
  • Loading branch information
chrysn and ROMemories authored Oct 9, 2024
1 parent 01685d9 commit f8efaa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/src/tooling/coap.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ The example [provided as "examples/coap"] also contains client steps.

A program that triggers a CoAP request provides[^whatsinarequest] some components to the CoAP stack before phrasing the actual request:

* A **URI describing the resource**, eg. `coap://coap.summit.riot-os.org/agenda` or `coap+tcp://[2001:db8::1]/.well-known/core`.
* A **URL describing the resource**, eg. `coap://coap.summit.riot-os.org/agenda` or `coap+tcp://[2001:db8::1]/.well-known/core`.

Note that while the address is printed here as a text URL
(and may even be entered as such in code),
Expand Down

0 comments on commit f8efaa4

Please sign in to comment.