Skip to content

Commit 8e926c8

Browse files
committed
removing rel path
1 parent e1d0335 commit 8e926c8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
loadSidebar: true,
2525
name: 'Generative AI For Beginners with JavaScript',
2626
repo: 'https://github.com/microsoft/generative-ai-with-javascript',
27-
relativePath: true,
27+
relativePath: false,
2828
auto2top: false,
2929
notFoundPage: true,
3030
alias: {

lessons/01-intro-to-genai/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ In the heart of 1860s London, you are recognized as one of the most skilled mech
4343
Your workbench, the heart of your workshop, is an organized mess.
4444

4545
<div>
46-
<img src="./assets/london.png" alt="London Workshop"width=300 >
46+
<img src="/lessons/01-intro-to-genai/assets/london.png" alt="London Workshop"width=300 >
4747
</div>
4848

4949
_At the center of the bench lies the torso of a robot—an engineering marvel that has consumed months of effort. Its wooden frame is intricately carved, each joint meticulously designed for smooth movement._
@@ -75,7 +75,7 @@ It's dark and gloomy inside, the only light filtering through the grimy windows,
7575
As your eyes adjust to the dim light, you notice a figure in the distance, waving at you. You walk towards him, your footsteps echoing on the wooden floor. The figure becomes clearer, and you recognize him from newspaper photos, it's Charles Babbage.
7676

7777
<div>
78-
<img src="./assets/library.png" alt="Dusty Library" width="300">
78+
<img src="/lessons/01-intro-to-genai/assets/library.png" alt="Dusty Library" width="300">
7979
</div>
8080

8181
### What's This Device?

0 commit comments

Comments
 (0)