Skip to content

Commit

Permalink
Update candid-howto.adoc (#301)
Browse files Browse the repository at this point in the history
  • Loading branch information
christyjacob4 authored Dec 13, 2021
1 parent 82e9ce5 commit c477d01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modules/candid-guide/pages/candid-howto.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ By default, the `+local+` canister execution environment binds to the `+127.0.0.
For example, the full URL should look similar to the following but with the `+CANDID-UI-CANISTER-IDENTIFIER+` that was returned by the `+dfx canister id+` command:
+
....
http://127.0.0.1:8000/candid?canisterId=<CANDID-UI-CANISTER-IDENTIFIER>
http://127.0.0.1:8000/?canisterId=<CANDID-UI-CANISTER-IDENTIFIER>
....
+
The browser displays a form for you to specify a canister identifier or choose a Candid description (`+.did+`) file.
Expand Down

0 comments on commit c477d01

Please sign in to comment.