From f25779d2c3a9703d33f054012775a5edd2721e5c Mon Sep 17 00:00:00 2001 From: Jessie Mongeon <133128541+jessiemongeon1@users.noreply.github.com> Date: Mon, 26 Aug 2024 13:49:46 -0500 Subject: [PATCH] Update README.md --- motoko/http_counter/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.