From b2c6f97d05f0c230c2e23b87f4eff2995f6da854 Mon Sep 17 00:00:00 2001 From: Jessie Mongeon <133128541+jessiemongeon1@users.noreply.github.com> Date: Wed, 18 Dec 2024 11:17:22 -0600 Subject: [PATCH] Update README.md --- examples/http-certification/skip-certification/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/http-certification/skip-certification/README.md b/examples/http-certification/skip-certification/README.md index a92e3abb..e483677f 100644 --- a/examples/http-certification/skip-certification/README.md +++ b/examples/http-certification/skip-certification/README.md @@ -52,7 +52,7 @@ The call to `data_certificate` returns a certificate that proves the canister's ## Testing the canister -To test the canister, you can use [`dfx`]([/docs/current/developer-docs/getting-started/install](https://internetcomputer.org/docs/current/developer-docs/getting-started/install) to start a local instance of the replica and deploy the canister: +To test the canister, you can use [`dfx`](/docs/current/developer-docs/getting-started/install](https://internetcomputer.org/docs/current/developer-docs/getting-started/install) to start a local instance of the replica and deploy the canister: ```shell dfx start --background --clean