diff --git a/motoko/http_counter/README.md b/motoko/http_counter/README.md index 1eb3298d4..8e3d77626 100644 --- a/motoko/http_counter/README.md +++ b/motoko/http_counter/README.md @@ -81,4 +81,4 @@ curl --compressed -X POST "$CANISTER_ID.localhost:4943/" --resolve "$CANISTER_ID If you base your application on this example, we recommend you familiarize yourself with and adhere to the [security best practices](https://internetcomputer.org/docs/current/references/security/) for developing on the Internet Computer. This example may not implement all the best practices. For example, the following aspect is particularly relevant for this app: -* [Use HTTP asset certification and avoid serving your dApp through raw.ic0.app](https://internetcomputer.org/docs/current/developer-docs/security/security-best-practices/overview), in case the HTTP responses should come with authenticity guarantees. +* [Use HTTP asset certification and avoid serving your dApp through raw.ic0.app](https://internetcomputer.org/docs/current/developer-docs/security/security-best-practices/data-integrity-and-authenticity#use-http-asset-certification-and-avoid-serving-your-dapp-through-rawicp0io), in case the HTTP responses should come with authenticity guarantees.