Skip to content

Commit b92b194

Browse files
Update README.md local deployment instructions and enhance NoPage component message
1 parent 6b7fc08 commit b92b194

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ To review Cosmos DB configuration overview and steps, follow the link [here](doc
182182
![Solution Architecture - Chat with your data CosmosDB](/docs/images/architecture_cdb.png)
183183

184184
### Deploy instructions
185-
The "Deploy to Azure" button offers a one-click deployment where you don’t have to clone the code. If you would like a developer experience instead, follow the [local deployment instructions](./docs/LOCAL_DEPLOYMENT.md).
185+
The "Deploy to Azure" button offers a one-click deployment where you don’t have to clone the code. If you would like a developer experience instead, follow the [local deployment instructions](./docs/LOCAL_DEPLOYMENT-Test.md).
186186

187187
Once you deploy to Azure, you will have the option to select PostgreSQL or Cosmos DB, see screenshot below.
188188

code/frontend/src/pages/NoPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const NoPage = () => {
2-
return <h1>404</h1>;
2+
return <h1>404 Page Not Found</h1>;
33
};
44

55
export default NoPage;

0 commit comments

Comments
 (0)