Skip to content

Commit fc4e10b

Browse files
authored
fix(docs): Broken Images on Themes (#11266)
1 parent 654c555 commit fc4e10b

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

docs/cli/themes.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -183,50 +183,50 @@ untrusted sources.
183183

184184
### ANSI
185185

186-
<img src="../assets/theme-ansi.png" alt="ANSI theme" width="600" />
186+
<img src="/assets/theme-ansi.png" alt="ANSI theme" width="600" />
187187

188188
### Atom OneDark
189189

190-
<img src="../assets/theme-atom-one.png" alt="Atom One theme" width="600">
190+
<img src="/assets/theme-atom-one.png" alt="Atom One theme" width="600">
191191

192192
### Ayu
193193

194-
<img src="../assets/theme-ayu.png" alt="Ayu theme" width="600">
194+
<img src="/assets/theme-ayu.png" alt="Ayu theme" width="600">
195195

196196
### Default
197197

198-
<img src="../assets/theme-default.png" alt="Default theme" width="600">
198+
<img src="/assets/theme-default.png" alt="Default theme" width="600">
199199

200200
### Dracula
201201

202-
<img src="../assets/theme-dracula.png" alt="Dracula theme" width="600">
202+
<img src="/assets/theme-dracula.png" alt="Dracula theme" width="600">
203203

204204
### GitHub
205205

206-
<img src="../assets/theme-github.png" alt="GitHub theme" width="600">
206+
<img src="/assets/theme-github.png" alt="GitHub theme" width="600">
207207

208208
## Light Themes
209209

210210
### ANSI Light
211211

212-
<img src="../assets/theme-ansi-light.png" alt="ANSI Light theme" width="600">
212+
<img src="/assets/theme-ansi-light.png" alt="ANSI Light theme" width="600">
213213

214214
### Ayu Light
215215

216-
<img src="../assets/theme-ayu-light.png" alt="Ayu Light theme" width="600">
216+
<img src="/assets/theme-ayu-light.png" alt="Ayu Light theme" width="600">
217217

218218
### Default Light
219219

220-
<img src="../assets/theme-default-light.png" alt="Default Light theme" width="600">
220+
<img src="/assets/theme-default-light.png" alt="Default Light theme" width="600">
221221

222222
### GitHub Light
223223

224-
<img src="../assets/theme-github-light.png" alt="GitHub Light theme" width="600">
224+
<img src="/assets/theme-github-light.png" alt="GitHub Light theme" width="600">
225225

226226
### Google Code
227227

228-
<img src="../assets/theme-google-light.png" alt="Google Code theme" width="600">
228+
<img src="/assets/theme-google-light.png" alt="Google Code theme" width="600">
229229

230230
### Xcode
231231

232-
<img src="../assets/theme-xcode-light.png" alt="Xcode Light theme" width="600">
232+
<img src="/assets/theme-xcode-light.png" alt="Xcode Light theme" width="600">

0 commit comments

Comments
 (0)