diff --git a/src/pages/docs/how-to/http-bridge.mdx b/src/pages/docs/how-to/http-bridge.mdx index 9a8ebb6..84b7733 100644 --- a/src/pages/docs/how-to/http-bridge.mdx +++ b/src/pages/docs/how-to/http-bridge.mdx @@ -164,6 +164,10 @@ in it, replacing `did:key:z6Mkabc123` with the space you used to generate auth h ] } ``` + +**Important:** Make sure you use the CID from the output of `ipfs-car hash ` as the `link` in the file above! +It should start with `bag...`. It is _not_ the same as the DAG root CID (which usually starts `bafy...`). + Finally, run `curl` replacing the values of the `X-Auth-Secret` and `Authorization` headers with the values you generated above: