Skip to content

Commit 8c508e5

Browse files
committed
fix links
1 parent 60000d2 commit 8c508e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/steps/9-code-review.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ To use GenAIScript with GitHub Models, you need to set up a GitHub token.
3232

3333
1. Open [this link](https://github.com/marketplace/models/azure-openai/gpt-4-1/playground) in a new tab and click on the **Use this model** button.
3434

35-
![Use model](https://github.com/Azure-Samples/JS-AI-Build-a-thon/blob/assets/js-ai-journey-assets/use-gh-model.png?raw=true)
35+
![Use model](https://github.com/Azure-Samples/JS-AI-Build-a-thon/blob/assets/jsai-buildathon-assets/use-gh-model.png?raw=true)
3636

3737
Follow the instructions provided to get a free developer key, named Personal Access Token (classic).
3838

@@ -81,7 +81,7 @@ git add .
8181

8282
Then while your `code-review.genai.js` file is open, select the **Run GenAIScript** button at the top right corner of the editor, or use the command palette (Ctrl+Shift+P) and type `GenAIScript: Run Script`.
8383

84-
![Run GenAIScript button](https://github.com/Azure-Samples/JS-AI-Build-a-thon/blob/assets/js-ai-journey-assets/run-genaiscript.png?raw=true)
84+
![Run GenAIScript button](https://github.com/Azure-Samples/JS-AI-Build-a-thon/blob/assets/jsai-buildathon-assets/run-genaiscript.png?raw=true)
8585

8686
You should then see a new tab open with the AI's code review feedback. It should point out a few things since the model has no knowledge of GenAIScript here, but you can use this as a starting point. Experiment with tweaking the prompt to get more specific feedback based on your coding standards and practices.
8787

0 commit comments

Comments
 (0)