diff --git a/docs/tutorials/developer-journey/level-3/3.5-identities-and-auth.mdx b/docs/tutorials/developer-journey/level-3/3.5-identities-and-auth.mdx index 6d3dc6ddbb..e592315991 100644 --- a/docs/tutorials/developer-journey/level-3/3.5-identities-and-auth.mdx +++ b/docs/tutorials/developer-journey/level-3/3.5-identities-and-auth.mdx @@ -111,7 +111,7 @@ To get started, open a terminal window, navigate into your working directory (`d ```bash dfx start --clean --background git clone https://github.com/dfinity/examples.git -cd examples/motoko/auth-client-demo +cd examples/archive/motoko/auth-client-demo npm install ```