Skip to content

Commit

Permalink
Merge pull request writer#674 from ajot/amit-fix-quickstart-readme-typo
Browse files Browse the repository at this point in the history
Fix: Correct image path from 'images/Quickstart' to 'images/quickstart
  • Loading branch information
ramedina86 authored Dec 4, 2024
2 parents 99fcb0d + 6d80060 commit 8724ea5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/framework/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ writer edit hello-world
After running this command, you'll see a local URL displayed in your command line. Open this URL in a web browser to access the editor.

<Frame caption="Writer Framework editor opens at https://localhost:4005">
<img src="/framework/images/Quickstart/hello-world-editor.png" />
<img src="/framework/images/quickstart/hello-world-editor.png" />
</Frame>

<Steps>
Expand Down Expand Up @@ -85,7 +85,7 @@ If you need to disable this protection, use the flag `--enable-remote-edit`.

Experiment with arranging these components on the canvas to create a simple layout.
<Frame caption="Writer Framework launches the app at https://localhost:3005">
<img src="/framework/images/Quickstart/hello-world-preview.png" />
<img src="/framework/images/quickstart/hello-world-preview.png" />
</Frame>
</Step>

Expand All @@ -109,7 +109,7 @@ If you need to disable this protection, use the flag `--enable-remote-edit`.
Change `"AI STARTER"` to something unique, like `"My First Writer App"`. Save the file, and you’ll see the updated name reflected immediately in the editor.

<Frame caption="App name updated in the Writer Framework editor">
<img src="/framework/images/Quickstart/hello-world-app-name.png" />
<img src="/framework/images/quickstart/hello-world-app-name.png" />
</Frame>
</Step>

Expand Down

0 comments on commit 8724ea5

Please sign in to comment.